summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Add "--project" option to "volume type create" commandHuanxuan Ao2016-07-121-0/+16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--project" and "--project-domain" options to "volume type create" command. We can use these options to add the type access to a given project when we create the volume type. Change-Id: I483a6b61dae137682c3d1f7527531b40e508ba92 Closes-Bug: #1602169
* | | | | | Merge "Add network-topolopy support"Jenkins2016-07-181-0/+44
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add network-topolopy supportdongwenshuai2016-07-081-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new api about network-topolopy in openstackclient It is the intention for OSC to collect data from existing REST APIs Change-Id: I23709ee906555d773c3efeb094aef50587732a1b Related-Bug: #1586584 Implements: bp network-topology-support
* | | | | | Merge "Add python-neutronclient to OSC plugins"Jenkins2016-07-152-3/+10
|\ \ \ \ \ \
| * | | | | | Add python-neutronclient to OSC pluginsRichard Theis2016-07-052-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Neutron is transitioning its CLI to OSC. Some CLIs will reside within python-openstackclient while others will be OSC plugins within python-neutronclient. Depends-On: I9a20bc7a3d8aa7b631fb0fd534fc5705c23326ce Change-Id: I2d8d369739d1df1597201368dd2158e07c8d2baf Related-Bug: #1521291
* | | | | | | Merge "Modify compute agent set command"Jenkins2016-07-142-9/+25
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Modify compute agent set commandsunyajing2016-07-112-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate ``compute agent set`` arguments: version, url, md5hash to be optional. BackwardsIncompatibleImpact Change-Id: I092b7ed24274bafa548f0537c4586504be3a2825 Co-Authored-By: Huanxuan Ao <huanxuan.ao@easystack.cn>
* | | | | | | Add "--incremental" option to "backup create" command in volume v2Paul Bourke2016-07-111-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cinder V2 API supports creating volume backup with "--incremental" option. However, OSC doesn't support this argument. So this patch adds the "--incremental" option to allow users to create incremental style backups. Change-Id: Iefac5f1a6c9ef006ad9c22d4250ae6df50504781 Closes-Bug: 1600196
* | | | | | | Merge "Make the doc build reproducible"Jenkins2016-07-111-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Make the doc build reproducibleThomas Goirand2016-07-111-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes Debian bug: https://bugs.debian.org/826676 Change-Id: I638488448a4d6e644ab0e6deaebd65c92fa7904a
* | | | | | | Add missing "Volume version 2 only" message in backup.rstHuanxuan Ao2016-07-111-0/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Former patchs add some volume v2 only options for backup but miss "Volume version 2 only" message. This patch adds them. Change-Id: Id50db25617776b6ee0d0ad6b4b82bd443b940343
* | | | | | fix one spelling mistake and two help messageszhengsenyan2016-07-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I checked all the 70 rst files in doc/source/command-objects and found that: -one spelling mistake as:rescure should be rescue(server.rst) -two help messages:xpvnc should be xvpvnc(console-url.rst and console.py) Change-Id: I6f46c79983eaf5650bd3aa0ab448c19f5c6527a9
* | | | | | Merge "Add "--property" option to "snapshot create" command in volumev2"Jenkins2016-07-061-0/+7
|\ \ \ \ \ \
| * | | | | | Add "--property" option to "snapshot create" command in volumev2Huanxuan Ao2016-07-061-0/+7
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--property" option to "snapshot create" command in volumev2 (v2 only) to support adding properties to a new snapshot. Change-Id: Ie0e90c9ccc2ac89b3b7b0ac89751fd864aada9a4 Closes-Bug: #1597192
* | | | | | Merge "Add '--force' option to 'backup delete' command in volumev2"Jenkins2016-07-061-1/+8
|\ \ \ \ \ \
| * | | | | | Add '--force' option to 'backup delete' command in volumev2Huanxuan Ao2016-07-061-1/+8
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add '--force' option to 'backup delete' command in volumev2 (v2 only) to allow delete in state other than error or available. Change-Id: I661ea0d465db227e374cbacdde0206fa1a6dd3d5 Closes-Bug: #1597188
* | | | | | Merge "Transfer "ip fixed add/remove" to "server add/remove fixed ip""Jenkins2016-07-063-0/+43
|\ \ \ \ \ \
| * | | | | | Transfer "ip fixed add/remove" to "server add/remove fixed ip"Tang Chen2016-07-043-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch does the following things to transfer "ip fixed add/remove" to "server add/remove fixed ip": * Add new command "server add/remove fixed ip", and unit tests and doc. * Deprecate "ip fixed add/remove" command. compute/v2/fixedip.py is not removed because the arguments' positions are different between the new and old commands. * ip fixed add <network> <server> server add fixed ip <server> <network> * ip fixed remove <ip-address> <server> server remove fixed ip <server> <ip-address> Change-Id: Ica07ccf92a76c21fd5608ecaff86ff7c4d96f5a0 Implements: blueprint rework-ip-commands Partial-bug: 1555990 Co-Authored-By: Dean Troyer <dtroyer@gmail.com>
* | | | | | | Merge "Transfer "ip floating add/remove" to "server add/remove floating ip""Jenkins2016-07-063-0/+43
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Transfer "ip floating add/remove" to "server add/removeTang Chen2016-07-043-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | floating ip" This patch does the following things to transfer "ip floating add/remove" to "server add/remove floating ip": * Add new command "server add/remove floating ip", and unit tests and doc. * Deprecate "ip floating add/remove" command. compute/v2/floatingip.py is not removed because the arguments' positions are different between the new and old commands. * ip floating add <ip-address> <server> server add floating ip <server> <ip-address> * ip floating remove <ip-address> <server> server remove floating ip <server> <ip-address> Change-Id: Ic0dd22ca6fb7b7bc3e820fd5a14d7c551e7ab963 Implements: blueprint rework-ip-commands Partial-bug: 1555990 Co-Authored-By: Dean Troyer <dtroyer@gmail.com>
* | | | | | | Merge "Transfer "ip floating pool list" to "floating ip pool list""Jenkins2016-07-063-0/+17
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Transfer "ip floating pool list" to "floating ip pool list"Tang Chen2016-07-043-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch does the following things to transfer "ip floating pool list" to "floating ip pool list": * Add a new command "floating ip pool list" to deprecate "ip floating pool list". The source code is in network/v2 dir. * Add doc for "floating ip pool list". * Add floating ip pool unit tests. Change-Id: Id410f4e4a96cf589a6e8def209574da71395b55f Implements: blueprint rework-ip-commands Partial-bug: 1555990 Co-Authored-By: Dean Troyer <dtroyer@gmail.com>
* | | | | | | Merge "Add command to unset information from ports"Jenkins2016-07-061-0/+29
|\ \ \ \ \ \ \
| * | | | | | | Add command to unset information from portsreedip2016-07-011-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces the ``port unset`` command to clear the fixed-ip and binding:profile information from the ports. Implements: blueprint network-property-unset Change-Id: I9dba309234105af477e7618a8a437b7fa3b13cd7
* | | | | | | | fix some spelling mistakes in doc/jqjiang.1@gmail.com2016-07-062-3/+3
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I check all the files under doc/ directory and find three spelling mistakes - exeuction should be execution - Fefora should be Fedora - opentackclient should be openstackclient Change-Id: If9e5d07b6558871bb3f8d55b52bf8f1d9db0897e
* | | | | | | Add missing '(name only)' message for keypair in computev2Huanxuan Ao2016-07-041-1/+1
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 'keypair show' command. One help message had '(name only)' but the doc had not. And another had not '(name only)' but the doc had. This patch Fixs them and keeps the consistent between doc and help message. Change-Id: Ic88219ae25a6f545a1db39e6b585e1857ae9e2e0
* | | | | | Merge "Add command to unset information from Subnet-pools"Jenkins2016-07-011-0/+22
|\ \ \ \ \ \
| * | | | | | Add command to unset information from Subnet-poolsreedip2016-06-301-0/+22
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces the ``subnet pool unset`` command to clear the pool prefix information from the subnet-pools. Change-Id: I84b7259d6e26e695343d41cea6d807396faaf69a Implements: blueprint network-property-unset
* | | | | | Merge "Add "--snapshot" option to "backup create" command in volumev2"Jenkins2016-07-011-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add "--snapshot" option to "backup create" command in volumev2Huanxuan Ao2016-07-011-0/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--snapshot" option to "backup create" command to support backing up a snapshot. Change-Id: Ibecbf1902599875f422d372d529835f73211d3ec Closes-Bug: #1597184
* | | | | update plugin documentationSteve Martinelli2016-06-302-18/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add watcher, gnocchi and aodh - organize sphinx docs based on alphabetical order of the library Change-Id: Ibdd500da0e488ce3256320d53b3354ee7c66468a
* | | | | Merge "Fix doc issue for "compute agent list" command"Jenkins2016-06-301-3/+2
|\ \ \ \ \
| * | | | | Fix doc issue for "compute agent list" commandHuanxuan Ao2016-06-301-3/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "--hypervisor" is a optional argument but in the doc it was wrong format, this patch modify it. Change-Id: I527feff73eca5834b2fee4efb2462562581210ed
* | | | | Merge "Add "--property" option to "flavor create" command"Jenkins2016-06-301-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add "--property" option to "flavor create" commandHuanxuan Ao2016-06-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--property" option to "flavor create" command to support adding properties to a new falvor. Change-Id: I4f06b364375d5a81584fe41122d48e9568fa712a Closes-Bug: #1596798
* | | | | Merge "Add "--device-owner" option to "port list""Jenkins2016-06-291-2/+10
|\ \ \ \ \
| * | | | | Add "--device-owner" option to "port list"Richard Theis2016-06-201-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--device-owner" option to the "port list" command to enable listing ports based on device owner. Change-Id: I0a538ec41800b9f842e86dceb6ca4180ef239c95 Implements: blueprint neutron-client
* | | | | | Merge "Add command to unset information from Subnets"Jenkins2016-06-291-0/+38
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add command to unset information from Subnetsreedip2016-06-291-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces the ``subnet unset`` command to clear the host-routes, allocation-pools and dns-nameservers from subnets. Implements: blueprint network-property-unset Change-Id: I31324a2423f6d2315eed27445dfdcfe863e0b550
* | | | | | Merge "Add command to unset information from Routers"Jenkins2016-06-281-0/+24
|\ \ \ \ \ \
| * | | | | | Add command to unset information from Routersreedip2016-06-271-0/+24
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces the ``router unset`` command to clear the routing information from the routers. Implements: blueprint network-property-unset Change-Id: Iac8d32ca42fb28878805b4b58ab411b67fa6555b
* | | | | | Merge "Add "--force" option to "volume qos delete" command"Jenkins2016-06-281-0/+5
|\ \ \ \ \ \
| * | | | | | Add "--force" option to "volume qos delete" commandHuanxuan Ao2016-06-281-0/+5
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ``--force`` option to ``volume qos delete`` command in volume v1 and v2 to allow users to delete in-use QoS specification(s). Change-Id: I46036e5f55ced8b8a1be54c521f2a5c242b89160 Closes-Bug: #1596821
* | | | | | Merge "Add Tox prerequisites and installation"Jenkins2016-06-281-19/+43
|\ \ \ \ \ \
| * | | | | | Add Tox prerequisites and installationzhang.xiuhua2016-06-071-19/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I48f4c571d1f1ae26ac930d8abad0cfbcb826ae46
* | | | | | | Merge "Add "--force" option to "backup create" command in volumev2"Jenkins2016-06-281-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Add "--force" option to "backup create" command in volumev2Huanxuan Ao2016-06-271-0/+5
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cinder V2 API supports creating volume backup with "--force" option. However, OSC doesn't support this argument. So this patch add the "--force" option to allow users to back up a in-use volume. Change-Id: I326f8d6172b2830da4cf1317348af50142cc5490 Closes-Bug: #1596443
* | | | | | | Merge "Support bulk deletion for delete commands in computev2"Jenkins2016-06-282-5/+5
|\ \ \ \ \ \ \
| * | | | | | | Support bulk deletion for delete commands in computev2Huanxuan Ao2016-06-272-6/+6
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support bulk deletion and error handling for "keypair delete" and "service delete" commands in computev2. Up to now, all the delete commands in computev2 support bulk deletion. Change-Id: I6d5c960e9716188e56615514d0921618a15a88ec Partially-Implements: blueprint multi-argument-compute Partial-Bug: #1592906
* | | | | | | Merge "Change "ID only" to "name or ID" for backup commands"Jenkins2016-06-281-3/+3
|\ \ \ \ \ \ \