nova-compute.yaml missing parameters
Bug #1183223 reported by
Robert Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
Critical
|
Clint Byrum |
Bug Description
quantum's ovs plugin:
sql-connection (for quantum)
tenant-network-type
enable-tunnelling
local_ip
nova.conf:
glance.host
Changed in tripleo: | |
status: | Triaged → In Progress |
assignee: | nobody → Clint Byrum (clint-fewbar) |
To post a comment you must log in.
The edit to add glance.host:
compute_ driver: {Ref: NovaComputeDriver}
diff --git a/nova-compute.yaml b/nova-compute.yaml
index 172e9a1..ca95556 100644
--- a/nova-compute.yaml
+++ b/nova-compute.yaml
@@ -11,6 +11,8 @@ Parameters:
Default: baremetal
NovaImage:
Type: String
+ GlanceHost:
+ Type: String
KeystoneHost:
Type: String
ServicePassword:
@@ -66,6 +68,8 @@ Resources:
- resource: NovaCompute
nova:
+ glance:
+ host: {Ref: GlanceHost}
keystone:
host: {Ref: KeystoneHost}
quantum: