Added comment to explain icehouse hardcoding

This commit is contained in:
Liam Young 2015-01-15 16:18:33 +00:00
parent bb7dd241f1
commit ced6c37c18

View File

@ -53,6 +53,8 @@ def resource_map():
return resource_map
# Hardcoded to icehouse to enable use of charmhelper templating/context tools
# Ideally these function would support non-OpenStack services
def register_configs(release='icehouse'):
configs = templating.OSConfigRenderer(templates_dir=TEMPLATES,
openstack_release=release)