3468 Commits

Author SHA1 Message Date
Jenkins
b829b210b0 Merge "Should support 'auto' and 'none' as network parameter when boot instances" 2016-12-23 03:50:18 +00:00
Rodolfo Alonso Hernandez
9e1e7e1c9f Add support for QoS rule type commands
Added following commands:
    - network qos rule type list

Closes-Bug: 1612194
Depends-On: Iecf7bc7acd244a842aae963993f37a64a26b43b9
Change-Id: I38af823c726ceaba9d0b45488fa48e2d93971c92
2016-12-22 16:40:14 +00:00
Rodolfo Alonso Hernandez
5084ce14b0 Update earliest-version number format in release notes
Change-Id: I67deca8d2ff1f63d272b8d5b78cb31efd6e6d4df
Closes-Bug: #1652054
2016-12-22 13:49:27 +00:00
Kevin_Zheng
ff18e3d0e9 Should support 'auto' and 'none' as network parameter when boot instances
Nova added support using 'auto' and 'none' as network parameters since
microversion 2.37:
http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/rest_api_version_history.rst#n389
we should also add support for this in OSC.

Change-Id: I6e5f616dfa48895ebd13144effe9fda7cb94c649
Closes-bug: #1651288
2016-12-22 10:01:02 +00:00
Jenkins
5d62981beb Merge "Introduce overwrite functionality in `osc router set`" 2016-12-21 22:09:50 +00:00
Jenkins
6d63085c72 Merge "Fix all missing "os to openstack" transformation" 2016-12-21 12:15:16 +00:00
Jenkins
97538604ad Merge "Modified API calls in os usage" 2016-12-21 12:15:08 +00:00
Jenkins
931eee89ab Merge "Add one test for "backup set" command" 2016-12-21 10:01:22 +00:00
Huanxuan Ao
97c0b4bf15 Fix all missing "os to openstack" transformation
Checked and fix all missing of the review:
https://review.openstack.org/#/c/412669/
https://review.openstack.org/#/c/412673/
https://review.openstack.org/#/c/412678/

Change-Id: Ice85958874121eeb574d0b4cfa58e1590b014ed6
2016-12-21 10:29:38 +08:00
ZhaoBo
3816b4b90a Fix the missing os in command in example
This patch correct the missing one 'os example'.

Change-Id: I7c2cb01082f1eff1a7a607508f166dd54a450f44
2016-12-21 00:05:46 +08:00
Jenkins
1b3f953715 Merge "change os in command example to openstack(3)" 2016-12-20 16:01:17 +00:00
Jenkins
ce0cdb058e Merge "change os in command example to openstack(2)" 2016-12-20 16:00:58 +00:00
Jenkins
898c6a316a Merge "change os in command example to openstack" 2016-12-20 16:00:50 +00:00
Jenkins
a988ca5305 Merge "Add support for clearing router gateway" 2016-12-20 13:09:12 +00:00
Jenkins
3ab94614c2 Merge "Add doc for Searchlight client" 2016-12-20 02:43:27 +00:00
Kevin_Zheng
446e6f2fa8 change os in command example to openstack(3)
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.

Change-Id: Ie67c0152d8ff8b7c456f91dc8b9a9164437ee9d1
2016-12-20 09:26:15 +08:00
Kevin_Zheng
847da51dea change os in command example to openstack(2)
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.

Change-Id: I80c96f0938cec382f2f714a500138bd5a2c81aa0
2016-12-20 09:18:55 +08:00
Kevin_Zheng
9663424c74 change os in command example to openstack
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.

Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
2016-12-20 09:03:29 +08:00
Reedip
4a5bf8d2a5 Add support for clearing router gateway
This patch adds the support to clear the gateway information
from a router.

Change-Id: I446c556750f080a6fc21fea8f531fd71838d648a
Implements: blueprint neutron-client-advanced-router
Partially-Implements: blueprint network-commands-options
2016-12-19 17:30:19 -05:00
Reedip
25104c7d4a Introduce overwrite functionality in `osc router set`
The overwrite functionality allows user to overwrite
the routes of a specific router.

Change-Id: I8d3cfe5cab2ffbfa046371c3adcd2cf446c91cbc
partially-implements: blueprint allow-overwrite-set-options
2016-12-19 16:57:02 -05:00
Jenkins
e51a2b3b17 Merge "Add support for setting router gateway" 2016-12-19 14:31:11 +00:00
zhiyong.dai
20b0b71809 Add one test for "backup set" command
The former tests for "backup set" command miss a test for '--description'
option. In this patch, one relative test is added.

Change-Id: Ie755d56a68a666d48751ab1ad20c8edb50e69b94
2016-12-19 18:50:08 +08:00
Kevin_Zheng
194a8529d9 Add doc for Searchlight client
The doc information for python-searchlight client
is not good and this patch add some information.

Change-Id: I47da1665f5108a4d945b927c134904ab479c144d
2016-12-19 17:23:53 +08:00
zhiyong.dai
25c563d0d8 Tivial:update the description format in volume_snapshot.py
Replace the old description format with "_description = _( )"

Change-Id: I36d61621309cfceefbd1ab1b930fa94b4bad2036
2016-12-18 02:43:27 +08:00
Jenkins
a17687288b Merge "Add filtering options to the address scope list command" 2016-12-18 14:30:44 +00:00
Jenkins
cc4ede88e9 Merge "Add --default option to "volume type list"" 2016-12-18 12:20:28 +00:00
Yan Xing'an
d12aa86f7c Add filtering options to the address scope list command
Add --name, --ip-version, --project, --project-domain,
--share, --no-share options to the address scope list command.

