summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add project param in LimitList parser3.17.0Vishakha Agarwal2018-11-081-0/+5
| | | | | | | | | | | | | when doing openstack limit list --project xyz_id, CLI raising error unrecognized arguments, whereas in api-ref document [1], user can pass project_id as query param.This addresses the above issue, by adding param --project in parser of LimitList. [1] https://developer.openstack.org/api-ref/identity/v3/index.html Change-Id: If4644cc99a3803f61f4a688b828aeb73977fc0dd Closes-Bug: #1798744
* Add volume backend pool list commandSean McGinnis2018-10-091-1/+1
| | | | | | | | | | | Adds an equivalent for "cinder get-pools" with "volume backend pool list" and "cinder get-pools --detail" with "volume backend pool list --long". Story: 1655624 Task: 136949 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> Change-Id: I826c9946ffe11340d44ad57914f72fc2a72b6938
* Add volume backend capability show commandSean McGinnis2018-10-093-1/+10
| | | | | | | | | | | Adds and equivalend for "cinder get-capabilities" command to show the capabilities supported by a Cinder backend. Story: 1655624 Task: 26947 Change-Id: I38686a26cd503e45ce0102705a6632994ef10274 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Remove python-ceilometerclientWitold Bedyk2018-09-281-1/+0
| | | | | | | | Project is retired [1]. [1] https://github.com/openstack/python-ceilometerclient Change-Id: Idc3a340c99c9fd79d80c90e45fd9a1c44c205218
* Add monascaclient to `not plugins` listWitold Bedyk2018-09-281-0/+1
| | | | Change-Id: I377a018a4e3c7b6fa44ce9323d1ee2edbd0e4728
* Fix help message for subnetpool default-quota valueWenran Xiao2018-09-191-4/+4
| | | | | | | | | Default pre-project quota is the number of IP addresses that can be allocated from the subnet pool. For example, with a quota of 128, I might get a 64 addresses subnet1, and 16 addresses subnet2, and still have room to allocate 48 more addresses in the future. Change-Id: Ia0ba827790b190647aed990e47347560fc9e9f0c
* Merge "Fix inconsistency (nit)"Zuul2018-08-131-1/+1
|\
| * Fix inconsistency (nit)Chen2018-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | Word choice of description for "host-evacuate-live" is slightly different from that in novaclient ("migrate of" instead of "migrate off"). https://github.com/openstack/python-novaclient/blob/master/doc/source/cli/nova.rst#nova-host-evacuate-live They are supposed to be exactly the same, so use "migrate off" to keep consistent. Change-Id: Ie54c6ed83b6e9a3116e1832b3fb36dd80781366d
* | Merge "Add DNS support to floating IP commands"Zuul2018-08-081-0/+10
|\ \
| * | Add DNS support to floating IP commandsJens Harbott2018-08-061-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the DNS domain and name options to the ``floating ip create`` command. Also add these two columns to the output of the ``floating ip list --long`` command. Change-Id: Id4cb18b51b252f19b87b24ec5d77183771189d17 Story: 1547736 Task: 13114
* | | Merge "Add dns-domain support to Network object"Zuul2018-08-071-0/+10
|\ \ \ | |/ /
| * | Add dns-domain support to Network objectPierre Hanselmann2018-04-231-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "dns-domain" parameter to Network class. Also check backend extensions and send an error message in case of an argument (like dns-domain) is sent and the extension is missing (dns-integration in this case). Change-Id: I7303658c27d9b9f2d8381ccea0b29e96909cab54 Closes-Bug: 1633214 Partial-Bug: 1547736
* | | Fix broken gate jobsFan Zhang2018-08-071-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch aims at fixing the broken gate jobs because of cinder and glance patches [1], [2], [3] and [4]. * Remove parameter `--source-replicated` to drop volume replication v1 support * Address some timing issues with volume transfer requests * Only run Image v1 tests when the test cloud has v1 available * Get tolerant of unexpected additional attributes being returned in Image data [1].https://review.openstack.org/#/c/586293/ [2].https://review.openstack.org/#/c/532503/ [3].https://review.openstack.org/#/c/533564/ [4].https://review.openstack.org/#/c/578755/ Co-Authored-By: Dean Troyer <dtroyer@gmail.com> Co-Authored-By: Monty Taylor <mordred@inaugust.com> Depends-on: https://review.openstack.org/588664 Change-Id: I2a785750e92155185d3344e6116c7f5c6fdd3cbe Signed-off-by: Fan Zhang <zh.f@outlook.com>
* | | Merge "Add command to show all service versions"Zuul2018-07-251-0/+41
|\ \ \
| * | | Add command to show all service versionsMonty Taylor2018-07-231-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Knowing what services and what versions of those services exist on a cloud isn't always a spectacular experience. Add a command that will use get_all_version_data from keystoneauth to produce a report of the available services and the version info for each service. Depends-On: https://review.openstack.org/584944 Change-Id: I84751c175d0c5f6d857a5473d2db6d5f1b41f946
* | | | Merge "Support --community in openstack image list"Zuul2018-07-251-1/+7
|\ \ \ \
| * | | | Support --community in openstack image listNobuto Murata2018-07-241-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "--community" was added to "image create" and "image set" previously, but was missed in "image list". Change-Id: I959fdd7f67ae62c8326659ce52389228152ec019 Story: 2001925 Task: 14453
* | | | | Merge "Implement support for project limits"Zuul2018-07-251-0/+128
|\ \ \ \ \
| * | | | | Implement support for project limitsLance Bragstad2018-07-231-0/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit let's users manage limits via the command line. bp unified-limits Change-Id: I7c44bbb60557378b66c5c43a7ba917f40dc2b633
* | | | | | Merge "Implement support for registered limits"Zuul2018-07-251-0/+140
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Implement support for registered limitsLance Bragstad2018-07-231-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds support for users to manage registered limits via the command line. bp unified-limits Depends-On: https://review.openstack.org/#/c/574391/ Change-Id: Id8377363f7a3248b45aeeba21d2acc02684a0305
* | | | | | Merge "Support filtering port with IP address substring"Zuul2018-07-251-4/+5
|\ \ \ \ \ \
| * | | | | | Support filtering port with IP address substringHongbin Lu2018-06-291-4/+5
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Change-Id: I9559f1c0a6db943705bd32aefb60d7ea7054dd1b Related-Bug: #1718605
* | | | | | Merge "Do not require port argument when updating floating IP"Zuul2018-07-241-3/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Do not require port argument when updating floating IPyanpuqing2018-06-131-3/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When setting floating ip other properties, port argument is force to use. The patch modifies the command, when setting floating ip other properties, like tags, no need port argument. Change-Id: I908712c8913f32d3dd5fdfefe7347277d72f66de Story: 1751431 Task: 13865
* | | | | Merge "Fix docs from I0dc80bee3ba6ff4ec8cc3fc113b6de7807e0bf2a"Zuul2018-07-131-2/+4
|\ \ \ \ \
| * | | | | Fix docs from I0dc80bee3ba6ff4ec8cc3fc113b6de7807e0bf2aMatt Riedemann2018-06-281-2/+4
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CLI usage docs should mention the microversion restriction for creating a flavor with a description and setting a description on a flavor. Also, the release note talks about setting the server description on the flavor commands (wrong resource). Change-Id: I93af3da9a0be62395a1c719fd1dcbfd2b669580d Story: 2002196 Task: 22607
* | | | | Replace pbr autodoc with sphinxcontrib-apidocStephen Finucane2018-07-102-9/+13
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes local building of the documentation using tox, and allows the gate to stop relying on pbr and move completely to the new docs PTI. http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Change-Id: I485acda07098a435753e91c1ca45e586de199c35
* | | | Merge "Add ability to filter image list by tag"Zuul2018-06-291-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Add ability to filter image list by tagAdam Harwell2018-06-281-0/+7
| | | | | | | | | | | | | | | | Change-Id: I2e222d3e69df9d8d7cd472663caaee31bedd848c
* | | | Merge "Compute: Add description support for flavor"Zuul2018-06-281-0/+10
|\ \ \ \
| * | | | Compute: Add description support for flavortianhui2018-06-201-0/+10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Fan Zhang <zh.f@outlook.com> Change-Id: I0dc80bee3ba6ff4ec8cc3fc113b6de7807e0bf2a Story: 2002196 Task: 21681
* | | | Change bug url to a correct onetianhui2018-06-272-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The url for the python-openstackclient bugs is deprecated and needs to change it to a correct one. Change-Id: I3762faf27fdb647dbff2e47b19d238108ef1975f
* | | | Merge "Network: Add tag support for security group"Zuul2018-06-251-0/+74
|\ \ \ \ | |/ / / |/| | |
| * | | Network: Add tag support for security groupDongcan Ye2018-06-141-0/+74
| | | | | | | | | | | | | | | | | | | | Change-Id: Icccb23429913724c6a8bd15d4737672b47a5f13a Closes-Bug: #1750983
* | | | Merge "Remove deprecated ip floating commands"Zuul2018-06-092-145/+0
|\ \ \ \
| * | | | Remove deprecated ip floating commandsDongcan Ye2018-04-082-145/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | We had already implemented floating ip(pool) commands more than two cycles, we can remove those deprecated commands. Change-Id: Ib98a7403a63bb0c48c03de4c79795737de2aa84c
* | | | Merge "Add bgp commands to neutron decoder"Zuul2018-06-091-19/+19
|\ \ \ \
| * | | | Add bgp commands to neutron decoderJens Harbott2018-04-091-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Help folks that need to migrate their use of the neutron CLI for neutron-dynamic-routing commands. Change-Id: I324608d7bbce8c55aaab122bfd8bff0ee1ccf9e3
* | | | | Merge "Update role document to include system parameter"Zuul2018-06-091-2/+20
|\ \ \ \ \
| * | | | | Update role document to include system parameterLance Bragstad2018-06-071-2/+20
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the recent addition of system scope support in osc, we should add system docs to the role documentation. bp system-scope Change-Id: Id77511c52ff0c36ea845e0f0fbbe3ec14818ee58
* | | | | Allow setting network-segment on subnet updateHarald Jensas2018-06-061-0/+8
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To enable the possibility to migrate a non-routed network to a routed network allow updating the segment_id of a subnet. Change-Id: I3ebae2ff28d5d4e5373ebd1f52194f8c52071b88 Partial-Bug: bug/1692490 Depends-On: I1aee29dfb59e9769ec0f1cb1f5d2933bc5dc0dc5
* | | | Add cliff project linkzhang.lei2018-05-231-1/+1
|/ / / | | | | | | | | | Change-Id: I6a964781667aa92f4b8d364f63a25f1c76309dca
* | | Merge "Network: Add tag support for floating ip"Zuul2018-04-231-0/+59
|\ \ \
| * | | Network: Add tag support for floating ipDongcan Ye2018-04-171-0/+59
| | |/ | |/| | | | | | | | | | Change-Id: I7a500a4ff6cec2442b4050df26c0b017d9f71903 Closes-Bug: #1750985
* | | Trivial: Update pypi url to new urlTovin Seven2018-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I61f3d53737616dbbd6df725823b5335a57045dba
* | | Add help for nova interface-list to decoderJens Harbott2018-04-091-2/+2
| |/ |/| | | | | | | | | | | Running "openstack port list --server <id>" is a good replacement for "nova interface-list <id>", add it to the decoder. Change-Id: I656e190f4da59d9c57e9ab97d068a8a0dbd77774
* | Merge "Add support to list image members"Zuul2018-04-022-0/+17
|\ \
| * | Add support to list image membersMohammed Naser2018-03-212-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | The OpenStack client presently has support to add or remove members from an image, but no way to list image members. This patch addreses this issue. Change-Id: Ie85c5de23c6beb21fd6b4c04c83ddf2a116606ef
* | | Merge "Update help text for encryption provider"Zuul2018-03-291-4/+4
|\ \ \