Removes local.conf used by vagrant

The "Removing Vagrant support" commit missed the local.conf
used to deploy devstack within the Vagrant VM.
It is removed in this commit.

Related-Bug: #1710856
Change-Id: Ie3f4533f91ad13efabe481abd658323bd19a5277
This commit is contained in:
Emma Foley 2017-09-06 14:12:20 +00:00
parent d1ce958bee
commit 66d495696f
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
# -*- mode: sh -*-
[[local|localrc]]
ADMIN_PASSWORD="secret"
DATABASE_PASSWORD="$ADMIN_PASSWORD"
RABBIT_PASSWORD="$ADMIN_PASSWORD"
SERVICE_PASSWORD="$ADMIN_PASSWORD"
# Setup only required services
disable_all_services
enable_service "mysql" "rabbitmq" "dstat" "keystone"
# Setup ceilometer
enable_plugin "ceilometer" "${GIT_BASE:-https://git.openstack.org}/openstack/ceilometer.git"
# Setup collectd-ceilometer plugin
COLLECTD_INSTALL=True
COLLECTD_CEILOMETER_VERBOSE=False
enable_plugin "collectd-ceilometer-plugin" "${GIT_BASE:-https://git.openstack.org}/openstack/collectd-ceilometer-plugin.git"