Skip to content

Commit

Permalink
cannot override auth_tenant for neutron::server
Browse files Browse the repository at this point in the history
  • Loading branch information
gildub committed Sep 6, 2013
1 parent c7a1775 commit 0b0cf73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions puppet/modules/quickstack/manifests/controller.pp
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@
class { '::neutron::server':
auth_host => $::ipaddress,
auth_password => $admin_password,
auth_tenant => 'admin',
auth_user => 'admin',
# auth_tenant => 'admin',
# auth_user => 'admin',
}

neutron_plugin_ovs {
Expand All @@ -199,7 +199,7 @@
neutron_admin_tenant_name => 'admin',
neutron_admin_username => 'admin',
}

firewall { '001 controller incoming':
proto => 'tcp',
# need to refine this list
Expand Down

0 comments on commit 0b0cf73

Please sign in to comment.