diff options
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r-- | nova-compute-instance.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 3a29f011..b461d971 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -34,6 +34,10 @@ Parameters: Default: '' NovaApiHost: Type: String + NovaPassword: + Default: unset + Description: The password for the nova service account, used by nova-api. + Type: String GlanceHost: Type: String NovaDSN: @@ -98,6 +102,8 @@ Resources: compute_libvirt_type: {Ref: NovaComputeLibvirtType} db: {Ref: NovaDSN} host: {Ref: NovaApiHost} + service-password: + Ref: NovaPassword glance: host: {Ref: GlanceHost} keystone: |