Remove rpc_backend option

The rpc_backend option has been deprecated, so we should remove it.

Change-Id: Ib9cf7c17038ec18ba2bae6bf242724e6cf6c9b78
Depends-On: Ic283faf4f04a9fc434a6cc1fa530ea25b2eda430
This commit is contained in:
ZhongShengping 2017-08-07 14:29:15 +08:00
parent f9e13fb381
commit 36ee0a92bc

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