summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Updated from global requirements"Jenkins2016-06-061-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2016-06-051-1/+1
| | | | | | | | Change-Id: Ic65f591351d97d3965d86d846b5b82d95b0a3bd2
* | Merge "Add server set/unset unit test cases"Jenkins2016-06-061-0/+87
|\ \
| * | Add server set/unset unit test casesRui Chen2016-06-061-0/+87
| |/ | | | | | | | | | | | | Unit test cases don't cover compute "server set/unset" commands, the patch add some test cases for them. Change-Id: I440c32968bd41b948352a9764a37c9af3e68803d
* | Merge "Add newline to strings in stdout/stderr.write()"Jenkins2016-06-067-7/+7
|\ \
| * | Add newline to strings in stdout/stderr.write()Lu lei2016-06-067-7/+7
| |/ | | | | | | | | | | Function stdout/stderr.write() can't break line automatically. Change-Id: I903c2d1cc1a669adb6be5aa4eb783d3b9943e685
* | Merge "fix keypair help msg"Jenkins2016-06-062-4/+4
|\ \
| * | fix keypair help msgsunyajing2016-06-062-4/+4
| | | | | | | | | | | | | | | | | | | | | keypair delete and keypair show commands cannot work on keypair ID Change-Id: I958fcd2ed184706b28d63cc9c73a8b566e86a16c Closes-Bug:#1588701
* | | Merge "Add network availability for osc"Jenkins2016-06-067-4/+345
|\ \ \
| * | | Add network availability for oscManjeet Singh Bhatia2016-06-037-4/+345
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch implements openstack client for network ip availability. Implements: blueprint neutron-ip-capacity Depends-On: I3b40d8edea87c068c4e8133e436511765064d5f8 Change-Id: Iffaa2e20ff495fbd205d3397e027e8141d04385e
* | | | Merge "modify server group"Jenkins2016-06-061-9/+1
|\ \ \ \
| * | | | modify server groupsunyajing2016-06-061-9/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | make column_headers equal to columns, to keep code consistence Change-Id: Ia96b398ad822fc5fac3753e28709c370165bda8a
* | | | Merge "fix image unset"Jenkins2016-06-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix image unsetzheng yin2016-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | modify "target" to "tagret" Change-Id: I80674b23804b26430aed13b5e6c6dc2b240771cd
* | | | Merge "Support multiple argument for compute agent delete command"Jenkins2016-06-054-11/+81
|\ \ \ \
| * | | | Support multiple argument for compute agent delete commandsunyajing2016-06-034-11/+81
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3b19e4914d475b86d7e8aa8d76e62a2ac811272f Partially-Implements: blueprint multi-argument-compute
* | | | | Merge "Add support for volume transfer request list"Jenkins2016-06-0410-4/+471
|\ \ \ \ \
| * | | | | Add support for volume transfer request listSheel Rana2016-06-0410-4/+471
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OSC does not support to list volume transfer from one user to other user. This patch will provide support for listning volume transfer requests. Closes-Bug:#1554886 Implements: bp cinder-command-support Change-Id: Ie659bc39cb1d1e931cca7a40b2f126a067ee484c
* | | | | | Merge "Fix wrong test in flavor unit tests"Jenkins2016-06-041-5/+3
|\ \ \ \ \ \
| * | | | | | Fix wrong test in flavor unit testsTang Chen2016-06-031-5/+3
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In test_flavor_set_no_project(), we aimed to test a situation like this: User specifies "--project" option, but didn't specifies the project name or ID. But in the source code, it becomes "--project ''". The test could past because if project and property are both None, the command will raise an exception. Change-Id: I39567306debb901e8bad420fa2492f1b207efddc
* | | | | | Merge "Check port name in set port tests"Jenkins2016-06-041-1/+5
|\ \ \ \ \ \
| * | | | | | Check port name in set port testszhouqi2016-06-031-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1bf11245b107f82fedee70dacc37c4c6dc5210ea
* | | | | | | Merge "Imported Translations from Zanata"Jenkins2016-06-043-1549/+41
|\ \ \ \ \ \ \
| * | | | | | | Imported Translations from ZanataOpenStack Proposal Bot2016-06-043-1549/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Icda8a1c87ded27c1ba061d5692e95a1477206b92
* | | | | | | | Merge "Fix --enable options on commands"Jenkins2016-06-0412-35/+54
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix --enable options on commandsRichard Theis2016-06-0212-35/+54
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The --enable option on commands is ignored when the arguments are parsed. This is related to the --enable-beta-commands option. Renaming the option to --os-beta-command fixes the problem. There's no need to handle backwards compatibility for the option name change because there hasn't been an OSC release yet with beta commands. Change-Id: I0327ba8a2058858a83e9a42e231470ed733cc834 Closes-Bug: #1588384
* | | | | | | Merge "Fix some missing i18n support problems in compute"Jenkins2016-06-031-9/+9
|\ \ \ \ \ \ \
| * | | | | | | Fix some missing i18n support problems in computeHuanxuan Ao2016-06-031-9/+9
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found and Fix some missing i18n support problems in compute/client.py Change-Id: I54374f4eddafd9f80b6ccdaf8f8c30e098df105e Partial-bug: #1574965
* | | | | | | Merge "Modify the style of translated messages"Jenkins2016-06-031-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Modify the style of translated messagesJackie Yuan2016-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translated messages should not be combined with orther literal strings to create partially translated message. Although this change is very small, but this is the only one in the directory VOLUME. Change-Id: If798aacde9d5d5e8ac2edd49e75099ec255c858e
* | | | | | | Updated from global requirementsOpenStack Proposal Bot2016-06-031-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Change-Id: I17243642ec7d2c4d27ba42f722f848dead2f820a
* | | | | | Update v2 endpoint show helpDean Troyer2016-06-021-2/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://review.openstack.org/#/c/319821/ updated v2 endpoint show and the doc, but not the v3 help. Change-Id: Ifaa90f6266eabafb9de544199759f4ee8bcc1c83
* | | | | Merge "Add support for removing flavor-access"Jenkins2016-06-024-7/+150
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add support for removing flavor-accessHuanxuan Ao2016-06-024-7/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--project" and "--project-domain" options in "flavor unset" command to remove flavor access. Change-Id: Ia5c5a80d9890d5af066b75b4e202647c18c7d915 Partial-Bug: #1575461
* | | | | Merge "Trivial: Remove duplicated line in man page"Jenkins2016-06-021-3/+0
|\ \ \ \ \
| * | | | | Trivial: Remove duplicated line in man pageTang Chen2016-06-021-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3f72308e639ddcdfb0289e50f9bafd097461c896
* | | | | | Merge "Updated from global requirements"Jenkins2016-06-021-1/+1
|\ \ \ \ \ \
| * | | | | | Updated from global requirementsOpenStack Proposal Bot2016-06-021-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Change-Id: I5e7045eae42c9cc6e1005134b8c589e5d1eca08d
* | | | | | Merge "Add FakeQos class and update unit test for qos_specs in VolumeV2"Jenkins2016-06-022-204/+207
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add FakeQos class and update unit test for qos_specs in VolumeV2Huanxuan Ao2016-05-312-204/+207
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I108c8d343678f3d19d1ca1f93d998c46c7c32eff
* | | | | | Merge "Modify lowercase to uppercase"Jenkins2016-06-021-8/+8
|\ \ \ \ \ \
| * | | | | | Modify lowercase to uppercasezhang.xiuhua2016-06-021-8/+8
| | |/ / / / | |/| | | | | | | | | | | | | | | | Change-Id: Ia59355d824ba61da824612ea0e03243b1bec4a57
* | | | | | Merge "Trivial: Fix i18n support in network/common.py"Jenkins2016-06-012-7/+17
|\ \ \ \ \ \
| * | | | | | Trivial: Fix i18n support in network/common.pyTang Chen2016-05-312-7/+17
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some missing i18n problems in network. Change-Id: I45a09a6ada1aad5a64256c0d0a0a2b6e250df670
* | | | | | Updated from global requirementsOpenStack Proposal Bot2016-05-312-2/+2
| |_|_|/ / |/| | | | | | | | | | | | | | Change-Id: I04e0189527b1affabf351002d66fe857ec73a694
* | | | | Merge "include old release notes in reno"Jenkins2016-05-314-12/+11
|\ \ \ \ \
| * | | | | include old release notes in renoRui Chen2016-05-314-12/+11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently OSC release notes are in the OpenStack releasenote site. There is a collection of old non-reno release notes in our docs folder. Move the non-reno release notes to the reno directionary. Change-Id: Ie51fd1e1115d606e5d2739014d3720eedc8dc225
* | | | | Merge "Fix unit test for volume commands in volumev2"Jenkins2016-05-311-27/+21
|\ \ \ \ \
| * | | | | Fix unit test for volume commands in volumev2Huanxuan Ao2016-05-311-27/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are some issues in test_volume.py in volumev2, I make three changes in this patch: 1.modified some codes that not used FakeVolume class. 2.added a fake image by FakeImage class for this test. 3.added a fake snapshot by FakeSnapshot class for this test. Change-Id: I02ba73d3aaee95624b0e2307b255e0e485b0c3a3
* | | | | | Merge "Fix output and error log in server.py"Jenkins2016-05-311-9/+17
|\ \ \ \ \ \