| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I8e40c8df14399fa08de2c3cb3d69599be26f9a19
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I09b70282ea375b5bd56f156539b240d1c42b7198
|
| |\ \ |
|
| | |/
| |
| |
| | |
Change-Id: I6f4d7ea7df8cf635607299f92f2144798d3db768
|
| |\ \
| | |
| | |
| | | |
stable/pike
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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 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)
|
| |
|
|
| |
Change-Id: I2bab471aeb243bdbdfc5143c9dd8a71dc3449e50
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: Ia07630b2626781d89b1957a96706e22a9e28674f
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Implements: blueprint openstackclient-cli-porting
Change-Id: Ifeb62bad26ffeb0bb8b548c56d2d6a620a922f78
|
| | |/
|/|
| |
| | |
Change-Id: I0126609c076ee715b84d357b007ffbef6e0ebfe8
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Openstack common has a wrapper for generating uuids.
We should use that function to generate uuids for consistency.
Change-Id: I86ae28e6042d1fac2b08540add8a9e23c9254c86
|
| | | |
| | |
| | |
| | | |
Change-Id: I607d35de1ff5d26747629a5f1dd5c114808b5ed7
|
| |/ /
| |
| |
| | |
Change-Id: Idcc7808ae5af7fc42dafc0fc04c3ca1d69239288
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \
| |/ / |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/ /
| |
| |
| |
| |
| | |
Part of doc-migration work
Change-Id: I956975ab28be163ca0b2024456360595e649d740
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
NeutronClientException is an exception raised from API bindings
and it should not be used in CLI layer.
TrivialFix
Change-Id: I3df4c7352c96f10388df65bd16016b3ceb221248
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
OSC unit tests inherits osc_lib.test.utils and mock.patch.stopall
(or stop) is not called anywhere.
Change-Id: I1249678be7a7c823ea3824bf08e603864de023fd
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This patch rearranges and reformats existing content.
Change-Id: Ibcad865d2ae45696628f77b5bd5f0e6b1f6842cf
|
| | | | |
| | | |
| | | |
| | | | |
Change-Id: Ib08574e2413af218f70af0e56b08286256ccb79b
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| |\ \ \ \
| |/ / / |
|
| | |/ /
| | |
| | |
| | | |
Change-Id: Ic8f9b6821da7958a895dad6053d2cd1b6761a405
|
| | | |
| | |
| | |
| | | |
Change-Id: Ib4525d1804cb1d05066d5ddf074ab3d59a951d6b
|
| |/ /
| |
| |
| |
| |
| |
| | |
'auth-type' in position_names is wrong, and it should be modified
to 'auth_type' for bgp peer.
Change-Id: I54a7ab54500c8d3655212e81046becee241a8c18
|
| | |
| |
| |
| | |
Change-Id: I7eeae5666364dd24282036c0f1b981198e645d8b
|
| | |
| |
| |
| | |
Change-Id: I71956aeabab94c6d938846e794dfe34f27f754f6
|