summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* Update image cli doc and fix some typoslihaijing2017-08-251-27/+37
| | | | | Change-Id: I0a8d095e51a96804c97612e28fac2d00aa94c638 Closes-Bug: #1711284
* Implied RolesHarry Rybacki2017-08-221-0/+57
| | | | | | | | | | | | | | | | | Allow the user to create an inference rule between two roles. The first, called the prior role is the role explicitly assigned to an individual. The second, called the implied role, is one that the user gets implicitly. For example: Role B implies Role A. User X is assigned Role B. Therefore User X also assigned Role A. The management and maintenance of the rules is performed in the Keystone server. Change-Id: If547c2f16e812bc7fffd742ec37e6a26011f3185
* Merge "auto-generate object docs"Jenkins2017-08-184-363/+40
|\
| * auto-generate object docsSteve Martinelli2017-08-174-363/+40
| | | | | | | | Change-Id: I832eade2ddab754664e5f57b9764e524e655e616
* | Merge "Allow PD as Subnetpool during Subnet creations"Jenkins2017-08-171-1/+6
|\ \
| * | Allow PD as Subnetpool during Subnet creationsReedip2017-08-171-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit now allows user to specify 'prefix_delegation' as a Subnetpool during Subnet creation by using the new --use-prefix-delegation option so that the IPv6 prefixes can be delegated to routers set up by the cloud admins. Change-Id: I67e5d81c4155db2e3c5c41ee1df77f2d77a17689 Closes-Bug: #1513894
* | | Revert "Disable karborclient until a fixed version is released"Akihiro Motoki2017-08-171-5/+5
| |/ |/| | | | | | | | | | | | | | | Fixed karborclient has been released. The problem only exists in karborclient 0.4.0 and the current version is 0.6.0. This reverts commit 99a502b203235a62c4ec478df81246cec39a0b7b. Change-Id: Ie28fa1e0502792c87e68ab1c009b3349c739892b
* | Merge "Add .htaccess for docs migration"Jenkins2017-08-112-0/+25
|\ \
| * | Add .htaccess for docs migrationDean Troyer2017-08-072-0/+25
| |/ | | | | | | Change-Id: I413a6d059f4eb751ca5c8b5a9b61740ac93680b1
* | Add new commands for karbor osc pluginchenying2017-08-071-0/+1
|/ | | | | | | These command operationlog are implemented in the latest python-karborclient project. Change-Id: Icfafcb7cbcc5052f75b5136443935e05e1c9ec84
* Replace guildelines with guidelinesyang wang2017-08-041-1/+1
| | | | Change-Id: I9c4f15d320e2c506c16634a5a0e2fc324101189a
* Merge "Update the documentation link for doc migration"Jenkins2017-07-274-4/+4
|\
| * Update the documentation link for doc migrationHangdong Zhang2017-07-244-4/+4
| | | | | | | | Change-Id: I7833e40d66abe233af5a211bcefadc141fe8e54b
* | Add optional parameter "user_id" and "type" to list credentialszhanghongtao2017-07-251-2/+17
| | | | | | | | | | | | | | | | In keystone version 3.5, "type" optional attribute has been added to list credentials. This patch add "user_id" and "type" optional parameter in openstack client. Change-Id: Ia09ee7c39204fdff2dfd7b9b606d888d007caac5
* | Network tag supportAkihiro Motoki2017-07-235-0/+267
|/ | | | | | | | | | | | | Neutron tag mechanism now supports network, subnet, port, subnetpool and router. Tag support for more resources is planned. This commit introduces a common mixin class to implement tag operation and individual resource consumes it. To support tag remove, network unset command is added. Implements blueprint neutron-client-tag Change-Id: Iad59d052f46896d27d73c22d6d4bb3df889f2352
* Release note cleanup for 3.12.0Dean Troyer2017-07-231-2/+2
| | | | Change-Id: I1fab42256e7b01d2efc23af686554e0325a48af6
* Merge "Start using 'cliff.sphinxext'"Jenkins2017-07-212-961/+64
|\
| * Start using 'cliff.sphinxext'Stephen Finucane2017-07-212-961/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 'cliff', the command line library used by 'osc_lib' (and, thus, 'python-openstackclient') recently gained a Sphinx extension to automatically document cliff commands. This allows us to use the documentation we already have in code instead of duplicating it in the documentation. Introduce the use of this, starting with the 'server' commands. This requires extending the descriptions for two commands to ensure no information is lost. Change-Id: If701af8d5a3f78f4b173ceb476dd0c163be4b6ca
* | Add domain parameter to Identity ProviderKristi Nikolla2017-07-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Identity providers are now associated with domains. This change allows a user to specify a domain by ID or by name when creating an identity provider. [0] This also adds the column for Domain ID in listing. Updating a domain for an identity provider is not supported, so that isn't changed. [0]. Id18b8b2fe853b97631bc990df8188ed64a6e1275 Closes-Bug: 1698390 Change-Id: Icc408e2fe88f257d5863bd3df716a777d52befcc
* | Merge "Minor followup to network agent docs"Jenkins2017-07-201-3/+3
|\ \
| * | Minor followup to network agent docsDean Troyer2017-07-201-3/+3
| | | | | | | | | | | | Change-Id: I2305a22b3bac20cb25c57af68e7625b83aefef52
* | | Merge "Add support for virtio-forwarder VNIC type"Jenkins2017-07-201-4/+4
|\ \ \
| * | | Add support for virtio-forwarder VNIC typeJan Gutter2017-07-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This patch adds support for the virtio-forwarder VNIC type. * The virtio-forwarder VNIC type has been added as another option for setting the --vnic-type property on the "port set" and "port create" commands. This requests a low-latency virtio port inside the instance, likely backed by hardware acceleration. Currently the Agilio OVS external plugin provides support for this, with support from other vendors following soon. * Corresponding neutron-lib change: https://review.openstack.org/#/c/483530/ * Nova spec for Agilio OVS enablement: https://specs.openstack.org/openstack/nova-specs/specs/pike/approved/netronome-smartnic-enablement.html Change-Id: Idbc8071afe95f8594b40e2f93e5411e7185f946f Signed-off-by: Jan Gutter <jan.gutter@netronome.com>
* | | | Merge "Network L3 Router Commands for OSC"Jenkins2017-07-202-28/+98
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Network L3 Router Commands for OSCAnkur Gupta2017-07-112-28/+98
| | | | | | | | | | | | | | | | | | | | | Implements: blueprint network-l3-commands Co-Authored-By: Akihiro Motoki <amotoki@gmail.com> Change-Id: Ia24d76227e164062e89a74c1621b8acb830b26cf
* | | Merge "Fix column names for server list --no-name-lookup"Jenkins2017-07-201-1/+3
|\ \ \
| * | | Fix column names for server list --no-name-lookupDean Troyer2017-07-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When --long is not present change the 'Image Name' column to 'Image' and add the 'Flavor' column. These columns will contain Names unless --no-name-lookup is specified when they will contain IDs. Change-Id: I92cfb22136aee32616894e60e9227b4da185da99
* | | | Merge "Add server list -n and --no-name-lookup arguments"Jenkins2017-07-201-0/+5
|\ \ \ \ | |/ / /
| * | | Add server list -n and --no-name-lookup argumentsBoris Pavlovic2017-07-101-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove translation of Image ID and Flavor ID to Image and Flavor names In large environments amount of images can be very large (thousands) Which requires ~hundreds of requests to Glance to get all images (by default client request only 20 images) As a result listing even few servers is going to take minutes This patch allows to avoid these queries by not doing translation, which allows one to get information about servers in seconds. Change-Id: I4ae00e6324a41c4c79bf5b620179dae99aea5431
* | | | Disable karborclient until a fixed version is releasedAkihiro Motoki2017-07-191-5/+5
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Even though a fix for bug 1705258 has been merged in python-karborclient, it will take some time to release it and update the upper-constraints.txt, so I think it is better to exclude karborclient from the plugin commands doc temporarily. Change-Id: I092b37b30df785159495c2d681162e144cfe4083 Related-Bug: #1705258
* | | Merge "Add 'data_plane_status' option to Port classes"Jenkins2017-07-131-0/+12
|\ \ \
| * | | Add 'data_plane_status' option to Port classesCarlos Goncalves2017-07-121-0/+12
| | |/ | |/| | | | | | | | | | | | | | | | Adds 'data_plane_status' option to SetPort and UnsetPort classes. Closes-Bug: #1684989 Change-Id: I26e23b551afb8c37e6babdea1655efb7c5c6873b
* | | image-list should support filters 'name','status'nidhimittalhada2017-07-121-0/+12
|/ / | | | | | | | | | | | | | | | | nova api support parameters like 'name', 'server', 'status', etc in image-list(). So openstackclient should support this too. DocImpact Closes-Bug: #1698742 Change-Id: Ice66b409f989e6785aa3b2d42f2fdbf6e23fa0aa
* | Merge "Allow objects to be streamed to stdout"Jenkins2017-07-061-1/+2
|\ \
| * | Allow objects to be streamed to stdoutHonza Pokorny2017-07-051-1/+2
| | | | | | | | | | | | Change-Id: Icd8de6b2122fe77926d93da9bda08f56c3672a7a
* | | Add the other commands for karbor osc pluginyushangbin2017-07-061-0/+7
| | | | | | | | | | | | | | | | | | These commands are implemented in the latest python-karborclient project. Change-Id: I1f57656cbad8f04b26e5210043b1fa979116f053
* | | Merge "Add new parameter "is_default" to Network QoS policy."Jenkins2017-07-051-0/+18
|\ \ \
| * | | Add new parameter "is_default" to Network QoS policy.Rodolfo Alonso Hernandez2017-07-051-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a set of exclusive parameters to the Network QoS policy: --default: makes this policy the default policy for the project to which the qos policy belongs. --no-default: unset the property. Closes-Bug: #1639220 Depends-On: If5ff2b00fa828f93aa089e275ddbd1ff542b79d4 Depends-On: Ibe7b7881cb190bfd5582f35b6de51a8bc21135de Change-Id: I0269b837dc29bbd8ee2089d847cadb72d800fa30
* | | | Merge "Add missing barbican commands"Jenkins2017-07-051-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Add missing barbican commandsJeremy Liu2017-07-041-0/+2
| | | | | | | | | | | | | | | | Change-Id: Id5be173799cd65e80a52f01f77d1afccf089412c
* | | | Fix man page buildJavier Pena2017-07-041-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | https://review.openstack.org/473964 moved the man page rst from the doc/source/man directory into doc/source/cli/man, so we need to adjust the path in conf.py to avoid issues when running: python setup.py build_sphinx -b man Change-Id: I1ab09bf298beef756b233c7e17bf052f7af4de51
* | | Merge "Added 'openstack image set --visibility'"Jenkins2017-07-011-2/+18
|\ \ \
| * | | Added 'openstack image set --visibility'M V P Nitesh2017-06-301-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This feature will allow image owners to share images across multiple tenants/projects without explicitly creating members individually through the glance API V2. “Community images” will not appear iu user's default image listings Change-Id: Ic02bf44cca5d6d793d68a8737d3cfe3f44407d88 Closes-Bug: #1626837
* | | | Merge "Add python-octaviaclient plugin"Jenkins2017-06-303-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Add python-octaviaclient pluginMichael Johnson2017-06-293-0/+14
| | |/ | |/| | | | | | | | | | | | | | | | | | | This patch adds the "loadbalancer" commands to the docs and sets up the document generation for the python-octaviaclient plugin. Depends-On: Ib123383c5f6904b4b00831e8cc7aaa180bd4a506 Change-Id: I48939cc3653cd379a328e0a0973d075019d22b00
* | | Remove inaccurate mapping of 'host-meta' in csvwingwj2017-06-291-1/+1
|/ / | | | | | | | | | | | | | | | | Now we don't have a similar command to 'nova host-meta' in osc, the 'host set/unset' in osc is used to manage host properties. Need to remove the inaccurate mapping in nova.csv. Change-Id: I291174a29c8e3419b62d47264dedf176262a816c Closes-Bug: #1690902
* | switch to openstackdocsthemeDoug Hellmann2017-06-261-1/+8
|/ | | | | | Change-Id: Iee591504ba5d7506ba41a9faaa1c293a5fe2db6a Depends-On: Ifc5512c0e2373cf3387e0e0498268eab092e52bb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* move auto-generated api docs into contributor treeDoug Hellmann2017-06-232-1/+1
| | | | | | Change-Id: I2e75d3014bd2252af8c01566c0ec6787608e3996 Depends-On: I2bd5652bb59cbd9c939931ba2e7db1b37d2b30bb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* reorganize existing documentation according to the new standard layoutDoug Hellmann2017-06-23119-45/+78
| | | | | | | | | | | | | Move existing content around based on the doc-migration specification. Replace :doc: markup with :ref: to have sphinx keep track of where the files move and generate valid hyperlinks. Add a few toctrees and index pages for the new directories. Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Merge "Add project purge command to osc"Jenkins2017-06-222-0/+43
|\