astara/devstack
Adam Gandelman 1d26671b3f Allow API listening address to be specified in config
This allows users to configure a specific API listening address
for the astara administrative API.  This also updates devstack
plugin to publish this into the keystone catalog, for easier
lookup by astara-horizon.

Partially-implements: blueprint astara-horizon-mitaka
Partial-bug: #1516787

Change-Id: I2b96137c05b832a68ad01a11ec0cfb2371111c3c
2016-01-14 11:04:06 -08:00
..
files/debs Update devstack plugin + .gitreview for project rename 2015-11-10 13:43:54 -08:00
README.md Update devstack plugin + .gitreview for project rename 2015-11-10 13:43:54 -08:00
plugin.sh Allow API listening address to be specified in config 2016-01-14 11:04:06 -08:00
settings Update devstack plugin + .gitreview for project rename 2015-11-10 13:43:54 -08:00

README.md

This directory contains the astara devstack plugin for Kilo and beyond. You will need to enable the plugin in your local.conf file by adding the following to the local section.

enable_plugin astara <GITURL> [GITREF]

For example:

enable_plugin astara-rug http://github.com/openstack/astara

You will also need to enable the service:

enable_service astara

For more info see: http://docs.openstack.org/developer/devstack/plugins.html