summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Enable specifying domain for group and role commands"Jenkins2015-06-092-5/+107
|\
| * Enable specifying domain for group and role commandsJuan Antonio Osorio Robles2015-06-082-5/+107
| | | | | | | | | | | | | | | | | | Many of the commands for the group and role resources were lacking an option to specify the specific domain groups, projects or users belong to. This commit fixes that. Change-Id: I461d2bcfd01ad2dea970de38ec7ad6f4a631ceb1 Closes-bug: #1446546
* | Merge "add --domain argument to v3 project set"Jenkins2015-06-041-0/+6
|\ \ | |/ |/|
| * add --domain argument to v3 project setGuojian Shao2015-05-291-0/+6
| | | | | | | | | | | | | | | | | | Currently argument 'domain' is not supported by command 'os project set', but it is required by keystone v3 update project API to match the domain id. Closes-Bug: #1460122 Change-Id: I1b32f67f78b369f6134a74cdf9a4811b7539d44b
* | Merge "Clean up ec2 credentials help text"Jenkins2015-06-031-10/+10
|\ \
| * | Clean up ec2 credentials help textDean Troyer2015-06-031-10/+10
| | | | | | | | | | | | | | | | | | | | | Re-sync the text in v2 and v3 help and the docs Depends-On: If4ac5356ade8cff347bb9eb9f88d1ace82bb7275 Change-Id: Iabef2f271fcf46748295c29713fea1811dcab29c
* | | Merge "Add domain support for ec2creds in v3 identity"Jenkins2015-06-031-0/+41
|\ \ \ | |/ /
| * | Add domain support for ec2creds in v3 identitySteve Martinelli2015-06-031-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A follow up work item from I52ff2020ef2fcbdc8a98280b73c6fd4a93bc8e0f to support domain scoped users and projects for ec2creds in the v3 identity api. Related-Bug: 1236326 Change-Id: If4ac5356ade8cff347bb9eb9f88d1ace82bb7275
* | | Merge "Add --wait to server delete"Jenkins2015-06-011-1/+5
|\ \ \
| * | | Add --wait to server deleteMatt Riedemann2015-05-291-1/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the server delete command to wait for the server to be deleted (obviously). The wait method is the same model that Tempest uses, i.e. wait for a 404 on server GET (successful deletion), fail if the server went to ERROR status, or fail if a timeout is reached. The default timeout of 300 seconds is also what Tempest uses. Closes-Bug: #1460112 Change-Id: I0e66c400903e82832944d1cad61e7eb30177c3e8
* | | Merge "project create is missing --parent in doc"Jenkins2015-06-011-0/+1
|\ \ \ | |_|/ |/| |
| * | project create is missing --parent in docGuojian Shao2015-05-301-0/+1
| |/ | | | | | | | | | | | | | | 'project create' is missing '--parent <project>' argument in doc, actually it is supported. Change-Id: Id0edaab4e2b02a1f7d974d71a11c7c373e31806f Closes-Bug: #1460256
* | add domain scope arguments to v3 role add in docGuojian Shao2015-05-301-2/+2
|/ | | | | | | | | | There are optional domain scope arguments --user-domain, --group-domain and --project-domain to filter user, group and project for command 'os role add', however, the doc is missing them. Closes-Bug: #1460296 Change-Id: Ie7c7707d183da042c51e98b6cd4003c89efc4032
* Add missing properties to image set commandAmey Bhide2015-05-251-0/+18
| | | | | | | | Enable user to update the following image properties from OSC: container-format, disk-format, size Closes-Bug: #1446362 Change-Id: Id9f40f15702e8f14f0327a37fcc7d7971338c258
* Enable specifing domains in "role add"Juan Antonio Osorio Robles2015-05-121-0/+21
| | | | | | | | | | | | | | If users, projects or groups are provided by name, there is a possibility of the existence other users/projects/groups with the same name in other domain. Even though this is not a problem if the actual ID is given instead of a name; this is mostly a usability enhancement. So, three options were added, one for specifying the domain where the user belongs, another one to specify the project's domain, and finally one to specify the group's domain. Change-Id: Iab04b0e04fa75ea5aa3723b8ea42a45f58a6cdb2 Closes-Bug: #1421328
* Merge "Add docs for service provider CRUD"Jenkins2015-05-061-0/+125
|\
| * Add docs for service provider CRUDSteve Martinelli2015-04-151-0/+125
| | | | | | | | | | | | | | | | This patch adds service providers to command-objects, and makes a few changes to the help text, to align it more with the already established identity provider resource. Change-Id: Ibf3d2bc04bf5588d1fc9c37b8ca28c007496c021
* | Merge "Add parent field to project creation"Jenkins2015-04-301-0/+6
|\ \
| * | Add parent field to project creationRodrigo Duarte2015-03-231-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the possibility to create projects hierarchies by adding the parent field in the create project call. Co-Authored-By: Victor Silva <victor@lsd.ufcg.edu.br> Implements: bp hierarchical-multitenancy Change-Id: I4eac4f5bc067634cc38c305dacc59ab1da63c153
* | | Merge "Update the docs for new nic options"Jenkins2015-04-191-3/+8
|\ \ \
| * | | Update the docs for new nic optionsSteve Martinelli2015-04-191-3/+8
| | | | | | | | | | | | | | | | Change-Id: I4c8b93ede80f993eab8badfbba6bf1c530844d54
* | | | Merge "Add support for showing limits of a specific project"Jenkins2015-04-191-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Add support for showing limits of a specific projectSteve Martinelli2015-04-031-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Looks like the option to show limits of a specific project was missing. This resulted in always using the authenticated project. Change-Id: I512a05df20860ffb52af34f3b64c9eb81dae8c61 Closes-Bug: 1438379
* | | | Add support to specify volume quotas per volume typeSteve Martinelli2015-04-151-0/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a --volume-type option to quota set, this will allow users to set quotas for volume attributes on a per volume-type basis. for example: openstack quota set admin --volume-type myvol --volumes 12 Change-Id: I3ce9cf82a65d4f012b339f0e0dedb752cb132c33 Closes-Bug: 1438377
* | | Add support to remote_idMarco Fargetta2015-03-301-0/+22
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The federation APIs for the identity providers introduce a new parameter for every identity provider, named remote_ids, which contains a list of entity ID associated with. This parameter can be provided during the creation of the identity provider and can be updated at any time. For more information look at the blueprint: https://blueprints.launchpad.net/keystone/+spec/idp-id-registration This patch add the support to this new parameter in the command line by inserting the option "--remote-id" in the following commands: - "identity provider create" - "identity provider set" Additionally, the values can be read from a file, specified by "--remote-id-file", containing an entity id per line. Change-Id: Ie93340ee57e54128daa70d8a7bd0a9975ff7eef4 Depends-On: I12a262c55b5f6b5cc7007865edf30f14269da537 Implements: blueprint idp-id-registration
* | Merge "Add project and domain params to network create"Jenkins2015-03-241-0/+10
|\ \
| * | Add project and domain params to network createColleen Murphy2015-03-191-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch, openstackclient has no way to specify to which project a network belongs upon creation. Instead, it uses the project ID that the user is authenticating with to fill the tenant_id column. This is a problem because an admin user is unable to specify a project for a non-admin network. To fix this and to improve feature parity with the neutron client, this patch adds project and domain parameters to the network create command and uses the given project name to look up the project ID. Neutron does not allow the project to be changed after creation, so no such parameter has been added to the neutron set command. Neutron calls the field 'tenant_id', but this change exposes the parameter as '--project' to support the newer terminology. If no project is specified, the client defaults to the previous behavior of using the auth project. Change-Id: Ia33ff7d599542c5b88baf2a69b063a23089a3cc4
* | | Add the ability to set and unset flavor propertiesMarek Aufart2015-03-191-0/+40
| |/ |/| | | | | | | | | | | | | | | | | Added flavor set and unset command which allow manage flavor properties called extra_specs. Command flavor show output was extended with these properties. Closes-Bug: 1434137 Change-Id: Ie469bade802de18aab9d58eda3fff46064008163
* | Merge "Add identity v3 catalog show"Jenkins2015-03-101-1/+1
|\ \
| * | Add identity v3 catalog showTerryHowe2015-03-091-1/+1
| |/ | | | | | | Change-Id: Ia6b6c25eded43b899b3aa026227ad2859f1c67dd
* | Add ability for diplaying hypervisor statisticslin-hua-cheng2015-03-061-0/+16
| | | | | | | | | | | | | | | | Added new command 'hypervisor stats show' for displaying the hypervisor stats over all compute nodes. Change-Id: I4f98c69135b04d4f6cea67cd6350d5d99fb79dba Partial-Bug: #1423748
* | Add hypervisor docslin-hua-cheng2015-03-051-0/+36
| | | | | | | | Change-Id: I444734925316e876afcbfdeffafea9973a837022
* | Rename --verify for server resize to avoid conflictzhiyuan_cai2015-02-161-3/+3
|/ | | | | | | | | | | | | | Currently server resize command has a verify argument for user to confirm resize operation. But this argument is also registered by openstack client shell which is used to enable server certificate verification. So verify argument can not be correctly passed to server resize command. This patch renames --verify to --confirm (nova client has a resize-confirm command) to solve this problem. Change-Id: I751aa3df16c3b637b82944dd350afc5cbab62120 Closes-Bug: #1416542
* Merge "Restrict groups and users from changing domains"Jenkins2015-02-102-12/+0
|\
| * Restrict groups and users from changing domainsSteve Martinelli2015-02-092-12/+0
| | | | | | | | | | | | | | | | | | | | Similar to projects, we shouldn't allow users and groups to change domains. The server side tosses up an error but osc should restrict that behaviour in the first place. Related-Bug: #1418384 Change-Id: I860291a5859c576021b18e35d1a12c32abfb6ca5
* | Merge "Do not allow user to change domain of a project"Jenkins2015-02-101-6/+0
|\ \ | |/
| * Do not allow user to change domain of a projectSteve Martinelli2015-02-091-6/+0
| | | | | | | | | | | | | | | | | | Keystone Server already surfaces an error for this operation, but we should restrict the user, and not offer --domain to be changed for a project. Change-Id: I48317e8accfea3c285e6ad213e75b783de8070ac Closes-Bug: #1418384
* | Merge "Implement trust in identity v3 api"Jenkins2015-02-101-0/+101
|\ \ | |/ |/|
| * Implement trust in identity v3 apiSteve Martinelli2015-02-081-0/+101
| | | | | | | | | | | | | | | | | | | | | | Added new module in identity v3 api to handle create, read, and delete operations of trust resources. Co-Authored-By: Lance Bragstad <lbragstad@gmail.com> Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Closes-Bug: #1413718 Change-Id: I2b360b141ff70d4f396466abede859a3db6644f4
* | Merge "Add sort support to image list"Jenkins2015-02-071-0/+6
|\ \
| * | Add sort support to image listzhiyuan_cai2015-02-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sort support to image list by sorting items in the client side. The parameter syntax follows this spec[1]. [1] https://review.openstack.org/#/c/145544/ Change-Id: I42b487d18f00f937db1938daa46487cea2a896ab Closes-Bug: #1410251
* | | Merge "Change volume create --snapshot-id to --snapshot"Jenkins2015-02-071-3/+3
|\ \ \
| * | | Change volume create --snapshot-id to --snapshotlin-hua-cheng2015-02-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Keeping the option --snapshot-id hidden for backward compatibility. Change-Id: Iefa0aed9be255a5626a9bbb7db77911ef5ca8595 Closes-Bug: #1418742
* | | | Merge "Begin low-level API for Network v2"Jenkins2015-02-071-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Begin low-level API for Network v2Dean Troyer2015-01-221-3/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | api.network.APIv2 starts with network_list() support to flush out the skeleton of the Network API. list_dhcp_agent() supports the --dhcp option of 'network list' Change-Id: I9a2b90cde84eced1f2ea6a014b769e2bae668211
* | | Merge "Added capabilities/options to 'openstack flavor list' command to ↵Jenkins2015-02-061-0/+18
|\ \ \ | |_|/ |/| | | | | match capabilities already provided by 'nova flavor-list':"
| * | Added capabilities/options to 'openstack flavor list'Igor_Bolotin2015-02-031-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command to match capabilities already provided by 'nova flavor-list': —public | --private | --all options allows to list public only (default), private only or all flavors. —long displays more field. This option also fetches properties (extra-specs) for each flavor using separate API call for each flavor and it’s too slow to be done by default. However as an administrator - sometimes I need to be able to see them for all flavors. Removed empty “Extra Specs” column as well as "Swap" and "RXTX Factor" from default output. DocImpact Closes-Bug: #1416780 Change-Id: I30cfa2c75e28daf17b936543a177c23ae1743c37
* | | Merge "Improving the help of the lock command."Jenkins2015-02-021-1/+1
|\ \ \ | |/ / |/| |
| * | Improving the help of the lock command.Pedro Navarro2015-02-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The lock command allows you to block the actions on the server for the non-admin users. Improving the help so that api users understands better what locking a server implies. Change-Id: I925c946751602dc0f6bd1d31b514bc20bca585fa Closes-Bug: #1366279
* | | Merge "Add filter to image list"Jenkins2015-01-281-6/+12
|\ \ \