Rename config => system-config in tools/

We are renaming openstack-infra/config to
openstack-infra/system-config. This patch addresses the one file
in the tools directory that needed editing.

Change-Id: Id078dc7031f833c6d1a58cddbcecf0666244c6a1
This commit is contained in:
Anita Kuno 2014-10-03 16:12:07 -04:00
parent fdc120f080
commit d616e1de6c

View File

@ -1,13 +1,13 @@
#!/bin/bash
set -x
# Script to build a puppet 3 master to infra/config standards
# Script to build a puppet 3 master to infra/system-config standards
apt-get update
apt-get install git
git clone https://git.openstack.org/openstack-infra/config
git clone https://git.openstack.org/openstack-infra/system-config
cd config
cd system-config
cat > manifests/local.pp <<EOF
node default {