8a99e7d461
To support underclouds and seeds running older than the very latest heat. 2013-05-23 lacks function list_join, so this change reverts to using the equivalent function Fn::Join. Change-Id: I039f57ab39c1fcfc319a7a34265ba4fabf4ccd08 Closes-Bug: #1354305
25 lines
632 B
YAML
25 lines
632 B
YAML
description: 'NFS server share configuration for testing'
|
|
resources:
|
|
controller0Config:
|
|
type: AWS::AutoScaling::LaunchConfiguration
|
|
metadata:
|
|
nfs_server:
|
|
shares:
|
|
Merge::Map:
|
|
NovaCompute0:
|
|
Fn::Join:
|
|
- ' '
|
|
- - get_attr:
|
|
- NovaCompute0
|
|
- networks
|
|
- ctlplane
|
|
- 0
|
|
BlockStorage0:
|
|
Fn::Join:
|
|
- ' '
|
|
- - get_attr:
|
|
- BlockStorage0
|
|
- networks
|
|
- ctlplane
|
|
- 0
|