summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Create 1.0.2 release notes"1.0.2Jenkins2015-01-192-1/+69
|\
| * Create 1.0.2 release notesSteve Martinelli2015-01-192-1/+69
| | | | | | | | | | | | | | Also move the release notes to the bottom of the ToC, no need for it to be at the top, that's prime real estate. Change-Id: Ib3094a390a7214b320d02f77229f368aa4432c4e
* | Merge "Fix doc building errors"Jenkins2015-01-196-28/+50
|\ \
| * | Fix doc building errorsSteve Martinelli2015-01-196-28/+50
| |/ | | | | | | | | | | Addresses some of the issues that appeared when running tox -edocs Change-Id: I31133744ee0ddefa72c6590cb381de317e65633e
* | Merge "Add version url config workaround"Jenkins2015-01-192-1/+46
|\ \
| * | Add version url config workaroundDean Troyer2015-01-152-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This subclasses KSC's generic Password plugin to allow version discovery with default Keystone configurations that leave admin_endpoint and public_endpoint at the default values (http://localhost:xxxx). This patch copies the scheme and netloc from the original auth_url into the URL returned from version discovery if the returned netloc begins with 'localhost'. Due to the specific nature of this review, the Keystone team is not inclned to include it in keystoneclient so it is addressed here. Closes-bug: #1410364 Change-Id: I877fe74d86aab3a63122a07b77d1302a007f5b30
* | | Imported Translations from TransifexOpenStack Proposal Bot2015-01-192-4/+32
| | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ic0553e48357f444da72693bdfcc8bd393df7659e
* | | Add missing oslo-config to requirementsAbhishek Chanda2015-01-181-0/+1
| |/ |/| | | | | | | | | | | | | openstackclient uses these oslo-config but it is not in list of requirements. That results in a stacktrace while using the cli. Change-Id: I9b3c8e491ce09624524cf8b3ddcafcf5953d9ab6
* | Merge "Add helpful messages when authN'ing with password"Jenkins2015-01-164-4/+31
|\ \
| * | Add helpful messages when authN'ing with passwordSteve Martinelli2015-01-164-4/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting up auth options can be complicated, and we currently don't do any checking before we build all our auth parameters to send off to keystoneclient. We should do some basic checking to guide new users. Change-Id: I9c88f1c9637b3870c151952ecc797aaf65be271a Closes-Bug: #1400531
* | | Merge "Update service clist commands for v2 and v3"Jenkins2015-01-165-24/+48
|\ \ \
| * | | Update service clist commands for v2 and v3Dean Troyer2015-01-165-24/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to the 'service list' commands for Identity v2 and v3: * Document support for --long * Add Description to v3 output with --long * v3 output is now (ID, Name, Type), with (Description, Enabled) added with --long * Change v2 output to match v3 output, with the absense of Enabled. * Update doc to match Closes-Bug: #1411337 Change-Id: I999e3df22f61350cdeba63bbb7d01145c2ffeeaf
* | | | Merge "Default user domain id and project domain id"Jenkins2015-01-163-0/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | Default user domain id and project domain idSteve Martinelli2015-01-163-0/+24
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If either of OS_USER_DOMAIN_ID or OS_USER_DOMAIN_NAME are present then we don't tinker with anything. Otherwise, we should set the USER_DOMAIN_ID to 'OS_DEFAULT_DOMAIN', as this provides a better UX, since the end user doesn't have to specify these arguments. Same logic applies for OS_PROJECT_DOMAIN_ID. Closes-Bug: #1385338 Change-Id: I8a4034c16a1dd50d269f809abab8e960d5de20f7
* | | Merge "Imported Translations from Transifex"Jenkins2015-01-162-25/+1406
|\ \ \ | |/ / |/| |
| * | Imported Translations from TransifexOpenStack Proposal Bot2015-01-152-25/+1406
| | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I1d3551aa84d490930a14937616b8bde2947fb87e
* | | Merge "Deprecate project usage list command"Jenkins2015-01-154-12/+30
|\ \ \
| * | | Deprecate project usage list commandDean Troyer2015-01-154-12/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than pointing the 'project usage list' entry point directly to ListUsage, this makes a ListProjectUsage subclass to alias the desired command and still allow for changing behaviour or issuing a deprecation messages. This implementation simply sets a new 'deprecated' attribute in the command class that cliff will use to skip this command when generating help output. The actual skipping of the command in help output is dependant on https://review.openstack.org/147349 merging in cliff, this review will simply have no effect on help output until a version of cliff with that update is present. The deprecation message printed is somewhat generic until https://review.openstack.org/147381 is merged in cliff. Until that is merged, the deprecation message will not have the name of the actual command given by the user in it, but rather the text 'this command'. Closes-bug: #1406654 Change-Id: Ie08d4f88d71a660fca1862405351109cd0aa86b6
* | | | Use session for neutron clientVladimir Eremin2015-01-151-13/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-openstack client is now using sessions to create clients. This patch implements creating Network client using sessions. Related to c3c6edbe8a083aef0fb6aea3cb461ff8e715fc59 Change-Id: If90ac705eb11dfc1e3abbe2ce18c3d8ccefdbdfb Closes-Bug: 1411179
* | | | Merge "Check if service.name available before access"Jenkins2015-01-153-14/+109
|\ \ \ \
| * | | | Check if service.name available before accesszhiyuan_cai2015-01-043-14/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently v3 endpoint commands access service.name directly, while name is not a required attribute of service. So if we associate an endpoint to a service without name, we will get an AttributeError executing v3 endpoint commands later. This patch addresses this issue by checking if service.name is available before accessing it. Change-Id: I3dd686ef02a2e21e2049a49cb55634385c2ecfaf Closes-Bug: #1406737
* | | | | Merge "Copy HIG from wiki"Jenkins2015-01-152-0/+361
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Copy HIG from wikiDean Troyer2015-01-132-0/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a basic port of the Human Interface Guide from the OpenStack wiki to our docs. Content changes for updating, etc, will follow in a separate review. Change-Id: Id031cd6a27e045b249e16d00e41be24c55fb3c29
* | | | | Merge "Copy wiki content to index page"Jenkins2015-01-151-8/+23
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Copy wiki content to index pageDean Troyer2015-01-131-8/+23
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Copy the content from the main wiki page that is not covered elsewhere in these docs to the index page. Change-Id: I94b68b7a0117d08fc8aba961c6de728118ef794e
* | | | Merge "Rework role list v2 for --user and --project"Jenkins2015-01-131-2/+67
|\ \ \ \ | |/ / / |/| | |
| * | | Rework role list v2 for --user and --projectSteve Martinelli2015-01-101-2/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `os user role list` does the same as v3's `os role list`. We should rework v2's `role list` to basically call `os user role list` under the covers. Closes-Bug: #1409179 Change-Id: I9839f6be139d6a6a3f6bbf79957e218dd8e03fe3
* | | | Merge "Updated from global requirements"Jenkins2015-01-131-1/+1
|\ \ \ \
| * | | | Updated from global requirementsOpenStack Proposal Bot2015-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I4be717979bd4371bc544312d556934aef4f3a629
* | | | | Merge "Command doc: policy"Jenkins2015-01-133-30/+130
|\ \ \ \ \
| * | | | | Command doc: policySteve Martinelli2015-01-123-30/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also tweaked a bunch of the code to not show 'blob', but 'rules' instead. Change-Id: I6db798d272ff416a77f169c0e912d2096fa02504
* | | | | | Merge "Tweaks to the catalog doc and show command"Jenkins2015-01-132-1/+12
|\ \ \ \ \ \
| * | | | | | Tweaks to the catalog doc and show commandSteve Martinelli2015-01-132-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Looks like providing a service id isn't working, so it the help message was reduced to just type and name. Added a bit more to the docs, too. Change-Id: Id7f8b48bdf99773ad55ca7f204f3c779f84633d5
* | | | | | | Merge "Fine tune some of the helps commands"Jenkins2015-01-1333-47/+57
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fine tune some of the helps commandsSteve Martinelli2015-01-1335-49/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | try and add some consistency with the show and delete commands. replace 'show x' with 'display x' change 'delete a y' with just 'delete y' Change-Id: I47dfa8ee23ac5c41b355796415eb515155832f65
* | | | | | | Merge "Upgrade hacking to 0.10"Jenkins2015-01-132-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Upgrade hacking to 0.10Steve Martinelli2015-01-122-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also resolve the only error that was produced. Change-Id: Ic81ab01aa0cddc15bb27419d7fec3e5a6d4ec0c7
* | | | | | Merge "Updated from global requirements"Jenkins2015-01-121-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Updated from global requirementsOpenStack Proposal Bot2015-01-091-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Change-Id: Iad84313636ee2f53777cdf05d60a322f7a252f27
* | | | | Merge "fix some small issues in catalog show"Jenkins2015-01-121-12/+7
|\ \ \ \ \
| * | | | | fix some small issues in catalog showwanghong2015-01-121-12/+7
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think there are three issues we should fix: 1. wrong indentation of 'continue' 2. currently, name is optional for service, but according to the currrent logic, if a service doesn't have name attribute we will select it anyway 3. we always loop all catalogs Change-Id: I9fce66677affa396b6a12afea76e87cab9215a58
* | | | | Merge "Add versioning to the docs that missed it"Jenkins2015-01-1211-0/+21
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Add versioning to the docs that missed itSteve Martinelli2015-01-0911-0/+21
| |/ / / | | | | | | | | | | | | Change-Id: I8cb90e0d5aca58c4992271e007af91f8cf782643
* | | | Command docs: add serviceDean Troyer2015-01-124-14/+170
|/ / / | | | | | | | | | | | | | | | | | | Co-Authored-By: Lin Hua Cheng <os.lcheng@gmail.com> Change-Id: Icd39e6d769fd4c4797fcf4ef9eb97c71ed166b3b Closes-Bug: #1404434
* | | Command doc: access tokenSteve Martinelli2015-01-093-10/+50
| | | | | | | | | | | | Change-Id: I1b7103e28273f0a63c7d6b6003317b9e69702b05
* | | Request token authorizeSteve Martinelli2015-01-093-12/+46
| | | | | | | | | | | | | | | | | | Command doc and tweaks to the code Change-Id: I8f251bf9ca77f16b01a509844e79ddde82048b0d
* | | Merge "Command doc: snapshot"Jenkins2015-01-093-12/+145
|\ \ \
| * | | Command doc: snapshotSteve Martinelli2015-01-093-12/+145
| | | | | | | | | | | | | | | | Change-Id: Ibe5cd0a8422788762e0c52b702b7bd54e6a46813
* | | | Merge "Fix up snapshot command"Jenkins2015-01-092-14/+116
|\ \ \ \ | |/ / /
| * | | Fix up snapshot commandSteve Martinelli2015-01-092-14/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several issues with the current snapshot command were resolved: * --long for list was added to include volume id/name, and properties * changed output from metadata to properties * added new option to set properties with 'snapshot set' * added new command to unset properties with 'snapshot unset' Change-Id: I5902cfe876cefada701d4d658a50a4282ff300d6