summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration Patchpike-eolstable/pikeOpenDev Sysadmins2019-04-191-1/+1
| | | | | | | | | | | | | | | This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
* Replace openstack.org git:// URLs with https://pike-em6.5.1Ian Wienand2019-03-243-3/+3
| | | | | | | | | | | | | | | | | This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: Ie2b740b1c47c23a45a1448c6e853f02a33d466ce
* import zuul job settings from project-configDoug Hellmann2018-08-291-0/+47
| | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: If5f03c92870e3d136893a3ede345fbcd81f10692 Story: #2002586 Task: #24314
* Fix Pike gatesPavlo Shchelokovskyy2018-05-036-15/+26
| | | | | | | | | | | | | | | this patch is a combined collection of a number of fixes: - use Zuul's CI user instead of hardcoded `jenkins` - comply with new PTI re documentation building - Pin pycodestyle to <=2.3.1 2.4.0 breaks pep8 tests on stable branches, just pin in to known working verison instead of style changes accross project. This package is blacklisted in g-r so that each project can choose to enforce its own code style version. - do not fail if pip has nothing to install inside a pre-built tox env Change-Id: Ib98ea9e423338c3ebc9b697d74574866008d36e6
* Updated from global requirementsOpenStack Proposal Bot2017-09-211-1/+1
| | | | Change-Id: I8e40c8df14399fa08de2c3cb3d69599be26f9a19
* Merge "Update UPPER_CONSTRAINTS_FILE for stable/pike" into stable/pikeJenkins2017-08-231-1/+1
|\
| * Update UPPER_CONSTRAINTS_FILE for stable/pikeOpenStack Release Bot2017-07-281-1/+1
| | | | | | | | Change-Id: I09b70282ea375b5bd56f156539b240d1c42b7198
* | Merge "Updated from global requirements" into stable/pikeJenkins2017-08-162-2/+2
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2017-08-112-2/+2
| |/ | | | | | | Change-Id: I6f4d7ea7df8cf635607299f92f2144798d3db768
* | Merge "Define shell.COMMANDS explicitly to avoid random UT failure" into ↵Jenkins2017-08-161-0/+3
|\ \ | | | | | | | | | stable/pike
| * | Define shell.COMMANDS explicitly to avoid random UT failureAkihiro Motoki2017-08-121-0/+3
| |/ | | | | | | | | | | | | | | | | | | Mocking non-existing attribute causes UT failure. As a result, neutronclient UT fails depending on executing order of tests. Change-Id: Id047527fba9e908938f7157781fb0e36e76011c7 Closes-Bug: #1709652 (cherry picked from commit 4c3fbe2639664c25d3c06522f9c85713e65bb893)
* | Add missing correlation type "mpls" to port pairIgor Duarte Cardoso2017-08-112-6/+14
|/ | | | | | | | | | | | | | | Add missing correlation type "mpls" to Port Pair create command's help (PortPairCreate). The merged Port Pair command was still using the older help description, before MPLS correlation support was merged to networking-sfc. Also add unit test coverage for correlation type "mpls". Closes-Bug: #1708968 Change-Id: I708345b25b600ca94504725f1559988ae29413b8 (cherry picked from commit ff86783fd4345b1f4cd9ebc3cb90eadca3f2a261)
* Update .gitreview for stable/pikeOpenStack Release Bot2017-07-281-0/+1
| | | | Change-Id: I2bab471aeb243bdbdfc5143c9dd8a71dc3449e50
* Merge "[FWaaS] Migrate 'public' attribute to 'shared'"6.5.0Jenkins2017-07-289-107/+202
|\
| * [FWaaS] Migrate 'public' attribute to 'shared'Yushiro FURUKAWA2017-07-279-107/+202
| | | | | | | | | | | | | | | | | | | | This patch is the first in the series of patches which tracks the migration of 'public' attribute to 'shared' in FWaaS v2. Co-Authored-By: Reedip <reedip.banerjee@nectechnologies.in> Closes-Bug: #1676922 Depends-On: I0be5fca27c9696714ba8b91de2098448c5a18265 Change-Id: Ibc3b90e28ae82ccc8ed044b12d83e97907f1dfb8
* | Populate shell.COMMANDS dict not to break CLI extension UTAkihiro Motoki2017-07-272-0/+26
|/ | | | | | | | | | | | | | | | | | | | shell.COMMANDS is not intended to be public. However, 8 projects using neutron CLI extenions access this variable in their UT. I am honestly surprised on this, but it is the real. Neutron CLI is now deprecated, so it is better not to break them. This commit populates shell.COMMANDS dict based on registered commands. The following is my testting results with 'neutron net-list'. I ran this 10 times and the average user time is as follows: before 1.096 sec after 1.112 sec More dynamic loading can be explored but I think this overhead can be acceptable. Closes-Bug: #1706573 Change-Id: Idcbc64e6f709a666829e0c2985a03aa4517ccf77
* SFC plugin: fix flow classifier list displayBernard Cafarelli2017-07-251-1/+1
| | | | | | | | | | | | | | | | Current code displays "<type 'type'>[port]:xx" for source/destination ports: $ openstack sfc flow classifier list -c Summary -f value protocol: UDP, <type 'type'>[port]: 192.168.0.14/32[any:any], <type 'type'>[port]: 192.168.0.16/32[any:any], neutron_source_port: 5c196983-c319-41d7-9af0-02301ed85513, neutron_destination_port: None, l7_parameters: {} Change-Id: Ia5c772d48b22d4007dad8645cbfd2ea81cbb80ad Closes-Bug: #1706379
* Merge "Update the documentation link for doc migration"6.4.0Jenkins2017-07-248-18/+18
|\
| * Update the documentation link for doc migrationHangdong Zhang2017-07-228-18/+18
| | | | | | | | Change-Id: Ia07630b2626781d89b1957a96706e22a9e28674f
* | Merge "Add SFC cli for OSC plugin"Jenkins2017-07-2415-0/+3233
|\ \
| * | Add SFC cli for OSC pluginMohankumar2017-07-1315-0/+3233
| | | | | | | | | | | | | | | | | | Implements: blueprint openstackclient-cli-porting Change-Id: Ifeb62bad26ffeb0bb8b548c56d2d6a620a922f78
* | | Updated from global requirementsOpenStack Proposal Bot2017-07-231-4/+4
| |/ |/| | | | | Change-Id: I0126609c076ee715b84d357b007ffbef6e0ebfe8
* | Merge "Replace uuid.uuid4() with uuidutils.generate_uuid()"Jenkins2017-07-186-38/+52
|\ \
| * | Replace uuid.uuid4() with uuidutils.generate_uuid()ritesh.arya2017-07-186-38/+52
| | | | | | | | | | | | | | | | | | | | | Openstack common has a wrapper for generating uuids. We should use that function to generate uuids for consistency. Change-Id: I86ae28e6042d1fac2b08540add8a9e23c9254c86
* | | Updated from global requirementsOpenStack Proposal Bot2017-07-181-1/+1
| | | | | | | | | | | | Change-Id: I607d35de1ff5d26747629a5f1dd5c114808b5ed7
* | | Updated from global requirementsOpenStack Proposal Bot2017-07-131-1/+1
|/ / | | | | | | Change-Id: Idcc7808ae5af7fc42dafc0fc04c3ca1d69239288
* | doc: autogenerate neutron CLI referenceAkihiro Motoki2017-07-104-1/+130
| | | | | | | | | | | | | | | | | | | | | | This replaces the doc-migration work. We can avoid the maintenance cost by generating CLI reference for neutron CLI like this. This patch introduces a new sphinx directive to render CLI global options to achieve the goal. This can be migrated to cliff sphinxext later. Change-Id: I7089df3f7fc6475ebdd1e71221492baf12f18226
* | doc: autogenerate OSC plugin command referenceAkihiro Motoki2017-07-108-1308/+358
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Recently cliff introduced a sphinx extension directive named autoprogram-cliff which genarates command-line help automatically. By using it, we no longer need to write command-line help document separately. Also fixes minor string substitution issue in a BGPVPN command. Note that the new cliff release with the directive is not released yet, but there are several number of OSC plugin commands proposed and having a local copy would help such developers. Change-Id: I6b1aee89f406ac449fbc43e210c4ca7ad901b19b
* | doc: Improve network CLI pageAkihiro Motoki2017-07-105-35/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move OSC first as neutron CLI is deprecated * Add more information on OSC usage (links to embeded command list and the mapping guide) * Add deprecation notice for neutron CLI This commit also makes toctree structure simpler At now, we have two index page unlinked from the top page. I thought it is good first, but it potentially makes things tricky. Let's remove such tweaks for easy maintenance. Change-Id: I7fd79f465fa6c04bf5b13f6578796d4c2d01edfd
* | Merge "Use entry points to define neutron CLI commands"Jenkins2017-07-073-382/+313
|\ \
| * | Use entry points to define neutron CLI commandsAkihiro Motoki2017-07-033-382/+313
| | | | | | | | | | | | | | | | | | | | | | | | It allows us to generate CLI references automatically using cliff.sphinxext (which will be available in the next release of cliff). This allows us to avoid maintaining the in-tree CLI refernece manually. Change-Id: I3950ed8cf50508210c8b3270724e283aea8e1673
* | | Merge "doc: use new config options of openstackdocstheme"Jenkins2017-07-072-132/+16
|\ \ \ | |/ /
| * | doc: use new config options of openstackdocsthemeAkihiro Motoki2017-07-032-132/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new simple configuration way was introduced in openstackdocstheme 1.11.0. This commit introduces the new way. Also drops unnecessary sphinx configurations like latex, texinfo and manpages. Change-Id: I587eb8cbd3e64c65dfc7247a01eca90af6adad4e
* | | Merge "Use flake8-import-order plugin"Jenkins2017-07-0713-11/+18
|\ \ \
| * | | Use flake8-import-order pluginCao Xuan Hoang2017-07-0613-11/+18
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In reviews we usually check import grouping but it is boring. By using flake8-import-order plugin, we can avoid this. It enforces loose checking so it sounds good to use it. This flake8 plugin is already used in tempest. Note that flake8-import-order version is pinned to avoid unexpected breakage of pep8 job. Setup for unit tests of hacking rules is tweaked to disable flake8-import-order checks. This extension assumes an actual file exists and causes hacking rule unit tests. Change-Id: I61e683ab0119e4ae90b7107f0690528d789e3875
* | | Enable warning-is-error in doc buildAkihiro Motoki2017-07-051-0/+1
|/ / | | | | | | | | | | Part of doc-migration work Change-Id: I956975ab28be163ca0b2024456360595e649d740
* | Merge "CLI implementation should raise CommandError"Jenkins2017-06-302-3/+3
|\ \
| * | CLI implementation should raise CommandErrorAkihiro Motoki2017-06-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | NeutronClientException is an exception raised from API bindings and it should not be used in CLI layer. TrivialFix Change-Id: I3df4c7352c96f10388df65bd16016b3ceb221248
* | | Merge "Call mock.patch.stopall in OSC unit tests"Jenkins2017-06-301-0/+1
|\ \ \
| * | | Call mock.patch.stopall in OSC unit testsAkihiro Motoki2017-06-151-0/+1
| |/ / | | | | | | | | | | | | | | | | | | OSC unit tests inherits osc_lib.test.utils and mock.patch.stopall (or stop) is not called anywhere. Change-Id: I1249678be7a7c823ea3824bf08e603864de023fd
* | | Merge "move existing content into the new standard structure"Jenkins2017-06-2914-27/+122
|\ \ \
| * | | move existing content into the new standard structureAkihiro Motoki2017-06-2314-27/+122
| | | | | | | | | | | | | | | | | | | | | | | | This patch rearranges and reformats existing content. Change-Id: Ibcad865d2ae45696628f77b5bd5f0e6b1f6842cf
* | | | Updated from global requirementsOpenStack Proposal Bot2017-06-271-2/+2
| | | | | | | | | | | | | | | | Change-Id: Ib08574e2413af218f70af0e56b08286256ccb79b
* | | | remove explicit global_request_id handling from session clientSean Dague2017-06-261-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The neutron client that inherits from keystonauth1 can now use the built in 2.21.0 global_request_id handling. This just cleans up some code in the process. Change-Id: I6df5c98ebf447d3e3783ef23b4ef4d8e8af94c9b
* | | | Merge "switch to openstackdocstheme"Jenkins2017-06-263-6/+38
|\ \ \ \ | |/ / /
| * | | switch to openstackdocsthemeAkihiro Motoki2017-06-183-6/+38
| |/ / | | | | | | | | | Change-Id: Ic8f9b6821da7958a895dad6053d2cd1b6761a405
* | | Updated from global requirementsOpenStack Proposal Bot2017-06-151-2/+2
| | | | | | | | | | | | Change-Id: Ib4525d1804cb1d05066d5ddf074ab3d59a951d6b
* | | BGP unit test 'auth-type' errorszhaojingjing00673702017-06-081-1/+1
|/ / | | | | | | | | | | | | 'auth-type' in position_names is wrong, and it should be modified to 'auth_type' for bgp peer. Change-Id: I54a7ab54500c8d3655212e81046becee241a8c18
* | Updated from global requirementsOpenStack Proposal Bot2017-06-021-1/+1
| | | | | | | | Change-Id: I7eeae5666364dd24282036c0f1b981198e645d8b
* | Updated from global requirementsOpenStack Proposal Bot2017-05-301-1/+1
| | | | | | | | Change-Id: I71956aeabab94c6d938846e794dfe34f27f754f6