Skip to content
Snippets Groups Projects
Commit 1ecb7a82 authored by Paul Bourke's avatar Paul Bourke Committed by Steven Dake
Browse files

Fix missing quotes in tools/genenv

Change-Id: Idc5f8aef80a65fea13fecd62b6b40c8ef7458354
Closes-Bug: #1480296
parent 72f35b14
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ DATADIR=/var/lib/mysql
DEFAULT_STORAGE_ENGINE=innodb
HOST_IP=$MY_IP
INIT_CINDER_DB=true
INIT_CONNECT=SET NAMES utf8
INIT_CONNECT="SET NAMES utf8"
INIT_DESIGNATE_DB=true
INIT_GLANCE_DB=true
INIT_HEAT_DB=true
......@@ -272,7 +272,7 @@ ENDPOINT_TYPE=adminURL
KEYSTONE_REGION=RegionOne
NEUTRON_FLAT_NETWORK_INTERFACE=eth1
NEUTRON_FLAT_NETWORK_NAME=physnet1
ROOT_HELPER=sudo neutron-rootwrap /etc/neutron/rootwrap.conf
ROOT_HELPER="sudo neutron-rootwrap /etc/neutron/rootwrap.conf"
USE_NAMESPACES=true
# Networking Options are nova or neutron
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment