Make swift backend not enherit glance::api.
Having the glance::backend::swift class inherit glance::api makes it unusable (it causes puppet errors due to missing password which is required by glance::api). Since this module is mainly just useful to configure sets of swift configs it can stand on its own. Change-Id: I549087e2e9e9e1abd43bd0f78e4f4dee71490ace
This commit is contained in:
@@ -17,7 +17,7 @@ class glance::backend::swift(
|
||||
$swift_store_auth_address = '127.0.0.1:8080/v1.0/',
|
||||
$swift_store_container = 'glance',
|
||||
$swift_store_create_container_on_put = 'False'
|
||||
) inherits glance::api {
|
||||
) {
|
||||
|
||||
glance_api_config {
|
||||
'DEFAULT/default_store': value => 'swift';
|
||||
|
Reference in New Issue
Block a user