1507 Commits

Author SHA1 Message Date
Jenkins
8a1fb85dba Merge "Trivial: Fix wrong comment of _format_servers_list_networks()." 2015-11-05 13:37:45 +00:00
Tang Chen
45a07afd54 Trivial: Fix wrong comment of _format_servers_list_networks().
The parameter name should be 'networks'.

Change-Id: I140c3d61dccbbec40c14bd7a8f2aeac0eb24384d
2015-11-06 19:02:36 +08:00
Jenkins
f40a04c30a Merge "Add "server stop" command to osc." 2015-11-05 12:31:22 +00:00
Jenkins
334ef75d4f Merge "Add "server start" command to osc." 2015-11-05 12:23:33 +00:00
Tang Chen
7107b5536e Add "server stop" command to osc.
There is no stop command in osc. Add it.

Change-Id: Ia11a8f3b1245c884f7da442292009342d2ffde1e
Implements: blueprint cmd-with-multi-servers
2015-11-05 15:43:39 +08:00
Tang Chen
1809faaf1f Add "server start" command to osc.
There is no start command in osc. Add it.

Change-Id: Ic50f83413ab17c53396065aabb3f5a1506b52959
Implements: blueprint cmd-with-multi-servers
2015-11-05 15:43:15 +08:00
Sean Perry
c49c9df105 Import the module not the class
As requested during review 226922.

Change-Id: Ic5222141e247ce33cf5dbee66667cee3040e1cc3
2015-11-04 09:51:58 -08:00
Jenkins
266ecf57f5 Merge "Mark arguments for 'credential' commands as required" 2015-11-04 14:33:57 +00:00
OpenStack Proposal Bot
332ec43b5f Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Ibaa8ba0e2fd013b0cc48e2c4fe8737299b64ea48
2015-11-04 06:04:23 +00:00
Jenkins
d4fb5cefda Merge "Trivial clean up: do not use plural form in command arguments." 2015-11-02 10:57:02 +00:00
Jenkins
cb28cd9ac0 Merge "Rename context.py to logs.py" 2015-10-30 11:02:08 +00:00
Jenkins
17ebd15a13 Merge "Allow debug to be set in configuration file" 2015-10-30 09:08:37 +00:00
Terry Howe
05800c4722 Rename context.py to logs.py
At one point this file contained the context for logging, but
the reason for its existence is now for logging.

Implements: blueprint logging-migration

Change-Id: I4ba42bbef97b09d31236ac8c01b6fb23827b8bee
2015-10-30 17:38:42 +09:00
Jenkins
039c859653 Merge "Updated from global requirements" 2015-10-30 02:57:14 +00:00
TerryHowe
bfebac8282 Allow debug to be set in configuration file
The current default value for debug in cliff is False.  Cloud
config assumes that it was set that way on the command line and
does not overlay it with the value from the configuration file.
Cliff bug:

https://bugs.launchpad.net/python-cliff/+bug/1483378

Change-Id: I66d82b489b2241dbcd1e1350e94259a54ce09de7
2015-10-30 11:16:36 +09:00
Jenkins
58d0facd68 Merge "remove url from v3 regions" 2015-10-29 02:20:56 +00:00
OpenStack Proposal Bot
53099ea2c2 Updated from global requirements
Change-Id: Iee71a3906069245cee8ec9edd68b4f22a8e006bc
2015-10-28 22:10:14 +00:00
Tang Chen
eac40beb6b Trivial clean up: Add doc for "osc server lock/unlock".
There is no doc for "server lock/unlock" in doc/source/commands.rst.

Change-Id: Ibabc260f6269a452c3de0d032839f63938bd348e
2015-10-28 19:19:47 +08:00
Tang Chen
0ee5527fa5 Trivial clean up: do not use plural form in command arguments.
It is a general rule that we don't use plural form for the name of
command arguments. But class DeleteServer() is still using "servers".
So use "server instead".

Change-Id: I2d76de14ec34b88547b9f728b41e9bd93b2a22c5
2015-10-24 11:44:40 +08:00
Jenkins
d7ad229d8a Merge "Support pagination params for flavor list" 2015-10-23 00:02:54 +00:00
Steve Martinelli
539c39bfaf remove url from v3 regions
the parameter "url" was removed from Keystone, it was only added
for one release as part of an experimental support for adding
service providers.

BackwardsIncompatibleImpact
Closes-Bug: 1506841

Change-Id: I7a62fbf1d9bfa8e6dd8d619e98c32b9860348d2e
2015-10-21 13:21:20 +00:00
Jenkins
3ad2f85614 Merge "Change Identity API default version to 3" 2015-10-21 02:58:27 +00:00
liyingjun
9471115a9a Support pagination params for flavor list
Missing 'marker' and 'limit' params for `openstack flavor list` shell
command. It would be nice to have this when there are many flavors.

