summaryrefslogtreecommitdiff
path: root/openstackclient
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Allow user list to filter by projectSteve Martinelli2015-01-082-7/+93
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 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-081-27/+39
|\ \ \ \
| * | | | Command doc: federation protocolSteve Martinelli2015-01-081-27/+39
| | | | | | | | | | | | | | | | | | | | Change-Id: I1289eb0caf31fca21c5c377cf13aebd1434a00ee
* | | | | Merge "Command doc: identity provider"Jenkins2015-01-081-18/+13
|\ \ \ \ \ | |/ / / /
| * | | | Command doc: identity providerSteve Martinelli2015-01-081-18/+13
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie73accfaa3d45205a2521e6e61efd16142c460b2
* | | | | Merge "Command doc: mapping"Jenkins2015-01-081-18/+21
|\ \ \ \ \ | |/ / / /
| * | | | Command doc: mappingSteve Martinelli2015-01-081-18/+21
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | 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-081-11/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | Command doc: backupSteve Martinelli2015-01-081-11/+11
| | | | | | | | | | | | | | | | 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
* | | Command docs: volumeSteve Martinelli2015-01-071-22/+23
| | | | | | | | | | | | Change-Id: Id1e500d5fb19ffdeb0d1bde9e22c3143c0873d0c
* | | Command doc: volume typeSteve Martinelli2015-01-051-7/+7
|/ / | | | | | | Change-Id: I7e36daa027639d6a782043d4181c1b328335975a
* | Merge "Add endpoint v3 docs"Jenkins2015-01-042-49/+69
|\ \ | |/ |/|
| * Add endpoint v3 docsDean Troyer2015-01-022-49/+69
| | | | | | | | | | | | (update: change version description formats for API versioning) Change-Id: I499ea1d80ad6ad6392468305f761e695d7261e33
* | Merge "Command docs: group"Jenkins2015-01-031-18/+21
|\ \
| * | Command docs: groupDean Troyer2015-01-031-18/+21
| | | | | | | | | | | | | | | | | | Fix up formatting for group command docs and help Change-Id: Icda79842d52da90d5eac2b0fdbc0d576d371378d
* | | Merge "type should be required for v2.0 service create"Jenkins2015-01-032-12/+104
|\ \ \
| * | | type should be required for v2.0 service createlin-hua-cheng2014-12-302-12/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the service name to be optional, mostly matching the cli arguments with v3 service create. Implemented the following changes on service create: - if only a single positional is present, it's a <type>. This is not currently legal so it is considered a new case. - if --type option is present the positional is handled as <name>; display deprecation message - if --name option is present the positional is handled as <type>. Making --type optional is new, but back-compatible - Made --name and --type mutually exclusive. - only '--name <service-name> <type>' shall appear in the help output Change-Id: I8fd4adba3d8cd00d5a8cacc2c494d99d492c45a3 Closes-Bug: #1404073
* | | | Merge "Command docs: ec2 credentials"Jenkins2015-01-021-6/+8
|\ \ \ \
| * | | | Command docs: ec2 credentialsDean Troyer2015-01-021-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ec2 credentials docs Change-Id: I1699d1c8e9859153557081966654646966a3268d
* | | | | Merge "Rename column to `default project id` for long listing v3 user"Jenkins2015-01-023-31/+45
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Rename column to `default project id` for long listing v3 userSteve Martinelli2015-01-023-31/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously this column was coming up as empty, since user's have a `default project id`, not just `project id`. Change-Id: I3d7f7eb600e9526b9c6cc2a8c5d6009b9100b1f5
* | | | | Merge "Add docs for usage show/list"Jenkins2015-01-021-6/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add docs for usage show/listSteve Martinelli2014-12-311-6/+6
| | | | | | | | | | | | | | | | | | | | Change-Id: Iaf911d69a0b63d705f8789a4640018a428b87be6
* | | | | Merge "Command docs: region"Jenkins2015-01-021-19/+19
|\ \ \ \ \
| * | | | | Command docs: regionDean Troyer2014-12-311-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix up formatting fro region command docs and help Change-Id: Icf8c03da38b30fc69e7fe70f9c14aaa99881d320
* | | | | | Merge "Command docs: domain"Jenkins2015-01-022-17/+17
|\ \ \ \ \ \
| * | | | | | Command docs: domainDean Troyer2014-12-312-17/+17
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the implementation of --enable|--disable on domain create and set commands to our usual style. Change-Id: I10f2b96281a114fa3cf3b001394844770b2a8632
* | | | | | Command docs: flavorDean Troyer2014-12-311-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie85ff7706ef08b70ab8ba99533465d90904cf393
* | | | | | Add docs for listing availability zonesSteve Martinelli2014-12-311-1/+1
| |/ / / / |/| | | | | | | | | | | | | | Change-Id: I4c005e1d8089b46feca6cd3266f63c408648f074
* | | | | Merge "Catch exception when getting quota"Jenkins2014-12-311-15/+19
|\ \ \ \ \
| * | | | | Catch exception when getting quotazhiyuan_cai2014-12-301-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quota show command will list both the quotas of nova and cinder. But if cinder service is not enabled, EndpointNotFound exception will be raised and thus the command is broken. Catch this exception so quotas of nova can be listed. Change-Id: If2d2820675aa6a12e407d608fed846b21c953b2d Closes-Bug: #1390507
* | | | | | Merge "list availability zones for compute"Jenkins2014-12-311-0/+102
|\ \ \ \ \ \
| * | | | | | list availability zones for computeSteve Martinelli2014-12-161-0/+102
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the command `os availability zone list` Change-Id: I77bf52a9b84a62c3771a4838c9ea0c3af03eedb2 Closes-Bug: #1400795
* | | | | | Merge "Add usage show command"Jenkins2014-12-311-0/+74
|\ \ \ \ \ \
| * | | | | | Add usage show commandSteve Martinelli2014-12-261-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should show basic usage by project id, if not specified then use the project id the user is authN'ing with. Change-Id: I0284a5efd84075b18e1a7117cc9f8f7fecf16274 Closes-Bug: #1400796
* | | | | | | Merge "Fix a few issues with 'usage list'"Jenkins2014-12-311-3/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix a few issues with 'usage list'Steve Martinelli2014-12-261-3/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added number of servers column, was missing * Added a new line character after the initial usage message Change-Id: I6c4e5bda6ba9ceafa92ecf13987c56d0bbe99961
* | | | | | Merge "Command object docs: container, object"Jenkins2014-12-302-25/+25
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Command object docs: container, objectDean Troyer2014-12-302-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie3df543a28cbee0cc809310a05f431c97b2c7e70
* | | | | | Merge "Properly format 'attached to' column list when listing volumes"Jenkins2014-12-301-6/+35
|\ \ \ \ \ \
| * | | | | | Properly format 'attached to' column list when listing volumesSteve Martinelli2014-12-221-6/+35
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, no data was being returned for the 'attached to' field when listing volumes. Dig into the the returned array to format the column. Change-Id: Iebd79e5ddcb4a335703d9b2675aa7128995de918 Closes-Bug: #1404931
* | | | | | Merge "Allow service description to be set for KS V3"Jenkins2014-12-303-4/+99
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Allow service description to be set for KS V3lin-hua-cheng2014-12-233-4/+99
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Change-Id: Ibf84882c9a9f408268c225190436fc1a534e1017 Closes-Bug: #1404997
* | | | | Merge "add doc for domain command"Jenkins2014-12-301-12/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | add doc for domain commandwanghong2014-12-241-12/+12
| | |_|/ | |/| | | | | | | | | | Change-Id: I8b5575a5f27362fa375746b955e1f17a5a8b29a6
* | | | Merge "Compute calls ignore region selection"Jenkins2014-12-241-0/+1
|\ \ \ \
| * | | | Compute calls ignore region selectionTerry Howe2014-12-241-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calls to compute commands ignore region selection. The region is not passed to the get_endpoint call. Change-Id: I1ccfc56d7cb27a00b8982232a40ace21f2c0e9a2 Closes-Bug: 1405416
* | | | Merge "add doc for role assignment command"Jenkins2014-12-241-6/+6
|\ \ \ \