summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* Support multiple volume qos deleteTerryHowe2015-07-171-13/+13
| | | | | | | Also make sure that we are using the singular qos_spec when we should and the plural qos_specs otherwise. Change-Id: If4bbeb6fc245d7d80dc3d7dccfe9f949e802653c
* Merge "Rename endpoint type to interface"Jenkins2015-07-172-10/+10
|\
| * Rename endpoint type to interfaceTerryHowe2015-07-152-10/+10
| | | | | | | | | | Change-Id: I4e21d09bc747e8210f4f79a1d6c4c7ccf2f25d1c Closes-Bug: #1454392
* | add --project-domain option for user v3Guojian Shao2015-07-161-2/+12
| | | | | | | | | | | | | | | | | | user v3 create/set only support --project option, we need --project-domain to prevent collisions between project names exist. Change-Id: I2d62e5b9bb6df4c5c5a9542514faf2e4365bb18b Closes-Bug: #1475357
* | Merge "Remove the --dhcp option to network list"Jenkins2015-07-141-0/+14
|\ \
| * | Remove the --dhcp option to network listTerryHowe2015-07-081-0/+14
| |/ | | | | | | | | | | | | | | | | | | The --dhcp option lists agents, not networks. This does not make a lot of sense. Another command should be created to list agents. BackwardsIncompatibleImpact Closes-Bug: #1472613 Change-Id: I5ecfe3fc046a07eb64a4dabd41dbd99de7c2215f
* | Fixes modules index generated by Sphinxlin-hua-cheng2015-07-091-1/+1
|/ | | | | | | Sphinx was always using (o)penstackclient for the prefix so the index wasn't very useful. Change-Id: Ie9f5d7fe428142bdb8027b422e3023418b48c428
* Merge "Add --os-endpoint-type cli optional argument"Jenkins2015-07-032-1/+12
|\
| * Add --os-endpoint-type cli optional argumentRoxana Gherle2015-07-022-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | User should be able to specify the endpoint type through a CLI optional argument/ENV variable setting. We will name this new optional argument: --os-endpoint-type (Env: OS_ENDPOINT_TYPE) and based on the value given, the service API will use that specific endpoint type. Possible values: public, admin, internal. DocImpact Closes-Bug: #1454392 Change-Id: Ife3d4e46b44c0ddcd712b1130e27e362545a9a29
* | Merge "Move update code from image create command"Jenkins2015-07-022-0/+54
|\ \
| * | Move update code from image create commandMarek Aufart2015-07-022-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Openstack image create command updates existing image (with same name) by default. That might be confusing since glance allows create multiple images with same names and may lead to unwanted image update by image create command. Image update code was moved from image create action to image set action. BackwardsIncompatibleImpact Change-Id: I1686c6544c366262efab9e33c066d5f8a667f707 Closes-Bug: #1461817
* | | Add docs for QoS specsSteve Martinelli2015-06-291-0/+154
| | | | | | | | | | | | | | | | | | | | | QoS v1 was recently included in openstackclient. We should include command object docs. Change-Id: I891231be095324bf55eb7ee4bb86debdf7a26f05
* | | fix confused domain argument for network create v2Guojian Shao2015-06-261-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we have used domain scope arguments --project-domain, --user-domain and --group-domain in identity commands, for example, role add v3, to prevent resources conflict from same resource name existence. To keep with the style of identity commands, it's better to rename --domain to --project-domain. Closes-Bug: #1468988 Change-Id: Ic6ccb895cf9be4a3d5f0001525e3b80cd340da8b
* | | Merge "Enables retrieval of project's parents and subtree"Jenkins2015-06-251-0/+12
|\ \ \
| * | | Enables retrieval of project's parents and subtreeRodrigo Duarte Sousa2015-06-091-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the possibility to retrieve a project and list its parents and subtree in the hierarchy. Co-Authored-By: Rodrigo Duarte <rodrigods@lsd.ufcg.edu.br> Co-Authored-By: Samuel de Medeiros Queiroz <samuel@lsd.ufcg.edu.br> Implements: bp hierarchical-multitenancy Change-Id: I874f6faffc8a2db9d99f12cbe0a69c0a30c0d9df
* | | | Merge "Add support to inherited project role grant calls"Jenkins2015-06-241-0/+5
|\ \ \ \
| * | | | Add support to inherited project role grant callsSamuel de Medeiros Queiroz2015-06-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once inherited project role grant calls are implemented on python-keystoneclient, python-openstackclient also should support such calls. This patch add such support as well as its related tests. Co-Authored-By: Raildo Mascena <raildo@lsd.ufcg.edu.br> Change-Id: Id72670be8640e5c6e2490a6ef849e9ec3493b1a9 Implements: blueprint hierarchical-multitenancy
* | | | | fix typo in network.rstGuojian Shao2015-06-241-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a typo for --domain argument in network create: Owner’s domain (name or ID)", the last character " should be removed. Closes-Bug: #1468282 Change-Id: I81d55841e633a52f3913cf5f4a3e6626ebc1f919
* | | | Merge "fix typo for server create in server.rst"Jenkins2015-06-191-1/+1
|\ \ \ \
| * | | | fix typo for server create in server.rstGuojian Shao2015-06-191-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we have <security-group-list> in server create option, while <security-group-name> in the explanation, they both should be <security-group-name>. Closes-Bug: #1466742 Change-Id: I26a25f57e57d8f9e19ec9c9ccb3c2b8d5396b78d
* | | | Fix typo in user.rstAmey Bhide2015-06-181-1/+1
|/ / / | | | | | | | | | | | | | | | | | | Change name -> user-name Closes-Bug: #1466738 Change-Id: I63d6b4f5ac3cacff624c2e951873aa044a699234
* | | Update 1.4.0 release notesDean Troyer2015-06-181-1/+7
| | | | | | | | | | | | | | | Depends-On: I5b469d19ac58bcb31ebd276e1d62b3db8ccfb5a3 Change-Id: I67daab9045852a5d23d69f9b4290e857f5137121
* | | Merge "Refactor option handling for user|group|project domain scoping"Jenkins2015-06-172-9/+9
|\ \ \
| * | | Refactor option handling for user|group|project domain scopingSteve Martinelli2015-06-172-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | put the common options in identity.common, this way the help is consistent Change-Id: I5b09cfb56fa0f8d16feb95150f216fccbe9f2b22
* | | | Add release notes for 1.5.0Steve Martinelli2015-06-161-0/+6
|/ / / | | | | | | | | | Change-Id: Idb6941feb3c17694eb5d7dcf1189bb1a08336810
* | | 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 "Create 1.4.0 release notes"Jenkins2015-06-051-0/+27
|\ \
| * | Create 1.4.0 release notesDean Troyer2015-06-041-0/+27
| |/ | | | | | | Change-Id: I2fa7d7875518ceebbdc3936eedfe72d17c81535f
* | 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
* | | Add a reference to the IRC channelsJens Rosenboom2015-06-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | As the name of the associated IRC channel for this project is not completely obvious, add a reference to the doc index page so that it may be found easier. Change-Id: I6cb6e2571bff73db6d983cd96fe6d03319d6577c
* | | 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
* | Small tweaks to osc plugin docsSteve Martinelli2015-05-281-5/+5
|/ | | | Change-Id: Ifbc63871e60e8ee843fdfefd8026dc4224fe4e13
* Merge "Create 1.3.0 release notes"1.3.0Jenkins2015-05-271-0/+31
|\
| * Create 1.3.0 release notesDean Troyer2015-05-271-0/+31
| | | | | | | | Change-Id: I1bd91490487b4c5eb6de7ea2aa09848b063071f1
* | Merge "Adds python-tuskarclient to list of plugins"Jenkins2015-05-271-0/+1
|\ \
| * | Adds python-tuskarclient to list of pluginsPetr Blaho2015-05-271-0/+1
| | | | | | | | | | | | Change-Id: Ie3468d14186f69ec9203f11302b8a07dc93dcc5a
* | | Merge "Add some comments about current plugin support"Jenkins2015-05-271-1/+33
|\ \ \ | |/ / | | / | |/ |/|
| * Add some comments about current plugin supportSteve Martinelli2015-05-221-1/+33
| | | | | | | | Change-Id: Ida9ac9956c611fec783ff98a01628c3d38e7b58f
* | 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
* | Merge "Enable specifing domains in "role add""Jenkins2015-05-221-0/+21
|\ \ | |/ |/|