Skip to content

Commit

Permalink
authtoken missing for networker
Browse files Browse the repository at this point in the history
  • Loading branch information
gildub committed Sep 6, 2013
1 parent afbb7ea commit 92aaaa1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions puppet/modules/quickstack/manifests/networker.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@
qpid_hostname => $pacemaker_priv_floating_ip,
}

# To be done by neutron module
# To be done by neutron module or something missing?
neutron_config {
'database/connection': value => "mysql:https://neutron:${neutron_db_password}@${pacemaker_priv_floating_ip}/neutron";
}

Neutron_config<||>
'keystone_authtoken/admin_tenant_name': value => 'admin';
'keystone_authtoken/admin_user': value => 'admin';
'keystone_authtoken/admin_password': value => $admin_password;
'keystone_authtoken/auth_host': value => ${pacemaker_priv_floating_ip};
}

# OVS Plugin
class { '::neutron::plugins::ovs':
Expand Down

0 comments on commit 92aaaa1

Please sign in to comment.