<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Currently my heat template works with AWS resource type:<br>
    <br>
      DatabaseIPAddress:<br>
        Type: AWS::EC2::EIP<br>
      DatabaseIPAssoc :<br>
        Type: AWS::EC2::EIPAssociation<br>
        Properties:<br>
          InstanceId: {Ref: BaseInstance}<br>
          EIP: {Ref: MyIPAddress}<br>
    <br>
    Now if i want to change to OpenStack ( OS ) namespace with a similar
    implementation : <br>
    <br>
      MyIPAddress:<br>
        Type: OS::Neutron::FloatingIP<br>
         <font color="#ff0000">Properties:</font><br>
           <font color="#ff0000">floating_network_id : <span
        class="classifier">String</span></font><br>
      MyIPAssoc :<br>
        Type: OS::Neutron::FloatingIPAssociation<br>
        Properties:<br>
          floatingip_id : {Ref: MyIPAddress}<br>
    <br>
    I cannot problem is,<br>
    <br>
    a) floating_network_id ( is not known ) which is a required
    property.<br>
    b) Even if its available / defaults to, its an overhead from AWS
    simplicity.<br>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Consultant Engineering
Team: HPCS-Vertica
Location: Noida, India


</pre>
  </body>
</html>