Skip to content

Commit

Permalink
Move keystone/auth to manifests
Browse files Browse the repository at this point in the history
This class was accidentally placed at the top level
and not in the manifests directory. This commit
resolves the issue by moving the manifest to its
correct location.
  • Loading branch information
Dan Bode committed Apr 10, 2012
1 parent 79f3322 commit f963dc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions keystone/auth.pp → manifests/keystone/auth.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@
require => Keystone_user[$auth_name]
}
keystone_service { $auth_name:
type => 'image',
type => 'compute',
description => "Openstack Compute Service",
}
keystone_endpoint { $auth_name:
ensure => present,
public_url => "http://${address}:${port}/${version}/%(tenant_id)s",
admin_url => "http://${address}:${port}/${version}/%(tenant_id)s",
internal_url => "http://${address}:${port}/${version}/%(tenant_id)s",
require => Keystone_service[$auth_name],
}

}

0 comments on commit f963dc5

Please sign in to comment.