Merge "Remove rpc_backend option"

This commit is contained in:
Jenkins 2017-08-12 18:32:13 +00:00 committed by Gerrit Code Review
commit daca27124a

View File

@ -39,7 +39,6 @@ class openstack_integration::sahara {
'password' => 'an_even_bigger_secret', 'password' => 'an_even_bigger_secret',
}), }),
rabbit_use_ssl => $::openstack_integration::config::ssl, rabbit_use_ssl => $::openstack_integration::config::ssl,
rpc_backend => 'rabbit',
debug => true, debug => true,
} }
class { '::sahara::keystone::authtoken': class { '::sahara::keystone::authtoken':