summaryrefslogtreecommitdiff
path: root/doc/source/cli/data
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Remove deprecated image commands"Zuul2019-06-211-24/+24
|\
| * Remove deprecated image commandsDean Troyer2019-05-191-24/+24
| | | | | | | | | | | | | | * Remove ``image create|set`` option ``--owner`` Change-Id: I1fabab98c8660eba6d0dd75e74544c6c9d432b9e Signed-off-by: Dean Troyer <dtroyer@gmail.com>
* | Merge "Compute: Add description support for server"Zuul2019-06-051-1/+2
|\ \ | |/ |/|
| * Compute: Add description support for serverChen2019-05-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds functionality to configure server's description with: 1 server create 2 server set 3 server unset 4 server rebuild Change-Id: Ic06d97b29e51828b29d7ac5172645c288e4ada9e Story: 2002005 Task: 19640
* | Add volume backup import/export commandsSean McGinnis2018-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds commands to import and export volume backup records so they can be imported and restored on other Cinder instances or to the original instance if the service or database has been lost and had to be rebuilt. I know this is a commonly used process by some users, so it would be good to have this functionality in osc so they do not have to switch clients. More details about the export and import process can be found here: https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-backups-export-import.html Change-Id: Ic95f87b36a416a2b50cb2193fd5759ab59336975 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | trivial: modify spelling error of projectlvxianguo2018-11-011-1/+1
|/ | | | Change-Id: I6cf68325bc58cfd073c5fca4eb2773d108735399
* Update the Neutron CLI decoder documentBrian Haley2018-10-261-5/+5
| | | | | | | | | | The floatingip-disassociate mapping had 'port' instead of '--port', also fixed a few places where 'unset' was missing from some of the mappings. Trivialfix Change-Id: I3b01db28dda674e9988176d496154fbd26e4449f
* 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-091-1/+1
| | | | | | | | | | | 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>
* 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 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
* | 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
* 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
* reorganize existing documentation according to the new standard layoutDoug Hellmann2017-06-236-0/+559
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>