Remove custom SSL-related resource for cinder
Now that cinder includes http_proxy_to_wsgi by default[1] our puppet resource that included it in cinder's api-paste config is not longer needed. [1] If5aab9cc25a2e7c66a0bb13b5f7488a667b30309 Change-Id: I6141b6caf9b04ee73fae3ae2b94b3001b21b9999
This commit is contained in:
@@ -315,7 +315,6 @@ if hiera('step') >= 4 {
|
||||
|
||||
include ::cinder
|
||||
include ::cinder::config
|
||||
include ::tripleo::ssl::cinder_config
|
||||
include ::cinder::api
|
||||
include ::cinder::glance
|
||||
include ::cinder::scheduler
|
||||
|
||||
@@ -542,7 +542,6 @@ MYSQL_HOST=localhost\n",
|
||||
|
||||
include ::cinder
|
||||
include ::cinder::config
|
||||
include ::tripleo::ssl::cinder_config
|
||||
class { '::cinder::api':
|
||||
sync_db => $sync_db,
|
||||
manage_service => false,
|
||||
|
||||
Reference in New Issue
Block a user