summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | i18n support for help and error messages in cinderSheel Rana2016-05-2313-223/+257
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: I98fbc959034fe0530966291643b381855801de20
* | | | | | | Merge "Add some functional tests for commands in VolumeV2"Jenkins2016-05-232-0/+131
|\ \ \ \ \ \ \
| * | | | | | | Add some functional tests for commands in VolumeV2Huanxuan Ao2016-05-232-0/+131
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VolumeV2 lacked functional tests for qos specs and volume type commands, so I add them. These tests are quite similar to those in v1,just three difference: 1.Importing functional.common.test instead of functional.tests.volume.v1.common 2.Adding test_volume_type_set_unset_project() in test_volume_type.py. 3.Adding a test for "qos unset" command in test_qos.py Change-Id: Ic50e8c49ef01ac967c01ec41fb3f04cd51fea9e4
* | | | | | | Merge "Add network support for "quota set""Jenkins2016-05-236-14/+175
|\ \ \ \ \ \ \
| * | | | | | | Add network support for "quota set"Fang Zhen2016-05-196-14/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "quota set" command support compute and volume quotas previously. This patch add support network. Partially-implements: blueprint neutron-client-quota Closes-bug: 1489441 Change-Id: I9d297f52bc30614b3493f09ed15f8f1d3f8ff952
* | | | | | | | Merge "Add FakeType class and update volumetype test in VolumeV2"Jenkins2016-05-232-117/+158
|\ \ \ \ \ \ \ \
| * | | | | | | | Add FakeType class and update volumetype test in VolumeV2Huanxuan Ao2016-05-232-117/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds FakeType class and update unit tests for volume type with FakeType class Change-Id: I86ecc68dd1a1e919f3325cd9456974a0cfadbe61
* | | | | | | | | Merge "Add FakeSnapshot class and update snapshot test in VolumeV2"Jenkins2016-05-232-122/+196
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | / / / / / | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add FakeSnapshot class and update snapshot test in VolumeV2Huanxuan Ao2016-05-212-122/+196
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add FakeSnapshot class and update unit tests for snapshot commands with the FakeSnapshot class. Change-Id: If039a48b9d5f8430cc3d041b8c7ec30af8ff0e03
* | | | | | | Merge "Add functional tests for server group in ComputeV2"Jenkins2016-05-231-0/+46
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Add functional tests for server group in ComputeV2Huanxuan Ao2016-05-211-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I43a6ce3a6d976f3d1bd68c0483c929977b660f0d
* | | | | | | Merge "Fix image tests to use warlock resources"Jenkins2016-05-212-43/+21
|\ \ \ \ \ \ \
| * | | | | | | Fix image tests to use warlock resourcesDean Troyer2016-05-202-43/+21
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have been testing (incorrectly) Image v2 using our usual FakeResource objects, when the v2 API actually uses warlock schema modelled resources. Bring this to the tests (TestImageSet was already doing this) Change-Id: Ia6ed3a8e28a8961f770c241b49d47cce9ff328d3
* | | | | | | Updated from global requirementsOpenStack Proposal Bot2016-05-211-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Change-Id: I16dd97fa5cb3d7e008c9d3c357fe31f7c081c492
* | | | | | Merge "Avoid TypeError on message object additions"Jenkins2016-05-201-16/+20
|\ \ \ \ \ \
| * | | | | | Avoid TypeError on message object additionsMadhu Mohan Nelemane2016-05-191-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I634c1e158e93eeb55ab17fef8a0715b6678dffec Closes-Bug: #1575787
* | | | | | | Merge "Fix i18n support for help and log.warning in image"Jenkins2016-05-193-139/+143
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix i18n support for help and log.warning in imageXiaoyang Zhang2016-05-193-141/+145
| | |/ / / / | |/| | | | | | | | | | | | | | | | Change-Id: I6e2764aaf4b8c0efa78872646a7b3482ba044dc8
* | | | | | Merge "remove #noqa from i18n imports"Jenkins2016-05-1922-22/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | remove #noqa from i18n importsSteve Martinelli2016-05-1322-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hacking checks no longer fail on `import _` Change-Id: Idd60f0a0e71e5081691eacb39e5091ab08fcce6d
* | | | | | Merge "Pep8 environment to run on delta code only"Jenkins2016-05-182-0/+21
|\ \ \ \ \ \
| * | | | | | Pep8 environment to run on delta code onlySheel Rana2016-05-122-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently tox -epep8 will run flake8 on whole code. To make this fast, flake8 support is added for only updated(delta) code. Same can be run by "tox -efast8". Change-Id: I9c55fed32ae3060c21ec278398e9e07fb4a0fe13 Implements: BP tox-pep8-diff-part-only
* | | | | | | Merge "Add support of setting snapshot state"Jenkins2016-05-184-4/+47
|\ \ \ \ \ \ \
| * | | | | | | Add support of setting snapshot stateXi Yang2016-03-094-4/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is going to add the functionality of setting snapshot state which OSC currently lacks. Closes-Bug:#1535239 Change-Id: I2afd6567416e75ba0c70b73351cf1eb5394b3373
* | | | | | | | Updated from global requirementsOpenStack Proposal Bot2016-05-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib27d5b23d33a72da7b9eed8f1861de70ae586c85
* | | | | | | | Merge "Add ip version filter to subnet list"Jenkins2016-05-174-1/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | Add ip version filter to subnet listManjeet Singh Bhatia2016-05-164-1/+39
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch will add argument ip-version to command subnet list Change-Id: If7458d4979e53aec7e2633c4f1779c3810f9a3f1 Closes-Bug: #1581179
* | | | | | | | Merge "Add FakeBackup class and updata backup unittest in volumeV2"Jenkins2016-05-172-113/+193
|\ \ \ \ \ \ \ \
| * | | | | | | | Add FakeBackup class and updata backup unittest in volumeV2Huanxuan Ao2016-05-172-113/+193
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I39762bedaeaaf1894f48912ca1b7d59ab50f9f78
* | | | | | | | Merge "Enhance exception handling for "network delete" command"Jenkins2016-05-176-28/+245
|\ \ \ \ \ \ \ \
| * | | | | | | | Enhance exception handling for "network delete" commandTang Chen2016-04-146-28/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch rework "network delete" command following the rules in doc/source/command-errors.rst. In "network delete" command, there are multiple REST API calls, and we should make as many of them as possible. And log error for each one, give a better error message. Also return a non-zero exit code. Change-Id: I39ae087dd7bd08d049d513abfa6c5cab2bd13b2b Partial-Bug: #1556719
* | | | | | | | | Merge "Fix i18n support for help and error msg in network"Jenkins2016-05-167-14/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix i18n support for help and error msg in networkTang Chen2016-05-167-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iab0dc489226601ac4ff123bb758f84ff16989395
* | | | | | | | | | Merge "Support X.latest format for OS_COMPUTE_API_VERSION"Jenkins2016-05-162-19/+32
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Support X.latest format for OS_COMPUTE_API_VERSIONRui Chen2016-04-202-19/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OSC don't support to use "X.latest" format in order to talk with the latest nova microversion API, that is very helpful shortcut usage to use new nova side features, this patch implement it. Change-Id: I87918addff1f50fbc6eb72ca82b31813330753b5 Closes-Bug: #1561838
* | | | | | | | | | | Merge "Add VLAN Transparent option to ``osc network``"Jenkins2016-05-164-4/+57
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add VLAN Transparent option to ``osc network``reedip2016-05-164-4/+57
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | osc network set and network create now support --transparent-vlan|--no-transparent-vlan options to add/remove vlan transparency from the network. Change-Id: I845eb8f541cd32a4c4b28f929a63b205e7e31756 Closes-Bug: 1545537
* | | | | | | | | | | Merge "Refactor TestRemoveProjectImage with FakeImage class"Jenkins2016-05-161-11/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Refactor TestRemoveProjectImage with FakeImage classting wang2016-05-161-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id40ea8a3cf59738fa254da0bca4ad6551565f5de Co-Authored-By: xiexs <xiexs@cn.fujitsu.com> Implements: blueprint improve-image-unittest-framework
* | | | | | | | | | | | Merge "Added --no-route to the router set command"Jenkins2016-05-164-4/+61
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Added --no-route to the router set commandHideki Saito2016-05-164-4/+61
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecated --clear-routes Closes-Bug #1565034 Change-Id: I4a8975edc026aecd2a362fd1929c984cfab8ade6
* | | | | | | | | | | | Merge "Refactor TestImageList with FakeImage class"Jenkins2016-05-161-18/+21
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Refactor TestImageList with FakeImage classting.wang2016-05-141-18/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia60f75f65bba4c25a0a87b570b081424f982efca Co-Authored-By: xiexs <xiexs@cn.fujitsu.com> Implements: blueprint improve-image-unittest-framework
* | | | | | | | | | | | Merge "Refactor TestAddProjectToImage with FakeImage class"Jenkins2016-05-161-14/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Refactor TestAddProjectToImage with FakeImage classxiexs2016-05-141-14/+18
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6733601f12389eb744dbf0be64b7c556356b4730 Co-Authored-By: ting wang <bx_wang@outlook.com> Implements: blueprint improve-image-unittest-framework
* | | | | | | | | | | Merge "Fix network router type display"Jenkins2016-05-164-15/+18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix network router type displayRichard Theis2016-05-054-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The OpenStack SDK maps the network "router:external" field to "is_router_external". However, OSC was using the incorrect mapping, "router_external". This caused OSC to display router type as "Internal" for all networks. Change-Id: Ifcd1349ab7c5881baee751936d076bf6aa058852 Closes-Bug: #1572228
* | | | | | | | | | | | Added CONTRIBUTING.rst filevenkatamahesh2016-05-161-0/+16
| |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7edb273d36ba3536d5538029377e7b7535cfd115
* | | | | | | | | | | Merge "Additional network protocol support"Jenkins2016-05-166-54/+444
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Additional network protocol supportRichard Theis2016-05-146-54/+444
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the following network protocol support to the "os security group rule create" command: - Add "--icmp-type" and "--icmp-code" options for Network v2 only. These options can be used to set the ICMP type and code for ICMP IP protocols. - Change the "--proto" option to "--protocol". Using the "--proto" option is still supported, but is no longer documented and may be deprecated in a future release. - Add the following Network v2 IP protocols to the "--protocol" option: "ah", "dccp", "egp", "esp", "gre", "igmp", "ipv6-encap", "ipv6-frag", "ipv6-icmp", "ipv6-nonxt", "ipv6-opts", "ipv6-route", "ospf", "pgm", "rsvp", "sctp", "udplite", "vrrp" and integer representations [0-255]. The "os security group rule list" command now supports displaying the ICMP type and code for security group rules with the ICMP IP protocols. Change-Id: Ic84bc92bc7aa5ac08f6ef91660eb6c125a200eb3 Closes-Bug: #1519512 Implements: blueprint neutron-client