Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.
Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.
This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.
Change-Id: I107c477f3fead667f5e0c0f5e2c4adc5221e2195
Add the various sections in the documentation to fix missing auth_url errors.
Change-Id: If9beca3a6dd79428b0ef2195eafc277fb5586394
Closes-Bug: #1686617
This patch allow the existing port to be unbound from the
container on container delete whereupon the port will still
exist but not be associated with the container.
Change-Id: Id047ccf8b7189a0fd149ac88f3776f2573c319cd
Closes-Bug: #1704016
There are several IP address / hostname related configs (i.e. api.host_ip,
docker.docker_remote_api_host, websocket_proxy.wsproxy_host) that required
manual configuration by operators. Normally, these configs are default as
local IP / hostname. It is undesirable for operators to tune all these configs
repeatedly. Let's consolidate all these configurations into two defaults:
* [DEFAULT] my_ip: The IP address which the host is using to connect to the
* management network.
* [DEFAULT] host: Hostname, FQDN or IP address of this host.
Change-Id: Ie26578c4208a79e4306b1006c6b316a41c2b3540
Closes-Bug: #1723515
This patch adds driver support for delete image, including glance
and docker.
Change-Id: I868eaf9b7245ffabcbbaa61e62ea853844785d02
Partial-Implements: blueprint enhance-image-api
Zuul now supports including the file extension on the playbook path
and omitting the extension is now deprecrated. Update references
to include the extension.
Change-Id: Ief9ddbdf75a6d62e892da41b10049a211d61889a
The plugin has been split into its own repository [1] in accordance
with Queens Goal "Split Tempest Plugins into Separate Repos/Projects"
[2]. This patch removes the local copy as well as the setuptools
entry point.
[1] https://github.com/openstack/zun-tempest-plugin
[2] https://governance.openstack.org/tc/goals/queens/
split-tempest-plugins.html
Implements: blueprint zun-split-tempest-plugins
Change-Id: Ibfeb38b52c05a9f886dc7524d892842971cbd264
This patch adds an option for user to stop container firstly when deleting
the container.
Change-Id: I5e5afb6a7a1b8850fc57cdae6e0e3553d56b1040
Closes-Bug: #1713520
Part of blueprint introduce-compose
Co-Authored-By: Hongbin Lu <hongbin034@gmail.com>
Change-Id: I5d01dab977535586df534a6ffc0b1101c4b364c4
Signed-off-by: Kevin Zhao <kevin.zhao@arm.com>
If container is being deleting, we need to handle it correctly.
For example, avoid marking it as 'Error' and skip populating
information from docker.
Change-Id: I7fe7167d57bcd8ca8f902ec21b2eaca57911b14e