summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirements3.9.0OpenStack Proposal Bot2017-03-071-1/+1
| | | | Change-Id: Ifda7ceeb278ff590cbf3d43f4eb65f895474fd4b
* Merge "Cleanup release notes for 3.9.0 release"Jenkins2017-03-073-9/+14
|\
| * Cleanup release notes for 3.9.0 releaseDean Troyer2017-03-063-9/+14
| | | | | | | | Change-Id: I6786fe67928d4f3d72cb4751fb70b67dccaa11e2
* | Merge "Trivial Fix"Jenkins2017-03-061-1/+1
|\ \
| * | Trivial FixAnkur Gupta2017-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Improperly rendered release note. TrivialFix Change-Id: I9771b84eb96edea39a5dbd6a94f2ee464da3914c
* | | Merge "add neutron CLI to decoder"Jenkins2017-03-062-0/+251
|\ \ \
| * | | add neutron CLI to decoderSteve Martinelli2017-03-062-0/+251
| | | | | | | | | | | | | | | | Change-Id: I4717ffa2aa1c7bab1199728455ac7c13834d746f
* | | | Merge "Trivial Fix"Jenkins2017-03-061-1/+1
|\ \ \ \
| * | | | Trivial FixReedip2017-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a space in the quota error message Change-Id: I159708b42e86f6b02f8733103a687561d550f650
* | | | | Normalize the gnocchiclient docs entryliusheng2017-03-063-5/+6
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | For now, gnocchiclient has been added in the global-requirements, we should add gnocchiclient in test-requirements.txt and normalize the docs entry. Change-Id: Ide5d8262e7f7c5b1ca304fa72893ccfbf16d8ec1
* | | | Merge "Support --no-property in "volume set" command"Jenkins2017-03-068-11/+95
|\ \ \ \
| * | | | Support --no-property in "volume set" commandzhiyong.dai2017-02-238-11/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--no-property" option to "volume set" command in v1 and v2 and update the test cases. Change-Id: Id5660f23b3b2d9aa72f4c16b19ce83f3f7ed2fa4
* | | | | Updated from global requirementsOpenStack Proposal Bot2017-03-033-3/+3
| |/ / / |/| | | | | | | | | | | Change-Id: I28815dc190dba45af060b26eceb660f40bb67772
* | | | Jsonify network flavor functional testsAnindita Das2017-03-021-70/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some functional tests try to parse the CLI table output format, that cause much work on parse string by using regular expression. Using json format in functional tests is better and easier way, this patch reworks for network flavor related tests. Change-Id: I2bc5675409945c9ae79ac65df2d5d10781fe595a
* | | | Merge "Functional test for subnet"Jenkins2017-03-021-37/+231
|\ \ \ \ | |_|_|/ |/| | |
| * | | Functional test for subnetjiahui.qiang2017-01-181-37/+231
| | | | | | | | | | | | | | | | | | | | | | | | Refactor functional tests for testing more command options. Change-Id: I030652f6f3ab3dada12252599b20969f03a5df02
* | | | Nit: Trivial doc formatting fix for network flavorAnkur Gupta2017-03-011-4/+10
| | | | | | | | | | | | | | | | Change-Id: I6e67c0859642593bc7fdd479cac81e56d87faf09
* | | | Merge "Add Cinder v3 client support for volumes"Jenkins2017-03-0112-1/+214
|\ \ \ \
| * | | | Add Cinder v3 client support for volumesJustin A Wilson2017-02-2012-1/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial Cinder v3 support Change-Id: Idd5074832e80697ed0671f06d3291dfd92dbfb08
* | | | | Merge "Auto allocated topology for OSC"Jenkins2017-03-017-0/+507
|\ \ \ \ \
| * | | | | Auto allocated topology for OSCAnkur Gupta2017-02-227-0/+507
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation of Auto-allocated topology into OSC. Dependency merged and released in SDK v. 0.9.11 Partially Implements: blueprint network-auto-allocated-topology Change-Id: I16120910893b0b26b0f7f77a184b0378448458c5
* | | | | | Updated from global requirementsOpenStack Proposal Bot2017-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ief1a2faf6b9f80c5c7f3946d820f89587d44f8aa
* | | | | | Merge "Update doc/source/command-objects/image.rst"Jenkins2017-03-011-2/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Update doc/source/command-objects/image.rstDavid Rabel2017-02-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update doc/source/command-objects/image.rst to match output of 'openstack help image create' again. Forgot this in: https://review.openstack.org/#/c/437335/ Change-Id: Ied7ed88ea79da0b778cccf19d087b5ee06edcb71
* | | | | | Merge "Port set/unset SecGroup Bug Fix"Jenkins2017-02-275-50/+67
|\ \ \ \ \ \
| * | | | | | Port set/unset SecGroup Bug FixAnkur Gupta2017-02-265-50/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Throwing error 'Port' object has no attribute 'security_groups' Fix for set and unset. Change-Id: I1a0625b5a432c7a91cf40249ce4f7c883f53d704 Closes-Bug: #1656788
* | | | | | | Merge "openstack image create : --file and --volume exclude each other"Jenkins2017-02-272-4/+6
|\ \ \ \ \ \ \
| * | | | | | | openstack image create : --file and --volume exclude each otherDavid Rabel2017-02-242-4/+6
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added parser.add_mutually_exclusive_group() for --file and --volume in openstack image create. Change-Id: I4d9fc6314801d569354e5644e231ddd6c7f1853d Closes-Bug: 1666551
* | | | | | | Merge "Support list commands by group name keyword"Jenkins2017-02-275-0/+101
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Support list commands by group name keywordRui Chen2017-02-235-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The output of current "command list" is so long, it's very difficult for users to find out the commands they care about. Add "--group <group-keyword>" option to filter the commands by group name keyword, like: --group volume, list all openstack.volume.v2 (cinder) commands That support the scenario that users need to know the current support commands of some OpenStack services(nova, neutron, cinder and so on) in OSC. Change-Id: Id673042729ad36a0cac0b81fb31a3537c24f03fc Closes-Bug: #1666780
* | | | | | | Fix output of ListSecurityGroupRuleJens Rosenboom2017-02-243-23/+23
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Ethertype column was always left empty because a wrong column name was being used. Change-Id: I7fc0f8d5eb7bac1efb234faba454dad0a45a7e6a Closes-Bug: 1667699
* | | | | | Merge "Fix can not set is_default in network"Jenkins2017-02-243-57/+25
|\ \ \ \ \ \
| * | | | | | Fix can not set is_default in networkjiahui.qiang2017-02-233-57/+25
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The value of is_default always be None, can not be set by "network set" command. Allow "--default" and "--no-default" options to be recognized when ``--external`` is not present. Closes-bug:#1665231 Change-Id: I7a05fc7734a15994f72ca4e47997b4952f1f72f8
* | | | | | Merge "Revert unit tests for quota commands"Jenkins2017-02-231-42/+30
|\ \ \ \ \ \
| * | | | | | Revert unit tests for quota commandsHuanxuan Ao2017-02-231-42/+30
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quota set and quota show command have been fixed by [1] [2], now can revert the unit test as well [1] https://review.openstack.org/435574 [2] https://review.openstack.org/435735 Change-Id: I3d592df6ea4e96770dac4dba91819b5c4bcb0561
* | | | | | Merge "minor tweaks to mapping table"Jenkins2017-02-232-3/+7
|\ \ \ \ \ \
| * | | | | | minor tweaks to mapping tableSteve Martinelli2017-02-222-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - no need to prefix it with OSC - since it's a page with a lot of content, make it show sub headings Change-Id: I1aab4f71def53f1a11a8a0e0f6b7748233ff02c7
* | | | | | | Merge "add keystone and glance -> osc mapping"Jenkins2017-02-233-0/+78
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | add keystone and glance -> osc mappingSteve Martinelli2017-02-223-0/+78
| | |/ / / | |/| | | | | | | | | | | | | Change-Id: I99cd8b11a5d5fc6dc5d2f4584b837ea0f44d665a
* | | | | Merge "Show openstacksdk version info in "module list""Jenkins2017-02-223-2/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Show openstacksdk version info in "module list"Rui Chen2017-02-223-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openstacksdk bug/1588823 exist, no good way to add __version__ for openstack module properly, fix the issue in osc side, make openstacksdk module information be available. Change-Id: I27ff61792443d1aa07f31598bed3aa32f924ff40 Partial-Bug: #1662058
* | | | | Merge "OSC Network Flavor"Jenkins2017-02-229-0/+1018
|\ \ \ \ \
| * | | | | OSC Network FlavorAnindita Das2017-02-229-0/+1018
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements Neutron feature of Network Flavor into OpenstackClient This patch implements the following commands: network flavor create network flavor delete network flavor list network flavor show network flavor set Works with openstacksdk version 0.9.8 Change-Id: I29d7a62341010a1d067a8ca93bccb7d9b8d4c425 Partially-Implements: blueprint neutron-client-flavors Partially-Implements: blueprint network-commands-options
* | | | | Fix "endpoint list" help messageRui Chen2017-02-222-3/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OSC support to filter OpenStack endpoints by service type, name and ID, but help message and document don't contain "type" for "--service" option of "endpoint list" command. Change-Id: I5c8bc28e037b4c6f96ec83525a319353f01f256a Closes-Bug: #1666841
* | | | Merge "Fix properties format for volume qos in volume v1"Jenkins2017-02-213-16/+20
|\ \ \ \
| * | | | Fix properties format for volume qos in volume v1Huanxuan Ao2017-02-213-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notice that patch [1] fixed the error of properties format for volume qos in volume v2, but there is the same bug in volume v1, and the patch missed that, so fix the problem in v1 as well [1] https://review.openstack.org/#/c/421065/ Partial-Bug: #1656767 Change-Id: I156bf13d164dbd0d0a7ce394964176718c4ff0e5
* | | | | Merge "Rework port functional tests on json output format"Jenkins2017-02-212-117/+77
|\ \ \ \ \
| * | | | | Rework port functional tests on json output formatRui Chen2017-02-212-117/+77
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some functional tests try to parse the CLI table output format, that cause much work on parse string by using regular expression. Using json format in functional tests is better and easier way, the patch rework for port related tests. Change-Id: I0ec997bf63da4925742848c593db09d89655ca34
* | | | | Merge "add volume->osc mapping"Jenkins2017-02-212-0/+112
|\ \ \ \ \
| * | | | | add volume->osc mappingSteve Martinelli2017-02-212-0/+112
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia773cf66c9949433eb5e5ab5c58b7c871c17fc22