<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 07/04/14 16:21, Nguyen Van Hiep
      wrote:<br>
    </div>
    <blockquote cite="mid:534227E0.1060807@vccloud.vn" type="cite">Operating
      system:
      <br>
      <br>
          Distributor ID:    Ubuntu
      <br>
          Description:    Ubuntu 12.04.4 LTS
      <br>
          Release:    12.04
      <br>
          Codename:    precise
      <br>
      <br>
      Heat version:
      <br>
      <br>
          heat-api                            2013.2.2-0ubuntu1~cloud0
      <br>
          at-api-cfn                          2013.2.2-0ubuntu1~cloud0
      <br>
          heat-api-cloudwatch                 2013.2.2-0ubuntu1~cloud0
      <br>
          heat-common                         2013.2.2-0ubuntu1~cloud0
      <br>
          heat-engine                         2013.2.2-0ubuntu1~cloud0
      <br>
          python-heat                         2013.2.2-0ubuntu1~cloud0
      <br>
          python-heatclient                   0.2.4-0ubuntu1~cloud0
      <br>
      <br>
      Content of template I used:
      <a class="moz-txt-link-freetext" href="https://gist.github.com/nvhbk16k53/10014468">https://gist.github.com/nvhbk16k53/10014468</a>
      <br>
      <br>
      When I run command to create stack, I got an Error message:
      <br>
      <br>
          ERROR: Unknown resource Type : OS::Heat::ScalingPolicy
      <br>
      <br>
      has anyone suffer this error? How to fix it?
      <br>
      I will highly appriciate for any help that you can provide.
      <br>
      Thanks.
      <br>
      <br>
    </blockquote>
    OS::Heat::ScalingPolicy is a new resource which will be in heat
    2014.1. Until your cloud is upgraded you will need to use <br>
    AWS::AutoScaling::ScalingPolicy, along with the other AWS
    autoscaling resource types.
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </body>
</html>