gyan/devstack/local.conf.sample
bharath a40f556027 [WIP] Add hosts APIs and compute rpc APIs
Change-Id: I5893bf066fc876e795f020214080fb92b79a00a5
2018-10-11 08:50:24 +05:30

14 lines
328 B
Plaintext

[[local|localrc]]
HOST_IP=10.0.0.11 # change this to your IP address
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_TOKEN=password
SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
enable_plugin gyan https://git.openstack.org/openstack/gyan
# install python-gyanclient from git
LIBS_FROM_GIT="python-gyanclient"