manila: Fix incomplete keystoneauth options
Although we are not using these really, we can check if the required options can be configured. Change-Id: I31d4a2fa9a1bd7bfb422dea51aaab12af8d0a2af
This commit is contained in:
parent
198bd11291
commit
e6fc4267bd
@ -135,9 +135,21 @@ class openstack_integration::manila (
|
||||
}
|
||||
}
|
||||
class { 'manila::data': }
|
||||
|
||||
class { 'manila::compute::nova': }
|
||||
class { 'manila::network::neutron': }
|
||||
class { 'manila::volume::cinder': }
|
||||
class { 'manila::compute::nova':
|
||||
auth_url => $::openstack_integration::config::keystone_admin_uri,
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
class { 'manila::network::neutron':
|
||||
auth_url => $::openstack_integration::config::keystone_admin_uri,
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
class { 'manila::volume::cinder':
|
||||
auth_url => $::openstack_integration::config::keystone_admin_uri,
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
class { 'manila::image::glance':
|
||||
auth_url => $::openstack_integration::config::keystone_admin_uri,
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
class { 'manila::cron::db_purge': }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user