]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
heat rename HEAT::HA::Restarter resource
authorSteven Hardy <shardy@redhat.com>
Tue, 22 Jan 2013 15:07:16 +0000 (15:07 +0000)
committerSteven Hardy <shardy@redhat.com>
Tue, 22 Jan 2013 15:07:16 +0000 (15:07 +0000)
Rename HEAT::HA::Restarter to OS::Heat::HARestarter, which fits
better with the other openstack-native resources which use the
OS:: namespace

Change-Id: I40038e64979aca184971b11e83f6ef92a3b54571
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/engine/resources/instance.py
templates/WordPress_Single_Instance_With_HA.template
templates/WordPress_Single_Instance_With_IHA.template

index 4ee54bb5139b2dc8d25605c47ced87479a7f652a..0c590516fe28ffadea7c6dc64d28946efb1f63f4 100644 (file)
@@ -323,5 +323,5 @@ class Instance(resource.Resource):
 def resource_mapping():
     return {
         'AWS::EC2::Instance': Instance,
-        'HEAT::HA::Restarter': Restarter,
+        'OS::Heat::HARestarter': Restarter,
     }
index bb048fad7601bcc1f7a6793a6397000a0969afd6..5db88ca2c5e06319fded64a89282605627d5c8ff 100644 (file)
       }
     },
     "WebServerRestartPolicy" : {
-      "Type" : "HEAT::HA::Restarter",
+      "Type" : "OS::Heat::HARestarter",
       "Properties" : {
         "InstanceId" : { "Ref" : "WikiDatabase" }
       }
index 15a3ad1e2feec8d7dd20402ae33a2ef76e0d0af8..9b7d958afb5e9586ff3c4cc6bfba0c432b08fb74 100644 (file)
       }
     },
     "WebServerRestartPolicy" : {
-      "Type" : "HEAT::HA::Restarter",
+      "Type" : "OS::Heat::HARestarter",
       "Properties" : {
         "InstanceId" : { "Ref" : "WikiDatabase" }
       }