diff options
Diffstat (limited to 'compute.yaml')
-rw-r--r-- | compute.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compute.yaml b/compute.yaml index 145b61c3..82698751 100644 --- a/compute.yaml +++ b/compute.yaml @@ -195,8 +195,6 @@ parameters: NovaComputeLibvirtType: type: string default: '' - NovaDSN: - type: string NovaPassword: default: unset description: The password for the nova service account, used by nova-api. @@ -272,7 +270,6 @@ resources: debug: {get_param: Debug} nova_compute_driver: {get_param: NovaComputeDriver} nova_compute_libvirt_type: {get_param: NovaComputeLibvirtType} - nova_dsn: {get_param: NovaDSN} nova_public_ip: {get_param: NovaPublicIP} nova_api_host: {get_param: NovaApiHost} nova_password: {get_param: NovaPassword} |