* 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
12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
[[local|localrc]]
|
|
DATABASE_PASSWORD=password
|
|
RABBIT_PASSWORD=password
|
|
SERVICE_TOKEN=password
|
|
SERVICE_PASSWORD=password
|
|
ADMIN_PASSWORD=password
|
|
enable_plugin zun https://git.openstack.org/openstack/zun
|
|
enable_plugin kuryr-libnetwork http://git.openstack.org/openstack/kuryr-libnetwork
|
|
|
|
# Optional: uncomment to enable the Zun UI plugin in Horizon
|
|
# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|