diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-10-31 07:59:23 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-11-01 01:46:31 -0700 |
commit | 3e8f02304be516acc2c49da0f77a376ba800418f (patch) | |
tree | 2a1c64341d80b71fa9890fd833a1be414f4023cf /ocata/vagrant/setup_compute.sh | |
parent | a9150114496bcf6def3f7f6a5348b2f247b8df4c (diff) |
add bind9 options for designate
Change-Id: I3dbc4ea6a49e01850918cbe8662fed78269da5af
Issue-Id: MULTICLOUD-95
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ocata/vagrant/setup_compute.sh')
-rw-r--r-- | ocata/vagrant/setup_compute.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ocata/vagrant/setup_compute.sh b/ocata/vagrant/setup_compute.sh index 7b5964e1..56ef08b6 100644 --- a/ocata/vagrant/setup_compute.sh +++ b/ocata/vagrant/setup_compute.sh @@ -1,6 +1,6 @@ -#!/usr/bin/env bash +#!/bin/bash -set -e +set -ex cd devstack cp /vagrant/compute.conf local.conf |