summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | Merge "Request token creation docs + tweaks"Jenkins2015-01-094-14/+80
|\ \ \
| * | | Request token creation docs + tweaksSteve Martinelli2015-01-084-14/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added command docs, and changed request token to take in name or id of a project, and also support a domain option. Change-Id: I87363274e5b7a0c687e234f5a4bcaaf166d28840
* | | | Merge "Command doc: consumer"Jenkins2015-01-093-12/+95
|\ \ \ \ | |/ / /
| * | | Command doc: consumerSteve Martinelli2015-01-083-12/+95
| | | | | | | | | | | | | | | | Change-Id: Ie687e1d7f80810106a64204828299f9d143b8d7c
* | | | Command doc: imageSteve Martinelli2015-01-094-15/+260
| | | | | | | | | | | | | | | | Change-Id: Ib1563b58351315dc2a44ad77882f8c834a1214c0
* | | | Merge "Allow user list to filter by project"Jenkins2015-01-083-17/+101
|\ \ \ \
| * | | | Allow user list to filter by projectSteve Martinelli2015-01-083-17/+101
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Adds a --project filter to `os user list`, which really calls the role assignment manager behind the scenes. Change-Id: I57a75018f12ed3acdf8f6611b6b58bd974f91da2 Closes-Bug: #1397251
* | | | Merge "Command doc: federation protocol"Jenkins2015-01-083-27/+152
|\ \ \ \
| * | | | Command doc: federation protocolSteve Martinelli2015-01-083-27/+152
| | | | | | | | | | | | | | | | | | | | Change-Id: I1289eb0caf31fca21c5c377cf13aebd1434a00ee
* | | | | Merge "Command doc: identity provider"Jenkins2015-01-083-19/+114
|\ \ \ \ \ | |/ / / /
| * | | | Command doc: identity providerSteve Martinelli2015-01-083-19/+114
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie73accfaa3d45205a2521e6e61efd16142c460b2
* | | | | Merge "Command doc: mapping"Jenkins2015-01-083-18/+113
|\ \ \ \ \ | |/ / / /
| * | | | Command doc: mappingSteve Martinelli2015-01-083-18/+113
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Also tweaked the code for `mapping set` as it was previously using cliff Show instead of cliff Command. Change-Id: I0ea1383a9f2dddf4b2f717b2aa16bbd60ab1720c
* | | | Merge "Command doc: backup"Jenkins2015-01-083-12/+116
|\ \ \ \ | | |_|/ | |/| |
| * | | Command doc: backupSteve Martinelli2015-01-083-12/+116
| | | | | | | | | | | | | | | | Change-Id: Iecd4dbddea637bd6540d94b37253a9ba434c9db3
* | | | Merge "Fixup backup list output"Jenkins2015-01-081-9/+45
|\ \ \ \ | |/ / /
| * | | Fixup backup list outputSteve Martinelli2015-01-081-9/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Name and Description were not appearing at all, and we didn't have a --long alternative, which had a bunch of useful information. Closes-Bug: #1408585 Change-Id: I7ca42a8d23ad60f6b9cc862799cb08a3e491b6e8
* | | | Merge "Command docs: volume"Jenkins2015-01-083-23/+213
|\ \ \ \
| * | | | Command docs: volumeSteve Martinelli2015-01-073-23/+213
| | | | | | | | | | | | | | | | | | | | Change-Id: Id1e500d5fb19ffdeb0d1bde9e22c3143c0873d0c