Remove nova_keystone class

This commit removes the nova_keystone class
which was mistakenly committed.
This commit is contained in:
Dan Bode 2012-04-14 23:48:29 -07:00
parent 7c0eaca4ae
commit 52dcd715bf
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
# configure to use keystone
class nova_keystone(
) {
nova_config {
'use_deprecated_auth': value => false;
'auth_strategy' : value => 'keystone';
'keystone_ec2_url' : value => 'http://10.42.0.6:5000/v2.0/ec2tokens';
}
}