summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fix volume commands with multiple regions"0.3.1Jenkins2014-02-261-0/+1
|\
| * Fix volume commands with multiple regionsTerry Howe2014-02-211-0/+1
| | | | | | | | | | | | | | | | The region_name was not passed into the the client causing volume commands to fail if there were multiple regions. Change-Id: I066dbbc4852f412e017daeeb16a3f186d3f91d2f Closes-Bug: #1241177
* | Use cacert values when creating identity clientJamie Lennox2014-02-261-1/+4
| | | | | | | | | | | | | | | | These were ignored when the client was created with a username and password. Change-Id: Id7557a5b07a41c7f79ab1a05ede385da31889940 Closes-Bug: #1284957
* | Updated from global requirementsOpenStack Jenkins2014-02-232-5/+5
| | | | | | | | Change-Id: Icad0fcf4125b4aefac7ed8f0df5bef2c6ee64594
* | Merge "Fix some help strings"Jenkins2014-02-2315-32/+32
|\ \
| * | Fix some help stringsAndreas Jaeger2014-02-2115-32/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some errors and inconsistencies I found reviewing the help strings: * Capitalize help strings * Add missing space between words (in multi-line strings) * Improve wording Change-Id: I2fb31ab4191c330146e31c1a9651115a6657769a
* | | Merge "Add ability to prompt for passwords for user create and set"Jenkins2014-02-226-0/+269
|\ \ \ | |_|/ |/| |
| * | Add ability to prompt for passwords for user create and setTerry Howe2014-02-216-0/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add get_password method to the utilities * Add --password-prompt option * Call the get_password method if a prompt is requested * Various tests Change-Id: I1786ad531e2a2fbcc21b8bc86aac0ccd7985995a Closes-Bug: 1100116
* | | Merge "Update oslo incubator bits"Jenkins2014-02-215-1968/+368
|\ \ \ | |_|/ |/| |
| * | Update oslo incubator bitsDean Troyer2014-02-205-1968/+368
| | | | | | | | | | | | | | | | | | | | | | | | | | | * update gettextutils.py, strutils.py, install_venv_common.py * remove cfg.py, openstackkeyring oslo-incubator commit 630d3959b9d001ca18bd2ed1cf757f2eb44a336f Change-Id: I0ae9b9dc72ec88ed64a8c353b9c51734ee2cd24c
* | | Merge "Rename Openstack to OpenStack"Jenkins2014-02-211-4/+4
|\ \ \ | |/ / |/| |
| * | Rename Openstack to OpenStacktanlin2014-02-141-4/+4
| | | | | | | | | | | | Change-Id: I9e5b245141290a4b642900fbc46b98bd4f44c321
* | | Merge "Glance client no longer isa http client"Jenkins2014-02-201-1/+1
|\ \ \
| * | | Glance client no longer isa http clientTerry Howe2014-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If the client has-a http_client, then is must not be an is-a. This has been tested with the current version of glanceclient and the master branch. Closes-Bug: #1269821 Change-Id: I14d67eb094bfb4c2dbc07106343488298b6a9409
* | | | Python 3: the content of a FakeResponse must be bytesCyril Roelandt2014-02-181-0/+3
| |_|/ |/| | | | | | | | | | | | | | Encode '_content' if necessary. Change-Id: I25c1e1cd5330f0519bf062be840045d0ef520b28
* | | Merge "Python 3: fix a syntax error"Jenkins2014-02-111-1/+1
|\ \ \
| * | | Python 3: fix a syntax errorCyril Roelandt2014-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | "raise AttributeError, name" is invalid in Python 3. Change-Id: Id61bd3747f49c2bd810cbfeae56506e7ed9d2bd0
* | | | Merge "FakeResponse: use a default status code"Jenkins2014-02-111-1/+1
|\ \ \ \
| * | | | FakeResponse: use a default status codeCyril Roelandt2014-02-111-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running some tests from test_restapi.py, the following error happens: TypeError: unorderable types: NoneType() < int() In Python 2, comparing NoneType and integers is possible: >>> None < 2 True But in Python 3, it's not allowed. Fix this by using a default status code. Change-Id: Ic0fad5c68f3bf2dd8a2b98423549903f982192c9
* | | | Merge "Fix misspellings in python openstackclient"Jenkins2014-02-113-5/+5
|\ \ \ \
| * | | | Fix misspellings in python openstackclientShane Wang2014-02-073-5/+5
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: Ic0d3efa26eb9a05ce16a8319c142f5bd1ce23821 Closes-Bug: #1257295
* | | | Merge "Use six.iteritems() rather than dict.iteritems()"Jenkins2014-02-111-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Use six.iteritems() rather than dict.iteritems()Cyril Roelandt2014-02-111-1/+2
| |/ / | | | | | | | | | | | | | | | This is compatible with both Python 2 and 3. Change-Id: I6fe3e9bf9ece699badbdb9933118af90642a91e9
* | | Remove tox locale overridesJeremy Stanley2014-02-101-3/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: I89ff5c22be053f09defb04b3ec589d74bffcae9d Closes-Bug: #1277495
* | Merge "Add token create subcommand for identity v3 api"Jenkins2014-01-314-0/+117
|\ \
| * | Add token create subcommand for identity v3 apiQiu Yu2014-01-294-0/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements token create subcommand which is an equivalent of keystone token-get command. Original "wrap" parameter for keystone token-get is not implemented yet due to cliff Bug #1269299 This is a part of: blueprint add-identity-token-support Change-Id: I2255021c9d1f10f757686583b1ebe40b5f3a9ecb
* | | Updated from global requirementsOpenStack Jenkins2014-01-241-1/+1
|/ / | | | | | | Change-Id: I98929876d5a21a990009398d9a8259c54d893e7e
* | Merge "Fix keyring issue where there were name space problems"Jenkins2014-01-231-2/+2
|\ \
| * | Fix keyring issue where there were name space problemsTerry Howe2014-01-231-2/+2
| | | | | | | | | | | | | | | | | | | | | The import of keyring conflicted with a string named keyring Change-Id: I7416ea1cf453a126dd03dba8bc2900cad35ed2da Closes-bug: #1271987
* | | Merge "Remove copyright from empty files"Jenkins2014-01-2329-394/+0
|\ \ \ | |/ / |/| |
| * | Remove copyright from empty filesAlexander Ignatov2014-01-2029-394/+0
| |/ | | | | | | | | | | | | | | | | According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Change-Id: Iba09a00f24dfbd1cd03c1c9f70ea216788e64d93 Closes-Bug: #1262424
* | Merge "Remove remaining print statements"Jenkins2014-01-232-3/+5
|\ \
| * | Remove remaining print statementsDean Troyer2014-01-222-3/+5
| | | | | | | | | | | | | | | | | | I think these are the last two stragglers, including debugging lines Change-Id: Ic3dd98480211d0f7d3cc951bec5cd54f902a101f
* | | Merge "Add token create subcommand for identity v2 api"Jenkins2014-01-224-0/+107
|\ \ \ | |_|/ |/| |
| * | Add token create subcommand for identity v2 apiQiu Yu2014-01-174-0/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements token create subcommand which is an equivalent of keystone token-get command. Original "wrap" parameter for keystone token-get is not implemented yet due to cliff Bug #1269299 This is a part of: blueprint add-identity-token-support Change-Id: I9e4de93306f2f5959717b5219621da03961524d8
* | | Sync with global requirementsSascha Peilicke2014-01-161-1/+1
|/ / | | | | | | Change-Id: Ie47804617ab9a11a91efd96c7989f0207e47e120
* | Merge "Fix image set properties error"Jenkins2014-01-101-0/+1
|\ \
| * | Fix image set properties errorDean Troyer2014-01-061-0/+1
| | | | | | | | | | | | Change-Id: Ia290935c8a040221caf1a46ca29a7bb2e5df1ce6
* | | Merge "Fix errant underscores"Jenkins2014-01-101-9/+9
|\ \ \
| * | | Fix errant underscoresDean Troyer2014-01-091-9/+9
| | | | | | | | | | | | | | | | Change-Id: I71b8c8df14b85e3042220e3593a9732ee6cefe15
* | | | Merge "Displaying curl commands for nova and cinder calls"Jenkins2014-01-103-1/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Displaying curl commands for nova and cinder callsFlorent Flament2014-01-023-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the -v option, displays curl equivalent commands and http messages exchanged with the nova and cinder API servers. Displays the same messages as those displayed with the --debug option of python-novaclient and python-cinderclient. Implements: blueprint curl-commands-in-debugging-messages for nova and cinder related calls Change-Id: Ibc8ef79d874334585b81d652b9c7df9e874fffa9
* | | | Merge "Add support for specifying custom domains"Jenkins2014-01-084-13/+254
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for specifying custom domainsPaul Belanger2014-01-074-13/+254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the ability to pass user_domain_id / user_domain_name, domain_id / domain_name, and project_domain_id / project_domain_name to keystone. These parameters are the first step needed to getting multi-domain support working via the CLI. Closes-Bug: #1198171 Change-Id: I81a8534913978ff1cce01ec02741ae477e8c5fa4 Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com> Signed-off-by: Bo Tang <btang@cs.utsa.edu>
* | | | Closes-Bug: #1262322 Make links clickableTerry Howe2013-12-251-14/+17
| | | | | | | | | | | | | | | | Change-Id: I61302ff5274cdaa09801cb9b0dc9bfd353ac687f
* | | | Closes-Bug: #1262321Terry Howe2013-12-191-1/+0
| |/ / |/| | | | | | | | | | | | | | Remove the unimplemented post_process method call Change-Id: Iaed526cc25a651008a66ad7f0050070ab2b4c595
* | | Release notes for 0.3.0 release0.3.0Dean Troyer2013-12-171-1/+1
| | | | | | | | | | | | Change-Id: I6f025b745378613eb674e13dd503e57d049a3e50
* | | Remove mox3 requirementDean Troyer2013-12-171-1/+0
| | | | | | | | | | | | | | | | | | | | | mox3 is only used got py3 testing when converting tests from mox, all OSC tests are new so we don't need it. Change-Id: I2fae539e99143f91048c95d1e46cfbd7b0e9bdb0
* | | Updated from global requirementsOpenStack Jenkins2013-12-101-1/+1
|/ / | | | | | | Change-Id: I065a67d560efca0907da9fcaa8d5ce4712dfa2c1
* | Merge "Bring RESTApi closer to ithe imminent keystoneclient.Session"Jenkins2013-12-067-230/+427
|\ \