summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Update help text for encryption providerBrianna Poulos2018-02-231-4/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | The volume encryption provider no longer uses class names. Instead, 'luks' and 'plain' are used. This patch updates the help text for the volume encryption provider to use the new encryption provider format constants. Change-Id: I2911098505a99658e04ac4008e5f3e857db81f95
* | | Updated from global requirementsOpenStack Proposal Bot2018-03-281-1/+1
| | | | | | | | | | | | Change-Id: I8c400b12269f00fcf9fcaac27098ca55cdc27ac4
* | | Merge "neutron: add --mtu for create/set network"Zuul2018-03-231-0/+12
|\ \ \ | |_|/ |/| |
| * | neutron: add --mtu for create/set networkEmilien Macchi2018-03-151-0/+12
| | | | | | | | | | | | | | | | | | | | | Support Neutron network mtu configuration with a new argument, --mtu that allows CLI users to set MTU for Neutron networks. Change-Id: I93d23581c7e8c84eaf9bb3b293360036f60f456b
* | | Merge "Correct application credential usage doc"Zuul2018-03-161-1/+1
|\ \ \
| * | | Correct application credential usage docColleen Murphy2018-03-161-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | There is a --restricted flag to counter the --unrestricted flag. It was documented, but the usage example had missed it. Add it for completeness. Change-Id: Ib4cdcacdd16bfb59e9d18714106ecda99e418812
* | | Fix typo in 'floating ip associate' command and docBrian Haley2018-03-151-1/+1
|/ / | | | | | | | | | | | | | | Assocaite -> Associate Trivialfix Change-Id: I432e35ddcd80ef77c865bee9a54ac2777f5b6386
* | Merge "Add CRUD support for application credentials"Zuul2018-03-141-0/+109
|\ \
| * | Add CRUD support for application credentialsColleen Murphy2018-01-301-0/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for creating, retrieving, and deleting application credentials. Application credentials do not support updates. In order to provide a positive user experience for the `--role` option, this patch also includes an improvement to the `identity.common._get_token_resource()` function that allows it to introspect the roles list within a token. This way there is no need to make a request to keystone to retrieve a role object, which would fail most of the time anyway due to keystone's default policy prohibiting unprivileged users from retrieving roles. bp application-credentials Change-Id: I29e03b72acd931305cbdac5a9ff666854d05c6d7
* | | Merge "Add support for endpoint group commands"Zuul2018-02-252-0/+29
|\ \ \
| * | | Add support for endpoint group commandsJose Castro Leon2018-02-232-0/+29
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Implements the commands for endpoint group filter management. Includes the CRUD management of the endpoint groups and the association management between them and the projects that are using this method. Implements: blueprint keystone-endpoint-filter Change-Id: I4265f7f8598d028191e90d76781b7b6ece6fef64
* | | Merge "Add project tags functionality"Zuul2018-02-251-0/+35
|\ \ \
| * | | Add project tags functionalityGage Hugo2018-02-231-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds tags functionality for projects in keystone. A user can add a single tag with "--tag", chain "--tag" to add multiple tags, or clear tags with "--no-tag". Change-Id: I31cfef3e76dcefe299dacb00c11bb1a10a252628 Partially-Implements: bp project-tags