Deprecate the undercloud templates.
[apex-tripleo-heat-templates.git] / examples / scale_map_hot.yaml
index 282d49b..4a6d684 100644 (file)
@@ -1,4 +1,4 @@
-heat_template_version: 2013-05-23
+heat_template_version: 2014-10-16
 resources:
   ComputeUser:
     type: AWS::IAM::User
@@ -30,25 +30,11 @@ resources:
             NovaCompute0:
               list_join:
               - ' '
-              - - Fn::Select:
-                  - 0
-                  - Fn::Select:
-                    - ctlplane
-                    - get_attr:
-                      - NovaCompute0
-                      - networks
-                - Fn::Select:
-                  - name
-                  - get_attr:
-                    - NovaCompute0
-                    - show
+              - - {get_attr: [NovaCompute0, networks, ctlplane, 0]}
+                - {get_attr: [NovaCompute0, show, name]}
                 - list_join:
                   - '.'
-                  - - Fn::Select:
-                      - name
-                      - get_attr:
-                        - NovaCompute0
-                        - show
+                  - - {get_attr: [NovaCompute0, show, name]}
                     - 'local'
   NovaCompute0:
     type: FileInclude