summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fix errors for "volume type unset" command"Jenkins2016-06-071-1/+1
|\
| * Fix errors for "volume type unset" commandHuanxuan Ao2016-06-061-1/+1
| | | | | | | | | | | | | | | | Normally, we can unset multi properties but the "volume type unset" command could not, because the action "append" was missed. So I add it and also fix the unit test and doc in this patch. Change-Id: I20470f2b7bb2a8d7f292cea498826669c3418c77
* | Merge "Refactor SetService --enable/disable option"Jenkins2016-06-061-3/+2
|\ \
| * | Refactor SetService --enable/disable optionTang Chen2016-06-041-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes the following: 1. --enable/disable option should follow the rules in the doc below: http://docs.openstack.org/developer/python-openstackclient/command-options.html#boolean-options 2. "--disable-resion" is specified but not "--disable", an exception is raised instead of igoring "--disable-reason" option. Change-Id: I92e9234111e661bfe7119a8e19389a87c874ab0c
* | | Merge "fix keypair help msg"Jenkins2016-06-061-2/+2
|\ \ \
| * | | fix keypair help msgsunyajing2016-06-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | keypair delete and keypair show commands cannot work on keypair ID Change-Id: I958fcd2ed184706b28d63cc9c73a8b566e86a16c Closes-Bug:#1588701
* | | | Merge "Add network availability for osc"Jenkins2016-06-062-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add network availability for oscManjeet Singh Bhatia2016-06-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch implements openstack client for network ip availability. Implements: blueprint neutron-ip-capacity Depends-On: I3b40d8edea87c068c4e8133e436511765064d5f8 Change-Id: Iffaa2e20ff495fbd205d3397e027e8141d04385e
* | | | Merge "Support multiple argument for compute agent delete command"Jenkins2016-06-051-3/+3
|\ \ \ \
| * | | | Support multiple argument for compute agent delete commandsunyajing2016-06-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3b19e4914d475b86d7e8aa8d76e62a2ac811272f Partially-Implements: blueprint multi-argument-compute
* | | | | Merge "Add support for volume transfer request list"Jenkins2016-06-042-0/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add support for volume transfer request listSheel Rana2016-06-042-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OSC does not support to list volume transfer from one user to other user. This patch will provide support for listning volume transfer requests. Closes-Bug:#1554886 Implements: bp cinder-command-support Change-Id: Ie659bc39cb1d1e931cca7a40b2f126a067ee484c
* | | | | Merge "Fix --enable options on commands"Jenkins2016-06-043-13/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix --enable options on commandsRichard Theis2016-06-023-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The --enable option on commands is ignored when the arguments are parsed. This is related to the --enable-beta-commands option. Renaming the option to --os-beta-command fixes the problem. There's no need to handle backwards compatibility for the option name change because there hasn't been an OSC release yet with beta commands. Change-Id: I0327ba8a2058858a83e9a42e231470ed733cc834 Closes-Bug: #1588384
* | | | | Merge "Add support for removing flavor-access"Jenkins2016-06-021-0/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add support for removing flavor-accessHuanxuan Ao2016-06-021-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--project" and "--project-domain" options in "flavor unset" command to remove flavor access. Change-Id: Ia5c5a80d9890d5af066b75b4e202647c18c7d915 Partial-Bug: #1575461
* | | | | Trivial: Remove duplicated line in man pageTang Chen2016-06-021-3/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I3f72308e639ddcdfb0289e50f9bafd097461c896
* | | | | Merge "Modify lowercase to uppercase"Jenkins2016-06-021-8/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Modify lowercase to uppercasezhang.xiuhua2016-06-021-8/+8
| |/ / / | | | | | | | | | | | | Change-Id: Ia59355d824ba61da824612ea0e03243b1bec4a57
* | | | include old release notes in renoRui Chen2016-05-312-698/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Currently OSC release notes are in the OpenStack releasenote site. There is a collection of old non-reno release notes in our docs folder. Move the non-reno release notes to the reno directionary. Change-Id: Ie51fd1e1115d606e5d2739014d3720eedc8dc225
* | | Merge "Add support for setting flavor-access"Jenkins2016-05-301-0/+11
|\ \ \
| * | | Add support for setting flavor-accessHuanxuan Ao2016-05-301-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds "--project" option in "flavor set" command to support for setting flavor access. Change-Id: I75b473600080d8ab1dd6ad01561c4f989ed3c3bd Partial-Bug: #1575461
* | | | Merge "Add network segment command object"Jenkins2016-05-302-0/+55
|\ \ \ \
| * | | | Add network segment command objectRichard Theis2016-05-272-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add network segment command object in support of routed networks. This patch set includes documentation, unit tests and functional tests (currently skipped until segments enabled in neutron by default) for the following new commands: - "os network segment list" - "os network segment show" These new commands are currently marked as beta commands. Change-Id: I1a79b48dc6820fe2a39fcceb11c8cae3bda413a0 Partially-Implements: blueprint routed-networks
* | | | | Merge "Add "image unset" command"Jenkins2016-05-301-0/+27
|\ \ \ \ \
| * | | | | Add "image unset" commandsunyajing2016-05-281-0/+27
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch add a command that supports unsetting image tags and properties Change-Id: I6f2cf45a61ff89da6664f3a34ae49fdd85d8c986 Closes-Bug:#1582968
* | | | | Merge "[compute] Add server backup function"Jenkins2016-05-302-0/+45
|\ \ \ \ \
| * | | | | [compute] Add server backup functionjichenjc2016-05-272-0/+45
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add server backup function There is no return value for this command per following doc http://developer.openstack.org/api-ref-compute-v2.1.html#createBackup, also novaclient can't be updated now due to backward compatible issue http://lists.openstack.org/pipermail/openstack-dev/2016-March/089376.html, so we have to get the information ourselves. The Image tests were not using warlock images, so that needed to be fixed before we could completely test things like --wait. Change-Id: I30159518c4d3fdec89f15963bda641a0b03962d1
* | | | | Merge "Support to set server state"Jenkins2016-05-301-0/+5
|\ \ \ \ \
| * | | | | Support to set server stateRui Chen2016-05-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a server is unexpected state, OSC don't support reset the server to active or error state, that's supported by novaclient, and it's an important command for operators, the patch implement this function. Change-Id: I3e7800feb192832b0719ef9a353945beb6bfd509 Implements: blueprint server-reset-state
* | | | | | Merge "Support deleting multi address scopes in networkv2"Jenkins2016-05-301-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Support deleting multi address scopes in networkv2Huanxuan Ao2016-05-281-3/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for deleting multi address scopes by using "address scope delete" command. Change-Id: Ic8d3ebc17db44ca5d42c336d2c4d5633f70d4e8b Partially-Implements: blueprint multi-argument-network
* | | | | Fix help message for "server group delete" commandHuanxuan Ao2016-05-281-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Server group delete" command supported deleting multi server groups, but the help message was "Delete an existing server group", so I change it in this patch. Change-Id: I05b1a7e3f29b84b9190e7cc05c01734e3daa7a6d
* | | | Merge "fix endpoint show help"Jenkins2016-05-261-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | fix endpoint show helpsunyajing2016-05-261-3/+3
| | |/ | |/| | | | | | | | | | | | | endpoint show command can also work on service name or type or ID option Change-Id: I43c8df4bc093d4130cf33fd2520736ce9077dc82
* | | Merge "Devref: Command Beta"Jenkins2016-05-254-0/+79
|\ \ \
| * | | Devref: Command BetaRichard Theis2016-04-214-0/+79
| | | | | | | | | | | | | | | | | | | | | | | | The devref proposes OSC support for beta commands. Change-Id: I538a38be33734faf6eb69a3cb50946b2396b0c57
* | | | Add network support for "quota set"Fang Zhen2016-05-191-0/+50
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | The "quota set" command support compute and volume quotas previously. This patch add support network. Partially-implements: blueprint neutron-client-quota Closes-bug: 1489441 Change-Id: I9d297f52bc30614b3493f09ed15f8f1d3f8ff952
* | | Merge "Add support of setting snapshot state"Jenkins2016-05-181-1/+10
|\ \ \
| * | | Add support of setting snapshot stateXi Yang2016-03-091-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is going to add the functionality of setting snapshot state which OSC currently lacks. Closes-Bug:#1535239 Change-Id: I2afd6567416e75ba0c70b73351cf1eb5394b3373
* | | | Merge "Add ip version filter to subnet list"Jenkins2016-05-171-0/+4
|\ \ \ \
| * | | | Add ip version filter to subnet listManjeet Singh Bhatia2016-05-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch will add argument ip-version to command subnet list Change-Id: If7458d4979e53aec7e2633c4f1779c3810f9a3f1 Closes-Bug: #1581179
* | | | | Merge "Enhance exception handling for "network delete" command"Jenkins2016-05-171-2/+40
|\ \ \ \ \
| * | | | | Enhance exception handling for "network delete" commandTang Chen2016-04-141-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch rework "network delete" command following the rules in doc/source/command-errors.rst. In "network delete" command, there are multiple REST API calls, and we should make as many of them as possible. And log error for each one, give a better error message. Also return a non-zero exit code. Change-Id: I39ae087dd7bd08d049d513abfa6c5cab2bd13b2b Partial-Bug: #1556719
* | | | | | Merge "Add VLAN Transparent option to ``osc network``"Jenkins2016-05-161-0/+22
|\ \ \ \ \ \
| * | | | | | Add VLAN Transparent option to ``osc network``reedip2016-05-161-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | osc network set and network create now support --transparent-vlan|--no-transparent-vlan options to add/remove vlan transparency from the network. Change-Id: I845eb8f541cd32a4c4b28f929a63b205e7e31756 Closes-Bug: 1545537
* | | | | | | Merge "Added --no-route to the router set command"Jenkins2016-05-161-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Added --no-route to the router set commandHideki Saito2016-05-161-2/+2
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecated --clear-routes Closes-Bug #1565034 Change-Id: I4a8975edc026aecd2a362fd1929c984cfab8ade6
* | | | | | | Merge "Additional network protocol support"Jenkins2016-05-161-9/+33
|\ \ \ \ \ \ \
| * | | | | | | Additional network protocol supportRichard Theis2016-05-141-9/+33
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the following network protocol support to the "os security group rule create" command: - Add "--icmp-type" and "--icmp-code" options for Network v2 only. These options can be used to set the ICMP type and code for ICMP IP protocols. - Change the "--proto" option to "--protocol". Using the "--proto" option is still supported, but is no longer documented and may be deprecated in a future release. - Add the following Network v2 IP protocols to the "--protocol" option: "ah", "dccp", "egp", "esp", "gre", "igmp", "ipv6-encap", "ipv6-frag", "ipv6-icmp", "ipv6-nonxt", "ipv6-opts", "ipv6-route", "ospf", "pgm", "rsvp", "sctp", "udplite", "vrrp" and integer representations [0-255]. The "os security group rule list" command now supports displaying the ICMP type and code for security group rules with the ICMP IP protocols. Change-Id: Ic84bc92bc7aa5ac08f6ef91660eb6c125a200eb3 Closes-Bug: #1519512 Implements: blueprint neutron-client