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
The documentation build does not generate any module index, thus
remove the link to the page. The page
http://docs.openstack.org/developer/zun/py-modindex.html
does not exist.
Change-Id: Ica44c36f6595268974f08a71286fb6ad5e608b5a
Removed "This session has only been tested on
Ubuntu 14.04 (Trusty)." line from dev docs.
This also works on 16.04.1 LTS version. So, its not
required to mention 14.04 version in dev docs.
Change-Id: I07c863b3319096f69cec3351595137eebe10fbd9
* Add content about how to install Zun with devstack plugin
* Move the content about how to manually add Zun to devstack to a
separated document.
Change-Id: I5737c18fa9b26e43936aa8959e48e5c14d06ef3c
All contents mentioning higgins are updated to zun
using below 3 patterns:
:%s/higgins/zun/g
:%s/HIGGINS/ZUN/g
:%s/Higgins/Zun/g
Co-Authored-By: Hongbin Lu <hongbin.lu@huawei.com>
Change-Id: I33a979aa01421524c1cff6fb5cc2b4023bf1fe84