diff options
Diffstat (limited to 'block-storage-nfs.yaml')
-rw-r--r-- | block-storage-nfs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block-storage-nfs.yaml b/block-storage-nfs.yaml index 8346c1f6..8b281ddb 100644 --- a/block-storage-nfs.yaml +++ b/block-storage-nfs.yaml @@ -52,7 +52,7 @@ resources: keystone: host: {get_attr: [controller0, networks, ctlplane, 0]} cinder: - db: {list_join: ['', ['mysql://cinder:unset@', {get_attr: [controller0, networks, ctlplane, 0]} , '/cinder']]} + db: {list_join: ['', ['mysql://cinder:unset@', {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]} , '/cinder']]} volume_size_mb: '5000' service-password: get_param: CinderPassword |