Change-Id: I8ece8da473d07dfc21dfb5b17de47624241f0142
Closes-Bug: #1636046
Partially-Implements: blueprint network-commands-options
2016-12-18 19:46:11 +08:00
Reedip
841d9d8dbd Add support for setting router gateway
This patch adds the support to set the gateway information
for a router.

Implements: blueprint neutron-client-advanced-router
Partially-Implements: blueprint network-commands-options
Change-Id: Ifb5a4d1965cd7e75c0c8cf2cfb677e0628b699dc
Depends-On: I2bda0dd40afd64b6cecca5f64ef2326bda4fac92
2016-12-17 18:22:45 +00:00
Jenkins
3ff713fd57 Merge "Add some options to "volume create" command" 2016-12-16 08:20:03 +00:00
Jenkins
60370b46f5 Merge "SDK refactor: Prepare network commands" 2016-12-16 03:01:12 +00:00
Mikhail Feoktistov
63377f25fc Add ploop to supported disk formats
This format is used for containers for Virtuozzo hypervisor

Closes-Bug: 1650342

Change-Id: Ic79f29a1fe9ea5016d3d5520c2b06e39da01ff61
2016-12-15 12:46:55 -05:00
Sindhu Devale
22d639b0b6 SDK refactor: Prepare network commands
Prepare the OSC "network" commands for the SDK refactor.

Change-Id: I50680f6675905f2147fee94cce8c1ed9c81dac0a
Partially-Implements: blueprint network-command-sdk-support
2016-12-15 14:26:39 +00:00
Jenkins
e24deda9cf Merge "SDK Refactor: Prepare port commands" 2016-12-15 14:16:50 +00:00
OpenStack Proposal Bot
5e03b92464 Updated from global requirements
Change-Id: Id1468c3882547d908b92a598cbb53196c139cf8a
2016-12-15 03:55:33 +00:00
Jenkins
d854ff052d Merge "[TrivialFix] Fix typo error" 2016-12-15 03:32:55 +00:00
Jenkins
33cafd9b76 Merge "SDK Refactor: Prepare router commands" 2016-12-15 03:32:06 +00:00
jeckxie
74360e00f5 [TrivialFix] Fix typo error
Change-Id: Iaba9ba22de044b34b4b77f81bcdccda13af81405
2016-12-14 14:39:24 +08:00
Jenkins
112afb752b Merge "3.5.0 release note cleanup" 2016-12-14 05:22:22 +00:00
Abhishek Raut
7832ea357c SDK Refactor: Prepare port commands
Prepare the OSC "port" commands for the SDK refactor.
See [1] for details.
Also fixed a typo in the UT.

[1] https://etherpad.openstack.org/p/osc-network-command-sdk-support

Change-Id: I0e37d6c04f3d8e81fdfd50ac26eea9b5a5fb2ff9
Partially-Implements: blueprint network-command-sdk-support
2016-12-13 17:06:38 -08:00
Jenkins
2cb5cf7d54 Merge "Updated from global requirements" 2016-12-13 23:38:58 +00:00
Jenkins
86cad34c5b Merge "Add "--remote-source" option to "volume snapshot create" command" 2016-12-13 22:58:16 +00:00
Dean Troyer
11a762e03c 3.5.0 release note cleanup
Change-Id: Ibe5e5a9a212ac483d0cb38bdb3a607d21f32e96d
2016-12-13 16:09:21 -06:00
OpenStack Proposal Bot
bd63da5547 Updated from global requirements
Change-Id: I1b677f708a7c598fc68891226d3ff31aa4cb731a
2016-12-13 21:49:48 +00:00
Yan Xing'an
083e155ae5 SDK Refactor: Prepare router commands
Prepare the OSC "router" commands for the SDK refactor.
See [1] for details.

[1] https://etherpad.openstack.org/p/osc-network-command-sdk-support

Change-Id: I2fa12943a65e3981b924e6cea9ed041682ec54b2
Partially-Implements: blueprint network-command-sdk-support
2016-12-12 19:23:27 -08:00
Huanxuan Ao
7357b24d3a Add "--remote-source" option to "volume snapshot create" command
Add "--remote-source" option to "volume snapshot create" command
to support creating snapshot from an existing remote snapshot in
volume v2 (v2 only), also add the doc, unit tests and release note.

Change-Id: I9e5fad4f0db5b44d528eb6b930edbc816e392c3a
Implements: bp cinder-command-support
Closes-Bug: #1618676
Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
2016-12-12 23:06:00 +08:00
Steve Martinelli
5bc2cf231d update plugins documentation
- remove cueclient from list of supported plugins, it seems like
  a dead project to me, see [1] for more details.
- remove the ** from watcherclient, it is now listed in global
  requirements [2].

[1] https://review.openstack.org/#/c/409497/
[2] https://github.com/openstack/requirements/blob/master/global-requirements.txt#L232

Change-Id: Ia49436ccdbdf5d84060062b57e4a6286b5906468
2016-12-11 00:28:07 -05:00
Jenkins
29587eaa66 Merge "Add extra filtering options to floating ip list" 2016-12-09 15:21:03 +00:00
Jenkins
3bc64aa198 Merge "Add unit tests for server create in computev2" 2016-12-09 12:28:20 +00:00
songminglong
47716d1ad3 Add extra filtering options to floating ip list
The patch adds filtering '--long', 'status', '--project',
'--project-domain' and '--router' options to
floating ip list command.

Closes-Bug: #1614379
Partially-Implements: blueprint network-commands-options
Change-Id: I2a02cf23845ff435927d8b481f77249915bd94dc
2016-12-09 14:23:26 +08:00
Jenkins
83cf09df28 Merge "Correct missspellings of secret" 2016-12-08 21:43:36 +00:00