Activity log for bug #1614458

Date Who What changed Old value New value Message
2016-08-18 09:40:44 Cao Xuan Hoang bug added bug
2016-08-18 09:40:49 Cao Xuan Hoang python-openstackclient: assignee Cao Xuan Hoang (hoangcx)
2016-08-18 09:41:47 Cao Xuan Hoang summary Add 'description" option to os subnet create cmd Add 'description' option to os subnet create cmd
2016-08-18 09:56:38 OpenStack Infra python-openstackclient: status New In Progress
2016-08-19 01:44:43 Cao Xuan Hoang summary Add 'description' option to os subnet create cmd Add 'description' option to os subnet create/set cmd
2016-08-19 01:45:53 Cao Xuan Hoang description Current os subnet list command missed 'description' option. stack@stack:~/python-openstackclient$ openstack subnet create --help WARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils usage: openstack subnet create [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] [--project <project>] [--project-domain <project-domain>] [--subnet-pool <subnet-pool> | --use-default-subnet-pool] [--prefix-length <prefix-length>] [--subnet-range <subnet-range>] [--dhcp | --no-dhcp] [--gateway <gateway>] [--ip-version {4,6}] [--ipv6-ra-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}] [--ipv6-address-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}] --network <network> [--description <description>] [--allocation-pool start=<ip-address>,end=<ip-address>] [--dns-nameserver <dns-nameserver>] [--host-route destination=<subnet>,gateway=<ip-address>] name It is expected to add [--description DESCRIPTION] option to the command for more flexibility. Current os subnet list and os subnet set commands missed 'description' option. stack@stack:~/python-openstackclient$ openstack subnet create --help WARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils usage: openstack subnet create [-h] [-f {json,shell,table,value,yaml}]                                [-c COLUMN] [--max-width <integer>]                                [--noindent] [--prefix PREFIX]                                [--project <project>]                                [--project-domain <project-domain>]                                [--subnet-pool <subnet-pool> | --use-default-subnet-pool]                                [--prefix-length <prefix-length>]                                [--subnet-range <subnet-range>]                                [--dhcp | --no-dhcp] [--gateway <gateway>]                                [--ip-version {4,6}]                                [--ipv6-ra-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}]                                [--ipv6-address-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}]                                --network <network>                                [--description <description>]                                [--allocation-pool start=<ip-address>,end=<ip-address>]                                [--dns-nameserver <dns-nameserver>]                                [--host-route destination=<subnet>,gateway=<ip-address>]                                name stack@stack:~/python-openstackclient$ openstack subnet set --help WARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils usage: openstack subnet set [-h] [--name <name>] [--dhcp | --no-dhcp] [--gateway <gateway>] [--allocation-pool start=<ip-address>,end=<ip-address>] [--dns-nameserver <dns-nameserver>] [--host-route destination=<subnet>,gateway=<ip-address>] <subnet> It is expected to add [--description <description>] option to the commands for more flexibility.
2016-08-19 13:30:52 Richard Theis tags network
2016-09-20 06:40:59 OpenStack Infra python-openstackclient: status In Progress Fix Released