Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
81ec285
)
Simplify keystone into one instance.
author
Clint Byrum
<clint@fewbar.com>
Tue, 14 May 2013 18:31:06 +0000
(11:31 -0700)
committer
Clint Byrum
<clint@fewbar.com>
Thu, 6 Jun 2013 16:28:01 +0000
(09:28 -0700)
keystone.yaml
patch
|
blob
|
history
diff --git
a/keystone.yaml
b/keystone.yaml
index
e4b96d7
..
fc25620
100644
(file)
--- a/
keystone.yaml
+++ b/
keystone.yaml
@@
-30,8
+30,8
@@
Resources:
Properties:
UserName:
Ref: ApiUser
- Keystone
Launch
:
- Type: AWS::
AutoScaling::LaunchConfiguration
+ Keystone:
+ Type: AWS::
EC2::Instance
Properties:
ImageId:
{Ref: KeystoneImage}
@@
-53,9
+53,3
@@
Resources:
admin-token: {Ref: AdminToken}
keystone:
db: {Ref: KeystoneDSN}
- Keystone:
- Type: OS::Heat::InstanceGroup
- Properties:
- LaunchConfigurationName: { Ref: KeystoneLaunch }
- AvailabilityZones: [ 1 ]
- Size: '1'