Closes-bug: #1505874
Change-Id: I088ac5d24f0d7595f5cbce14f063e296a449eb26
2015-10-21 08:24:58 +08:00
Jenkins
48e75c73ed Merge "Move session and fixtures to keystoneauth1" 2015-10-20 19:57:36 +00:00
Jenkins
69be668534 Merge "Add release notes for 1.8.0" 2015-10-19 22:48:39 +00:00
Jenkins
0f74e80c4b Merge "Follow-on for volume list - add tests, clean help" 2015-10-19 22:46:43 +00:00
Dean Troyer
db2dfa311f Add release notes for 1.8.0
Depends-On: I2181b2c48cfde2147d7d0ef135322df8a81e7ce8
Change-Id: I9bdee1b932bcefd3c802461f6f7ac6d9266110ce
2015-10-19 13:57:15 -05:00
OpenStack Proposal Bot
d3e2e35f1d Updated from global requirements
Change-Id: Ic779c64e11691b48638ebd973723da2af28d5b96
2015-10-17 02:59:01 +00:00
Jenkins
6fdc9a891f Merge "Add filtering by project/user for 'openstack volume list'" 2015-10-17 01:46:31 +00:00
Dean Troyer
195a0edeb7 Follow-on for volume list - add tests, clean help
* Add volume list tests for v1 (a copy of the v2 tests)
* Converts volume v2 tests to use Identity v3 so domains can be tested
* Add volume list (v2) tests for new options
* Re-orders volume list options (both v1 and v2) to match
* MArks the new volume list (v2) options as v2-only in doc

Change-Id: I2181b2c48cfde2147d7d0ef135322df8a81e7ce8
2015-10-16 16:08:27 -05:00
kafka
9f51ccdf8c Add filtering by project/user for 'openstack volume list'
added project, user and domain options for filtering results,
also cleaned up the order to match the docs.

Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com>

Closed-bug: #1483976
Change-Id: I9d955094d31d4a28e215d24f7521a11c62bee8db
2015-10-15 15:51:01 -04:00
Jenkins
cb533ef040 Merge "Add a table showing all the openstack plugin objects" 2015-10-14 21:25:10 +00:00
Jenkins
18a7d23a8a Merge "Fix up object-store show commands" 2015-10-14 20:29:07 +00:00
Jenkins
eab508fddd Merge "Mask the sensitive values in debug log" 2015-10-14 19:03:41 +00:00
Jenkins
155e8c6f1e Merge "Fix functional tests for Python 3.4" 2015-10-14 18:26:17 +00:00
OpenStack Proposal Bot
a29df98ef9 Updated from global requirements
Change-Id: Ie32abbbe6bb5ace5f1178fb266b9f1c60f625d72
2015-10-14 09:33:25 +00:00
Steve Martinelli
cbc1897b7d Move session and fixtures to keystoneauth1
in an effort to start consuming keystoneauth1, we can move our
sesssion and fixture code over to use keystoneauth1 instead of
keystoneclient.

Change-Id: Ibcbd588ce2e3d864f87ff1eb6e1c3c071a1e06f6
2015-10-14 00:46:07 -04:00
Dean Troyer
b60a9492a3 Remove cliff-tablib from requirements.txt
No longer needed

Change-Id: I07c72fd34e9a7429d6fb910e254f91e888070009
2015-10-13 14:39:37 -05:00
OpenStack Proposal Bot
2ca76810a2 Updated from global requirements
Change-Id: I400cce4dfd840bba2d4f368a5d7f057f28b435ab
2015-10-13 11:04:52 +00:00
OpenStack Proposal Bot
10ecd67802 Updated from global requirements
Change-Id: I60a7bd4cd9527cf3b54ab5d2968dff5134711bff
2015-10-13 01:02:45 +00:00
lin-hua-cheng
f0a81c284d Mask the sensitive values in debug log
Change-Id: I0eb11a648c3be21749690f079229c8e63a678e6c
Closes-Bug: #1501598
2015-10-12 16:55:48 -07:00
Jenkins
fce3a080cd Merge "Fix a typo in commands.rst" 2015-10-12 19:40:39 +00:00
Sirushti Murugesan
b12d850222 Fix functional tests for Python 3.4
* shlex.split() expects a string. Not bytes.
* decode the bytestring result of subprocess's communicate()
  to a string.

Change-Id: I209f67a91dc609b1e30cb9e683d3d6ee63d00069
2015-10-12 17:23:06 +05:30
Jenkins
a72c7d33cd Merge "Add test for role list --inherited" 2015-10-12 07:38:13 +00:00
Jenkins
7a94a56933 Merge "Fix typos in authentication.rst" 2015-10-12 07:15:45 +00:00
Steve Martinelli
1f8b814628 Fix up object-store show commands
1) Change metadata to appear under a common 'properties' key, and
use the utility to format them, this applied to object, account
and container.

2) Clean up container and object output, which were setting the
x-container-meta-owner property, but this is metadata only for
the container, so it's pointless to have, removed it.

3) Container show was showing read/write ACLs and sync stuff, but
these are not being returned by my swift by default, so I moved
these to be checks, so we don't clutter the output.

Change-Id: Ife7521fe9c2724035b06963c118bd6016ba2f5b5
2015-10-10 11:48:07 -04:00
Steve Martinelli
17f794ca08 Change Identity API default version to 3
Devstack now issues all v3 OSC commands for our CI, and since v3
has everything v2 has, we should be able to switch to v3.

Furthermore, most OSC users were initially  using OSC since they
were looking to exploit v3 keystone capabilities.

Change-Id: If7de86946f6dd0f148aa5f526155cccf90adfcc3
2015-10-09 05:25:19 +00:00
Steve Martinelli
ae82271778 Add a table showing all the openstack plugin objects
We need a spot that highlights the `objects` used by OpenStack
based `plugins`. The sooner we have this information out, the
sooner we reduce the chance of a name collision.

Change-Id: If9f07e19adea4aaa813eecdd0bce1fbfe616e306
2015-10-08 23:13:41 -04:00
Jenkins
4759a84703 Merge "Updated from global requirements" 2015-10-08 23:55:17 +00:00
Jenkins
9f23f1f13f Merge "image set should not show the resource" 2015-10-08 20:38:05 +00:00