diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-07-10 15:04:50 +1200 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-07-10 15:09:41 +1200 |
commit | ed2207820728f309383c9021c9f879d3ced5d486 (patch) | |
tree | 1d4a03ea38485a2b51ca9c849f78cac3fadf45e4 | |
parent | 13ae966069565a2a6f9406335f7720a7efd5c33f (diff) |
Update boot-stack vm image for overcloud use.
We now have an undercloud specific template, so we can use
bootstack-vm specifically for the overcloud control plane.
Change-Id: I06eb2b1d00e4d2211b632a06880aed51f01762ff
-rw-r--r-- | bootstack-vm.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstack-vm.yaml b/bootstack-vm.yaml index 9e86da31..67b647ee 100644 --- a/bootstack-vm.yaml +++ b/bootstack-vm.yaml @@ -11,7 +11,7 @@ Parameters: Description: Name of an existing EC2 KeyPair to enable SSH access to the instances Type: String Image: - Default: undercloud + Default: overcloud-control Type: String PowerUserName: Default: stack |