Add the various sections in the documentation to fix missing auth_url errors.
Change-Id: If9beca3a6dd79428b0ef2195eafc277fb5586394
Closes-Bug: #1686617
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
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>
Add the following items for doc/source/contributor
1. add file for documentation, gerrit, jenkins, launchpad
and releasenotes
2. Add README for admin, cli, install and contributor
Change-Id: I6463a9e4df64a2e2e3cb0043f9e5aaa92aeb0519
Now that Zun has all of its policies registered in code, we can
generate samples to publish in documentation.
bp policy-and-docs-in-code
Change-Id: I8b8efe9bf0af5aef39e293a9ddf9a79da35e5f8f
When the wsgi community goal was first approved, the push was to
use mod_wsgi. mod_wsgi has many issues when being used in devstack
for development or testing (see [1]). This commit will switch the
deployment of zun-api to uwsgi.
[1] https://governance.openstack.org/tc/goals/pike/deploy-api-in-wsgi
.html#uwsgi-vs-mod-wsgi
Change-Id: Iec05ccb8aceee6874e3c04280fe7596f8292e333
Closes-Bug: #1692382
- Fix erros when run tox -edocs (except one spec - cinder-integration.rst,
will be fixed when merge patch set [1])
- Update urls.
[1] https://review.openstack.org/#/c/468658/
Change-Id: I05865708ef356f17a388eace234ac004dd1a364f
This patch adds the ``warning-is-error`` flag in setup.cfg
to build documents and also fix failure with the introduction
of this flag.
Change-Id: I3bfedc31361584526d6f528b74b0be3993f1ecba
Partial-Bug: #1703442
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.
[0]https://review.openstack.org/#/c/472275/
Change-Id: I305dc660e9f379f73b02e8d80c1999623ef92bab
NovaDocker driver has known issue (i.e. network resources created
in a single tenant). Let's remove it from quickstart guide for now.
Devs are suggested to use native Docker driver as a quickstart.
Change-Id: I8915c5b175deeb1efd7a126f171483be3fcd38e9
* Add a dev document for how to run tempest tests locally.
* Pull the instruction of running unit tests out of quickstart
guide and make it a standalone document.
* Fix the unit tests guide to make it work at Ubuntu 16.04.
* Add a sample local.conf as minimal to run devstack
* Add osprofiler guide to the index page.
Change-Id: I31794733c9225478f5df029279c8415a23b1caa0
In addition, the port of zun-api is inconsistent. The devstack
script used 9517 and others used 9512. This commit changed to
port 9517 in everywhere.
Implements: blueprint deploy-zun-api-in-wsgi
Change-Id: I08818e417945338d5de5de473f8adc9bf9d63bdc
The guide has been outdated and a contributor reported that it
didn't work. This commit is for fixing it.
Change-Id: I58bb55319aa005837eba5e0b047dc6f196be01b4