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>
def resource_mapping():
return {
'AWS::EC2::Instance': Instance,
- 'HEAT::HA::Restarter': Restarter,
+ 'OS::Heat::HARestarter': Restarter,
}
}
},
"WebServerRestartPolicy" : {
- "Type" : "HEAT::HA::Restarter",
+ "Type" : "OS::Heat::HARestarter",
"Properties" : {
"InstanceId" : { "Ref" : "WikiDatabase" }
}
}
},
"WebServerRestartPolicy" : {
- "Type" : "HEAT::HA::Restarter",
+ "Type" : "OS::Heat::HARestarter",
"Properties" : {
"InstanceId" : { "Ref" : "WikiDatabase" }
}