summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Avoid duplicated project_id when show networkjudy-yu2016-10-241-0/+1
| | | | | | | | | Project_id appear twice when show network. This patch check and not append if it already has one. Change-Id: I4400239f454522101b639a0412050dd60eb6a612 Closes-Bug: #1636123 Partially-Implements: blueprint duplicated-project-id
* Updated from global requirementsOpenStack Proposal Bot2016-10-221-1/+1
| | | | Change-Id: I76fa121b61b50403af404c8d6e5d9a390231230c
* Improve a network testcaseYan Xing'an2016-10-201-1/+3
| | | | | | Fix a typo networ to network, and add assertEqual lines. Change-Id: I13c0c775c1d5f7a8f579d387cd9bea1bdd74aebc
* Updated from global requirementsOpenStack Proposal Bot2016-10-211-1/+1
| | | | Change-Id: Iaa10a45834aef38a432c6cf84a7766252116773a
* Correct help string of the subnet pool list optionsYan Xing'an2016-10-202-15/+17
| | | | | | | | Correct help string of subnet pool list options, from "subnets" to "subnet pools". Change-Id: Ic6dd6649f411748cd0c6e6b08f0451c8a0fa220f Partially-Implements: blueprint network-commands-options
* Updated from global requirementsOpenStack Proposal Bot2016-10-191-1/+1
| | | | Change-Id: I54c524ba67b4f481fe3e262dcc4bc6c5601608a8
* Merge "Reset allocation pools to [] instead of ''"Jenkins2016-10-191-1/+1
|\
| * Reset allocation pools to [] instead of ''Carl Baldwin2016-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | the sdk expects subnet allocation pools to be reset to an empty array, not an empty string. Currently this results in an error message: "Invalid input for allocation_pools. Reason: Invalid data format for IP pool" Change-Id: I7cc84b9c8e4abdbd2c91e5d591ad31f0849c1a83 Closes-Bug: #1634672
* | Updated from global requirementsOpenStack Proposal Bot2016-10-191-1/+1
|/ | | | Change-Id: I8345847ce7c5987de4446d5a4c2c275fc376a3bb
* Merge "Fix --shared/block-migration options in server migrate command"Jenkins2016-10-171-8/+8
|\
| * Fix --shared/block-migration options in server migrate commandCedric Brandily2016-10-111-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Currently, --shared-migration and --block-migration options effects are reversed: --block-migration requests a migration with share, --shared-migration a block-migration. This change corrects OSC implementation and clarifies arguments passed to novaclient (the root cause of the bug). Change-Id: Ib682cff0c44d3b1304670f8606907b1762d8b1e7 Closes-Bug: #1518059
* | Merge "properly format error messages for volume resizing"Jenkins2016-10-171-2/+3
|\ \
| * | properly format error messages for volume resizingSteve Martinelli2016-10-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The error messages are tuples and not substituting variables. Before: $ openstack volume set vol1 --size 1 Failed to set volume size: (u'New size must be greater than %s GB', 2) $ openstack volume set vol1 --size 1 Failed to set volume size: (u'Volume is in %s state, it must be available before size can be extended', u'error') After: $ openstack volume set vol2 --size 3 Failed to set volume size: New size must be greater than 4 GB $ openstack volume set vol2 --size 3 Failed to set volume size: Volume is in error state, it must be available before size can be extended Change-Id: Ide6e644b1c6d1c11a9dc2f3f53c1a1837380b8d5
* | | Merge "Add necessary info to Floating IP list"Jenkins2016-10-173-0/+15
|\ \ \
| * | | Add necessary info to Floating IP listReedip2016-10-163-0/+15
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | This patch adds the Network ID and Project ID for the listed floating IPs when Neutron is enabled for OpenstackClient. Change-Id: I823090f2e6d30acd72247d30956f48f4d7672a50 Closes-Bug:#1566090
* | | Merge "Update the doc for Zaqar v2"Jenkins2016-10-172-2/+5
|\ \ \
| * | | Update the doc for Zaqar v2wangxiyuan2016-10-142-2/+5
| | |/ | |/| | | | | | | | | | | | | | | | Zaqar v1 and v1.1 is deprecated now, and the V2 is the default API version. Update the plugin doc for it. Change-Id: I26db823852ba543607b250a09aae63bb439a8959
* | | Merge "Add security groups options to "port create/set/unset""Jenkins2016-10-174-1/+325
|\ \ \
| * | | Add security groups options to "port create/set/unset"Nguyen Phuong An2016-10-124-1/+325
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds '--security-group' and '--no-security-group' options to "port create", "port set" and "port unset" commands. Change-Id: Iff60d8f29227017b0a3966efca6cdecba69abcea Partial-Bug: #1612136 Partially-Implements: blueprint network-commands-options
* | | | Add support make a router HAReedip2016-10-164-5/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently router set CLI does not provide the support make a router highly available. The following patch enables the same. Checking for setting a router as HA is left on the neutron server itself. Partially-Implements: blueprint network-commands-options Change-Id: I0d0548cf037a14e5ccb2f732918ee9d1f63f43b4 Closes-Bug:#1631492
* | | | Updated from global requirementsOpenStack Proposal Bot2016-10-151-1/+1
| | | | | | | | | | | | | | | | Change-Id: Iff006bdedb4d7eefef9fc55e7bb3c0f37abbf784
* | | | Updated from global requirementsOpenStack Proposal Bot2016-10-141-1/+1
| |/ / |/| | | | | | | | Change-Id: Ia68a75e6cfbcfc267d68822a04e528605701672f
* | | Updated from global requirementsOpenStack Proposal Bot2016-10-131-1/+1
| | | | | | | | | | | | Change-Id: I24283bbbc5e1717b9824ad8f62859a3053910950
* | | Merge "Add a new column and a new option the 'os port list' cmd"Jenkins2016-10-124-0/+64
|\ \ \
| * | | Add a new column and a new option the 'os port list' cmdNam Nguyen Hoai2016-10-124-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch will add a new column called status to the result of the 'os port list' command and --long option to 'os port list' command. Co-Authored-By: Ha Van Tu <tuhv@vn.fujitsu.com> Change-Id: I4f942414e969687304b578ed7f003dd219c0f2f8 Closes-Bug: #1613995 Closes-Bug: #1614321 Partially-Implements: blueprint network-commands-options
* | | | Merge "Add translation markers for object commands"Jenkins2016-10-123-48/+50
|\ \ \ \
| * | | | Add translation markers for object commandsRajasi Kulkarni2016-09-263-48/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | None of the help messages for the object commands are marked for translation. This patch adds the necessary support. Co-Authored-By: Steve Martinelli <s.martinelli@gmail.com> Change-Id: Ibf472d8f7d5ab6c876f60cddcab8833b28f042e0
* | | | | Merge "Redefine set/unset command devref"Jenkins2016-10-121-10/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Redefine set/unset command devrefRui Chen2016-10-101-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now we have some use cases about set/unset properties, try to redefine devref to find out a best and easiest solution to keep commands simple and clearly. Five use cases exist in property action, "append", "update", "remove", "clean", "override", the following rules can cover all these use cases: 1. append ==> "set --property new-key=value" 2. update ==> "set --property existed-key=new-value" 3. remove ==> "unset --property existed-key" 4. clean ==> "set --no-property" 5. clean ==> "unset --all-property" 6. override ==> "set --no-property --property new-key=value" Related blueprint support-no-property-in-aggregate and blueprint allow-overwrite-set-options. Change-Id: If86daf6989d8e0ad0dc6e590d7636be7d5203a18
* | | | | Merge "fix doc information in the limit.rst"Jenkins2016-10-121-1/+2
|\ \ \ \ \
| * | | | | fix doc information in the limit.rstzheng yin2016-09-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I check files in compute/v2, and I find there is a mistake, then I fix it. Change-Id: Ic17b9d5e64e4ed8b1d8e1476c73dd6d9365167fc
* | | | | | Merge "Add network support for Network QoS policies"Jenkins2016-10-118-0/+953
|\ \ \ \ \ \
| * | | | | | Add network support for Network QoS policiesRodolfo Alonso Hernandez2016-10-118-0/+953
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added following commands: - network qos policy create - network qos policy delete - network qos policy set - network qos policy show - network qos policy list Closes-Bug: 1609037 Depends-On: I33bafeca979410d329ae10a82772ccdb48c10daa Change-Id: I63a8f63702514ff5814481bb021e2aa9d5f3d4b1
* | | | | | Merge "Refactor image v1 unit tests with FakeImage class"Jenkins2016-10-112-95/+185
|\ \ \ \ \ \
| * | | | | | Refactor image v1 unit tests with FakeImage classHuanxuan Ao2016-10-092-95/+185
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add FakeImage class, and refactor the unit tests with it in image v1. Change-Id: I9024ca5eca5c604e7588c1d905562bf6838309f1 Implements: bp improve-image-unittest-framework
* | | | | | Fix router unset --route optionChoe, Cheng-Dae2016-10-102-4/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the "--route" option one the "os route unset" command. The option did not convert gateway to nexthop which results "Router does not contain route" error. Change-Id: Ia57bc7ea77ad7c6030535180a6ce42b4928c9e56 Closes-Bug: 1631471
* | | | | More 3.3.0 release notes3.3.0Dean Troyer2016-10-0715-29/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plus minor doc formatting updates Change-Id: I849794e954cdeb582f7a0b104c62ec6688ead628
* | | | | Merge "Improve output of supported API versions"Jenkins2016-10-071-3/+5
|\ \ \ \ \
| * | | | | Improve output of supported API versionsKyrylo Romanenko2016-10-071-3/+5
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sort supported versions properly for better look. Change-Id: I6c2f5ecc04cf14ea5bf1b214cb303fcc9783af3f Closes-Bug: #1630962
* | | | | Merge "Mask passwords in debug logs for auth_config_hook"Jenkins2016-10-071-1/+5
|\ \ \ \ \
| * | | | | Mask passwords in debug logs for auth_config_hookMatt Riedemann2016-10-051-1/+5
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The auth config hook can have credentials in it so we have to mask the config before logging it. To avoid doing the work of masking the password if we aren't going to log it, there is a conditional put around the actual debug statement. Change-Id: I8e626672ec94fc837610216bccb4354dbdedca17 Closes-Bug: #1630822
* | | | | Merge "Enable release notes translation"Jenkins2016-10-071-0/+3
|\ \ \ \ \
| * | | | | Enable release notes translationAndreas Jaeger2016-10-061-0/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Releasenote translation publishing is being prepared. 'locale_dirs' needs to be defined in conf.py to generate translated version of the release notes. Note that this repository might not get translated release notes - or no translations at all - but we add the entry here nevertheless to prepare for it. Change-Id: Ib265f919e176f048f6e56bde47db3d99b3dd993e
* | | | | Merge "Document `openstack complete` help and usage"Jenkins2016-10-061-0/+25
|\ \ \ \ \
| * | | | | Document `openstack complete` help and usageSteve Martinelli2016-09-301-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we have no documentation for the `complete` command. Change-Id: I9faf38341bb57a61869ddbef406a022219a7c62c Closes-Bug: 1623860
* | | | | | Updated from global requirementsOpenStack Proposal Bot2016-10-061-1/+1
| |/ / / / |/| | | | | | | | | | | | | | Change-Id: Iacadedbfcf1500ae67f7c401bf5a3e22aa07c366
* | | | | Updated from global requirementsOpenStack Proposal Bot2016-10-051-1/+1
| |_|_|/ |/| | | | | | | | | | | Change-Id: Ib5e40955446ef8edfb2e461b6284a7fdf655ea76
* | | | Refactor qos spec unit test in volume v1Huanxuan Ao2016-10-042-159/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor qos spec unit test with FakeQos class in volume v1. Change-Id: Ia76bf41a911457282b293dfaf0af311b1a9194ce
* | | | Merge "Add example in the doc when using Identity v3"Jenkins2016-09-301-0/+16
|\ \ \ \
| * | | | Add example in the doc when using Identity v3Léo GEORGEL2016-09-291-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add example doc with user_domain_name and project_domain_name Change-Id: I5f454fcf705c8af1f0a1b85385bd7d8587234a14