summaryrefslogtreecommitdiff
path: root/openstack
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-16 11:36:55 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-22 12:46:30 +0000
commit302a56fe58e762b17bdbbfa987e8011f33be0b9a (patch)
treec9171592debd239b495491771175395b197adf59 /openstack
parent630f1df3a9fb5f31235e0f7e2e57c31bee41b407 (diff)
downloaddefinitions-302a56fe58e762b17bdbbfa987e8011f33be0b9a.tar.gz
FIXUPME: Replace quotes by double quotes in sed command in neutron-setup script
Diffstat (limited to 'openstack')
-rw-r--r--openstack/usr/share/openstack/openstack-neutron-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/share/openstack/openstack-neutron-setup b/openstack/usr/share/openstack/openstack-neutron-setup
index 58a6747e..e485bfe2 100644
--- a/openstack/usr/share/openstack/openstack-neutron-setup
+++ b/openstack/usr/share/openstack/openstack-neutron-setup
@@ -42,7 +42,7 @@ keystone endpoint-create --service-id $(keystone service-list | awk '/ network
# neutron.conf configuration
service_tenant_id=$(keystone tenant-get service | grep id | tr -d " " | cut -d"|" -f3)
-sed -i 's/##SERVICE_TENANT_ID##/$service_tenant_id/g' /etc/neutron/neutron.conf
+sed -i "s/##SERVICE_TENANT_ID##/$service_tenant_id/g" /etc/neutron/neutron.conf
# Neutron compute configuration
if [ ! -d /var/run/neutron ]; then