summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add relnote for release 3.4.1"3.4.1Jenkins2016-11-181-0/+6
|\
| * Add relnote for release 3.4.1Dean Troyer2016-11-181-0/+6
| | | | | | | | Change-Id: If7d0237c4ed032be9d225cd0a05972caf5946e2d
* | Merge "Use project_domain_id only in password auth"Jenkins2016-11-181-0/+1
|\ \ | |/
| * Use project_domain_id only in password authBoris Bobrov2016-11-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The method being changed constructs domain-related parameters that will further be passed to the auth plugin. If project domain is not passed, the method sets it to the default domain. token_endpoint does not expect any information about domain, because it uses only a token and URL. Passing it to auth plugin causes an exception. Construct domain-related parameters only for specific plugins, such as password or totp. Change-Id: I13db3bbe31a0ed843e9f4528d37c768546e2bee9 Closes-Bug: 1642301
* | translate all command help strings3.4.0Steve Martinelli2016-11-1787-422/+429
|/ | | | | | | | | | | | | | Leverage the new cliff command class attribute (_description) to get the help of a command, this allows us to mark strings for translation. We could not do this before since the help was grabbed from the docstring. This also depends on a new release of cliff and a bump to the minimum level in osc's requirements. Closes-Bug: 1636209 Depends-On: Id915f6aa7d95a0ff3dc6e2ceaac5decb3f3bf0da Change-Id: I8673080bb5625e8e3c499feaefd42dfc7121e96f
* Updated from global requirementsOpenStack Proposal Bot2016-11-161-1/+1
| | | | Change-Id: Ie6b85f717a7fe5bce2f6a711168dba894940cde9
* Merge "3.4.0 release note cleanup"Jenkins2016-11-169-7/+32
|\
| * 3.4.0 release note cleanupDean Troyer2016-11-169-7/+32
| | | | | | | | Change-Id: I4023e80da43e0cb28150db2892f301d141d63ef8
* | Merge "Do proper deprecation for security group rule create"Jenkins2016-11-162-22/+53
|\ \ | |/
| * Do proper deprecation for security group rule createDean Troyer2016-11-162-22/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Review I03fd0e14e470e7272930ac2651e73263b83bd4e1 renamed the --src-group and --src-ip options to --remote-group and --remote-ip but did not properly deprecate the old option names. Add deprecation warnings when the old option names are used. Also, format the warnings using the new proposed translation guideline for marking substrings to not be translated, such as literal names and option names. Change-Id: I63d085d190fc28b8637e7686016eda4efbdda1be
* | TrivialFix: Insert blank space for readabilityReedip2016-11-161-0/+1
| | | | | | | | Change-Id: Ia4612f65332d788e186c801edb98486862f98e56
* | Updated from global requirementsOpenStack Proposal Bot2016-11-161-1/+1
|/ | | | Change-Id: I96c212312bca547dd5a27b6af8cfabad46d6e1da
* Updated from global requirementsOpenStack Proposal Bot2016-11-151-1/+1
| | | | Change-Id: I1896f594f692e43e7c986594fc0afcf6a345b54e
* Merge "network.common.NetworkAndComputeShowOne: catch HttpException"Jenkins2016-11-102-6/+25
|\
| * network.common.NetworkAndComputeShowOne: catch HttpExceptionJordan Pittier2016-11-102-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: if a user issue the cmd 'openstack floating ip create public' and has already maxed his quota for FIP, OSC exits with a not so useful message: >jordan@jordan-XPS13-9333:~ $ openstack floating ip create public >HttpException: Conflict This patches catch the HttpException earlier and prints a more verbose message: > jordan@jordan-XPS13-9333:~ $ openstack floating ip create public > Error while executing command: Quota exceeded for resources: ['floatingip'] Change-Id: I7c87524d871d230d92f007c32e06439b34c7194a
* | Merge "Not appropriate name sg rule attribute"Jenkins2016-11-104-22/+190
|\ \
| * | Not appropriate name sg rule attributejudy-yu2016-11-044-22/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For ingress rules set ip-prefix means src-ip- prefix, but for egress rules set ip-prefix means dst-ip-prefix. It is not appropriate to name src-ip directly. So as to src-group. Change-Id: I03fd0e14e470e7272930ac2651e73263b83bd4e1 Closes-bug: #1637365
* | | Merge "Add description field port create & port set"Jenkins2016-11-105-40/+72
|\ \ \
| * | | Add description field port create & port setAradhana Singh2016-10-175-40/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patchset 1. adds description field to openstack port create and openstack port set. 2. updates method _add_updatable_args with 4 spaces instead of existing 8 spaces Partially Implements: blueprint neutron-client-descriptions Partially Implements: blueprint network-commands-options Change-Id: I4598e555722b1de7bc47f3a9be0fd81eacfcb572
* | | | Merge "Support --provider-* options in the network list command"Jenkins2016-11-105-5/+146
|\ \ \ \
| * | | | Support --provider-* options in the network list commandYan Xing'an2016-10-275-5/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --provider-network-type, --provider-physical-network, --provider-segment options into network list command. Change-Id: I02546170211fb3e7e55d5dc7e7cdc6d387fd26e5 Closes-Bug: #1635580 Partially-Implements: blueprint network-commands-options
* | | | | Merge "Add option to allow filtering by mac-address on port list"Jenkins2016-11-104-2/+42
|\ \ \ \ \
| * | | | | Add option to allow filtering by mac-address on port listYan Xing'an2016-10-194-2/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support to allow filtering ports via --mac-address option to the port list command. Change-Id: I903e443f2f9057571d46520c4cafb88d1972c0cb Partial-bug: #1634333 Partially-Implements: blueprint network-commands-options
* | | | | | Merge "Use FakeImage class to replace duplicated image info in volume test"Jenkins2016-11-102-31/+11
|\ \ \ \ \ \
| * | | | | | Use FakeImage class to replace duplicated image info in volume testHuanxuan Ao2016-10-212-31/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FakeImage class has been added in image v1 so that we can reuse it in volume v1 unit test to replace the duplicated image info in volume v1 fake. Change-Id: I0f96e568bd65e59241b57704fc2a379319a386d8
* | | | | | | Merge "Allow input the QoS policy name in network rbac create command"Jenkins2016-11-104-6/+49
|\ \ \ \ \ \ \
| * | | | | | | Allow input the QoS policy name in network rbac create commandHuanxuan Ao2016-10-204-6/+49
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We could input a QoS policy ID for the "rbac_object" parameter in "network rbac create" command but not name before. After this change, "rbac_object" parameter can be both QoS policy name or ID. Change-Id: I0fd6b5b5ae410074d85475ef49e5a0a9a52bf86f
* | | | | | | Merge "Add direction and protocol options to os security group rule list cmd"Jenkins2016-11-104-0/+114
|\ \ \ \ \ \ \
| * | | | | | | Add direction and protocol options to os security group rule list cmdNam Nguyen Hoai2016-10-144-0/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch added direction options (--ingress, --egress) and protocol option (--protocol) to filter rules by os security group rule list command. Change-Id: I56ace3f97eb927fd2a868f728c7347a29d028b67 Closes-Bug: #1613533 Partially-Implements: blueprint network-commands-options
* | | | | | | | Merge "Add "--read-only" and "--read-write" options in "volume set""Jenkins2016-11-106-28/+176
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Add "--read-only" and "--read-write" options in "volume set"Huanxuan Ao2016-10-186-28/+176
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--read-only" and "--read-write" options in "volume set" command to set volume access mode. Implements: bp cinder-command-support Change-Id: I76ba85c7d3ff0eb026a9cbd794368d8b2b0d17fe
* | | | | | | Merge "Add "volume migrate" command"Jenkins2016-11-108-2/+280
|\ \ \ \ \ \ \
| * | | | | | | Add "volume migrate" commandHuanxuan Ao2016-10-188-2/+280
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "volume migrate" command in volume v1 and v2 to support migrating volume to a new host Change-Id: Ie4e6037171a31a872006a13f9fd1e15eaa627c26 Implements: bp cinder-command-support
* | | | | | | Merge "Add 'description' option"Jenkins2016-11-095-0/+51
|\ \ \ \ \ \ \
| * | | | | | | Add 'description' optionSindhu Devale2016-11-085-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds '--description' option to os security group rule create cmd. Change-Id: I604bcdeb4658d2dcc4d860a87e704e186cca5225 Partially-Implements: blueprint network-commands-options Partially-Implements: blueprint neutron-client-descriptions
* | | | | | | | Updated from global requirementsOpenStack Proposal Bot2016-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I27e6899434ac47018a6ebd140cd326e7c6cd00d9
* | | | | | | | Merge "SDK refactor: Prepare floating ip commands"Jenkins2016-11-082-5/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | SDK refactor: Prepare floating ip commandsSindhu Devale2016-11-032-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "floating ip" commands for the SDK refactor. Change-Id: I02052185b3ce0b053acdcf76a0f68d49e6f7e608 Partially-Implements: blueprint network-command-sdk-support
* | | | | | | | | Merge "SDK Refactor: Prepare subnet pool commands"Jenkins2016-11-083-15/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SDK Refactor: Prepare subnet pool commandsRichard Theis2016-10-053-15/+33
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "subnet pool" commands for the SDK refactor. See [1] for details. [1] https://etherpad.openstack.org/p/osc-network-command-sdk-support Change-Id: I6d8cb7a079cf115ee25d48d9175e31f0f995c502 Partially-Implements: blueprint network-command-sdk-support
* | | | | | | | | Merge "SDK Refactor: Prepare network segment commands"Jenkins2016-11-081-4/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SDK Refactor: Prepare network segment commandsRichard Theis2016-10-051-4/+9
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "network segment" commands for the SDK refactor. See [1] for details. [1] https://etherpad.openstack.org/p/osc-network-command-sdk-support Change-Id: I426ecdad0f9d95b89e80fb1c5ba81ffe5fe274c9 Partially-Implements: blueprint network-command-sdk-support
* | | | | | | | | Merge "SDK Refactor: Prepare address scope commands"Jenkins2016-11-084-12/+116
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | SDK Refactor: Prepare address scope commandsRichard Theis2016-10-054-12/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "address scope" commands for the SDK refactor. See [1] for details. [1] https://etherpad.openstack.org/p/osc-network-command-sdk-support Change-Id: I4e253e01f9b0b10452354f4e4152468090c76958 Partially-Implements: blueprint network-command-sdk-support
* | | | | | | | | Add 'all-projects' option to 'volume backup list'Jordan Pittier2016-11-086-3/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to what 'volume list --all-projects' does, 'volume backup list --all-projects' list volume backups accross all projects. Change-Id: Id5dda9b5adc822c4ddfb2dda339946d3322858e2
* | | | | | | | | Add options to "volume backup list" commandHuanxuan Ao2016-11-086-10/+211
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--name", "--status", "--volume", "--marker" (v2 only) and "--limit" (v2 only) options to "volume backup list" command Change-Id: If20cb7650f2359d393ee314d9e055a8659c73009 Closes-Bug: #1612484 Closes-Bug: #1639712
* | | | | | | | Updated from global requirementsOpenStack Proposal Bot2016-11-061-1/+1
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Change-Id: I6e4dbe7ad08d749aa153eb30887802c6fb129a13
* | | | | | | Updated from global requirementsOpenStack Proposal Bot2016-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2cfff831e1ef85249bb6ec19637ac75f2ee9f899
* | | | | | | Add filtering options --name,--enable,--disable to router listYi Zhao2016-10-314-1/+99
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I171b6be4501b02c3df66589c45177200919117db Closes-Bug: #1637945 Partially-Implements: blueprint network-commands-options
* | | | | | Add --long option and more columns to the hypervisor list commandYan Xing'an2016-10-274-2/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support --long option and more columns in output of hypervisor list command, including 'Hypervisor Type', 'Host IP', 'State', and 'vCPU Used', 'vCPUs', 'Memory MB Used', 'Memory MB' with --long option. Change-Id: I0c790c7835309dded03e230cf497168e19404537 Closes-Bug: #1637074