diff options
Diffstat (limited to 'ocata/vagrant/compute.conf')
-rw-r--r-- | ocata/vagrant/compute.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ocata/vagrant/compute.conf b/ocata/vagrant/compute.conf new file mode 100644 index 00000000..f6c19eaa --- /dev/null +++ b/ocata/vagrant/compute.conf @@ -0,0 +1,20 @@ +[[local|localrc]] +SCREEN_LOGDIR=/opt/stack/log +LOGFILE=stack.sh.log +LOG_COLOR=False + +HOST_IP=HOSTIP +HOST_NAME=HOSTNAME +SERVICE_HOST=192.168.0.10 +SERVICE_HOST_NAME=control + +ADMIN_PASSWORD=admin +SERVICE_PASSWORD=admin +DATABASE_PASSWORD=mysql +RABBIT_PASSWORD=rabbit + +ENABLED_SERVICES=rabbit,n-cpu,n-novnc,placement-client,q-agt +LIBVIRT_TYPE=qemu + +OVS_BRIDGE_MAPPINGS=public:br-ex +OVS_PHYSICAL_BRIDGE=br-ex |