updated repo url and fixed rax heat template to use rax cloud resources

This commit is contained in:
Kevin Carter 2014-09-20 11:43:51 -05:00
parent f17d16ed02
commit 9946a51db6
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ set -e -u -v -x
REPO_URL=${REPO_URL:-"https://github.com/rcbops/ansible-lxc-rpc.git"}
REPO_BRANCH=${REPO_BRANCH:-"master"}
FROZEN_REPO_URL=${FROZEN_REPO:-"http://rpc-slushee.rackspace.com"}
FROZEN_REPO_URL=${FROZEN_REPO_URL:-"http://rpc-slushee.rackspace.com"}
MAX_RETRIES=${MAX_RETRIES:-5}
apt-get update

View File

@ -53,7 +53,7 @@ outputs:
value: secrete
resources:
RPCAIO:
type: OS::Nova::Server
type: "Rackspace::Cloud::Server"
properties:
flavor: { get_param: flavor_name }
image: { get_param: image_name }