Skip to content
Snippets Groups Projects
Commit 177624e3 authored by Alessandro Costantini's avatar Alessandro Costantini
Browse files

Update heat.pp - Fix default variable value

parent 96b8ff9c
No related branches found
No related tags found
1 merge request!35Heat+Neutron FIX
......@@ -83,6 +83,8 @@ class iaas::profile::heat (
# region_name => $region,
#mitaka
keystone_ec2_uri => "http://${endpoint_main}:5000/v2.0/ec2tokens",
keystone_project_domain_id => 'default',
keystone_user_domain_id => 'default',
}
class { '::heat::api':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment