This patch includes the vmware-nsx github repository and updates the neutron
hook to import the neutron NSX options.
Change-Id: I0afefd637f2b13332692c0e1a93a730b3bc11a72
This patch moves the explicit dependencies for projects in their own
requirement file.
Install a bunch of new neutron dependencies (drivers moved to their own
dependencies).
Change-Id: I8cab9861a5546f270499f626b06e44ad0185477d
To make sure that projects don't import and expose configuration options
that belong to other project we now build a virtual environment for each
project.
The script execution takes more time but the result is more accurate.
Change-Id: Ied1524de7282bca560883c3503d36a86098309b8
Enhance doc-tools-check-languages to handle translation of RST languages
and publishing of draft languages to /draft/
Partially implements bp draft-publishing
Change-Id: I7fd78228cfaa6e878ebdbf1432514ca453deec30
Handle guides that have no content subdirectory for creation of the
preview index.html file. Examples are the User Guides.
Change-Id: I4c647ee997a4776011db2677d2a84237989f0a06
Some swift help strings use XML tags that were not properly managed and
resulted in truncated string. This patch workarounds the problem by
dropping the XML flags.
Change-Id: I13ba4a9a840c93e3933bbeaaec2d84651efeff2e
With the deprecation of python-keystoneclient the output of keystone
--version changed to:
DeprecationWarning: The keystone CLI is deprecated in favor of
python-openstackclient. For a Python library, continue using
python-keystoneclient. 'python-keystoneclient.', DeprecationWarning)
1.3.0
Because of that it is necessary to only handle the last line of the
output to extract the version string.
Change-Id: Ibdfaa1de4f1c8880ce1a049fec9bea3004c11fea
doc-tools-update-cli-reference is a wrapper script to update
CLI references in the openstack-manuals repository.
Change-Id: I27f81d783db70206e4fdd1110da354bc9df90b70
Using oslo.config objects in pickle leads to multiple import problems on
deserialization. Since we don't actually need oslo objects, we convert
them into dicts before dumping them.
Change-Id: Icbd1a3957e4d4ae05fe6227fbdd1cb58e5a3a98d
After the merge of I14c9479ef7ded7b7c62b0d976706e3d7e26a6cd6 the
additional parameter --os-auth-type token is used for every client. This
is wrong, the additonal parameter should only be used when generating
documentation for the python-openstackclient.
Change-Id: I801637691bfd4298859ee539c5adaf0943330836
* suppress deprecation warning messages
UserWarning: Module novaclient.v1_1 is deprecated (taken as a basis for
novaclient.v2). The preferable way to get client class or object you can
find in novaclient.client module.
warnings.warn("Module novaclient.v1_1 is deprecated (taken as a basis
for "
* use --os-auth-type token to make the openstack help command workable
ERROR: openstack Authentication type must be selected with
--os-auth-type
* add new commands
Change-Id: I14c9479ef7ded7b7c62b0d976706e3d7e26a6cd6
According to Bandit yaml.safe_load() should be used instead of
yaml.load().
Use of unsafe yaml load. Allows instantiation of arbitrary objects.
Consider yaml.safe_load().
Change-Id: I7dd536c61ff53bf0b07cf4681df64fbec99140b6
These folders used to bring command line options that we don't want to
have in the generated tables, but the behavior has changed. This patch
restores the import of files in the cmd/ folders, and handles special
cases where the import is problematic.
Change-Id: I0779e0f689d2f6f64149c3d111a8dd1ecd6cfc20
Partial-Bug: #1363954
This allows for example to properly ignore the Install Guides from getting
build and published.
Change-Id: Id957ec3cdfc2f67f039bbca76950dd4a1d8c34a6
Partial-Bug: #1423302