summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Alphabetize setup.cfgSteve Martinelli2015-08-061-1/+1
| | | | | | noticed that volume type list was out of order. Change-Id: I965a201bc9c0fac67d01d5ee368149cac89095c9
* Merge "Add set feature to volume type v2"Jenkins2015-08-074-4/+240
|\
| * Add set feature to volume type v2heha2015-08-064-4/+240
| | | | | | | | | | | | | | | | | | | | "volume type set" and "volume type unset" is not in the v2. Co-Authored-By: Lin Hua Cheng <os.lcheng@gmail.com> implements bp: volume-v2 Change-Id: Ia804787d76d2029726c030b43c61eac3b411f66a
* | Merge "Add list feature to volume v2"Jenkins2015-08-075-2/+330
|\ \
| * | Add list feature to volume v2heha2015-08-065-2/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "volume list" is not in the v2. Co-Authored-By: Lin Hua Cheng <os.lcheng@gmail.com> implements bp: volume-v2 Change-Id: I9f4585202f5f9ec5f4c091278fc6c4036efb1290
* | | Merge "Fix quota set failed problem"Jenkins2015-08-063-1/+109
|\ \ \
| * | | Fix quota set failed problemjiaxi2015-07-283-1/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the command: openstack quota set, the compute quota below can't be set successfully,the value of compute quota stay unchanged, 'fixed-ips', 'floating-ips', 'injected-files', 'key-pairs'. What's more,I add a TODO comment in the code for two reason. 1. volume quota set works fine for the moment. 2. To indicate that this issue about volume needs discuss and report another bug, if it's confirmed. This bug is only about compute quota. Change-Id: Ic1028d561f5a0030cf65ac18fc117bf01e945478 Partial-Bug: #1420104
* | | | Merge "Fix quota show when there is no project id"Jenkins2015-08-051-3/+2
|\ \ \ \
| * | | | Fix quota show when there is no project idTerryHowe2015-08-051-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If no id is in the response, quota show fails. Change-Id: I9905431b006404c9ba8453eba016cec9ebe19402 Closes-Bug: #1481803
* | | | | Add functional test for volume type create --propertyRobert Francis2015-08-051-7/+11
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Combine test_volume_set_one_propety and test_volume_type_set_unset_properties. Change-Id: Ia8862a59161f6a15880b87ea305fb5bb15c31300
* | | | Merge "Imported Translations from Transifex"Jenkins2015-08-042-4/+4
|\ \ \ \
| * | | | Imported Translations from TransifexOpenStack Proposal Bot2015-08-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: If738066b8f940bdc99a98352dfaadbd5ee548794
* | | | | Updated from global requirementsOpenStack Proposal Bot2015-08-041-1/+1
|/ / / / | | | | | | | | | | | | Change-Id: I4f5e05c8207e91f0da87b4bbd25f711d42016cbe
* | | | Merge "Added a new function test for volume type set"Jenkins2015-08-031-2/+13
|\ \ \ \
| * | | | Added a new function test for volume type setJP Parkin2015-08-031-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new test to validate the setting of one property for an existing volume type Change-Id: Ia9a7d86ce9b0d8df9d64ddc1df2d443843bba5ef
* | | | | Merge "Introduce functional test for Identity Provider"Jenkins2015-08-032-0/+39
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Introduce functional test for Identity ProviderKelvin Lui2015-08-012-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Identity Provider currently doesn't have test coverage. Change-Id: Iea2e705f9d2303f58516f08a7526135988032025
* | | | | Merge "Add domain scoping in 'role assignment list'"Jenkins2015-08-012-0/+24
|\ \ \ \ \
| * | | | | Add domain scoping in 'role assignment list'lin-hua-cheng2015-07-312-0/+24
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to set which domain the user, group or project belong to. Change-Id: Idf6c7f23ab96261a73682226fb10ce5f0133924e Closes-Bug: #1472909
* | | | | Merge "Removed unnecessary assignment of function result Joined lines together"Jenkins2015-08-011-4/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Removed unnecessary assignment of function resultJoe Wigglesworth2015-07-311-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Joined lines together Change-Id: Iffe19c309369301137cfd52c8ea1aa988ce39f7e
* | | | | Merge "Added test for `volume type show`"Jenkins2015-07-311-0/+5
|\ \ \ \ \
| * | | | | Added test for `volume type show`Kenneth Chu2015-07-301-0/+5
| | |/ / / | |/| | | | | | | | | | | | | Change-Id: I05bbbdd8389f57d567b02391cbbc52448a9a2e7a
* | | | | Merge "Minor Documentation changes for code samples"Jenkins2015-07-301-1/+3
|\ \ \ \ \
| * | | | | Minor Documentation changes for code samplesJerry George2015-07-301-1/+3
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I2d13fe2884d9eaebd112d342041e2e219bf6a240
* | | | | Merge "Set OS_VOLUME_API_VERSION before running functional tests"Jenkins2015-07-303-4/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Set OS_VOLUME_API_VERSION before running functional testsSteve Martinelli2015-07-303-4/+27
| |/ / / | | | | | | | | | | | | | | | | | | | | For v1 functional tests, set the env. var. Change-Id: I6c554932bdb8f99438d4f2ae855eb16c5bb3a357
* | | | Merge "New test for configuration show --mask"Jenkins2015-07-301-2/+9
|\ \ \ \
| * | | | New test for configuration show --maskYunpeng Li2015-07-301-2/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: I56bb110d25b9f05cb1a706ecc5bbf5b6b154b240
* | | | | Merge "add new test for configuration show unmask"Jenkins2015-07-301-0/+8
|\ \ \ \ \ | |/ / / /
| * | | | add new test for configuration show unmaskJohn Keenleyside2015-07-301-0/+8
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib85bfa627f4ddee9e017f148c86a6d7d640bfba4
* | | | | Merge "New test for configuration show"Jenkins2015-07-302-0/+23
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | New test for configuration showManuel Silveyra2015-07-292-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | Creates a new common file for configuration tests. Change-Id: Id4c26759dfec5d508b762d0b54386f258a362971
* | | | Add functional tests for volume type listRadu Mateescu2015-07-291-0/+40
|/ / / | | | | | | | | | | | | | | | add tests for `os volume type list` Change-Id: Icd874b9cfac9376cc410041806fac64f1ff0c59d
* | | Merge "Imported Translations from Transifex"Jenkins2015-07-293-119/+119
|\ \ \
| * | | Imported Translations from TransifexOpenStack Proposal Bot2015-07-293-119/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I4b1050a38ed62872ef809ef9145f0e7cd653be0d
* | | | Merge "Add plugin interface version"Jenkins2015-07-291-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Add plugin interface versionDean Troyer2015-07-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | External plugins need to know which plugin interface is being used by the host OSC. Releases <1.6 (?) will not have a version defined. Plugins can add the following to their make_client() to discover the interface version: _plugin_interface_version = getattr( instance, "PLUGIN_INTERFACE_VERSION", None, ) Change-Id: Ifc0f40fec5bc27f6425139984936b7f6e032a580
* | | | Updated from global requirementsOpenStack Proposal Bot2015-07-291-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ic047055ffc7b94032e615815b162f4e830126e6e
* | | | Merge "Add support for volume v2 commands"Jenkins2015-07-254-2/+722
|\ \ \ \
| * | | | Add support for volume v2 commandsAmey Bhide2015-07-244-2/+722
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the following commands: openstack volume create openstack volume set openstack volume unset Implements: blueprint volume-v2 Change-Id: Icb7404815763aa88550112fb42f5200ce05c2486
* | | | | Merge "Do not set default versions in parsed args"Jenkins2015-07-2410-48/+52
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Do not set default versions in parsed argsTerryHowe2015-07-1810-48/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting default versions in parsed args makes it so OCC cannot tell if the argument was parsed, an environment variable was set or it is just defaulted. In order to set api versions from OCC, it will have to be defaulted after processing OCC. Closes-Bug: #1453229 Change-Id: I4d065919397b783f3bdd4022c986c0234a7a16e6
* | | | Merge "Add configuration show command"Jenkins2015-07-247-0/+178
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add configuration show commandTerryHowe2015-07-237-0/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a `configuration show` command that displays the current configuration of the CLI. Different configurations can be displayed using options such as --os-cloud. Passwords and tokens are redacted by default unless the --unmask option is specified. Closes-Bug: #1476729 Change-Id: I0792365d0c5fa526cd09c0ed88c6bb1e2cb813a7
* | | | Merge "add doc for floatingip"Jenkins2015-07-231-0/+85
|\ \ \ \
| * | | | add doc for floatingipchengkunye2015-07-221-0/+85
| | | | | | | | | | | | | | | | | | | | Change-Id: Ibdee50066452ed33f210e93de29eba3c0ec2e155
* | | | | Imported Translations from TransifexOpenStack Proposal Bot2015-07-232-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ic6d4612806a946a4f8047b501bea8ae08557fad7
* | | | | Merge "Fix --os-auth-plugin in auth_with_unscoped_saml"Jenkins2015-07-221-1/+1
|\ \ \ \ \
| * | | | | Fix --os-auth-plugin in auth_with_unscoped_samlHugh Saunders2015-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The error message refers to --os-auth-plugin which is not a valid option. This patch changes that to --os-auth-type. Change-Id: I02ec0b7855131180bb8c674051930ebb51cb7303 Closes-Bug: #1477083