aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/manila-scheduler.yaml
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2016-11-04 14:11:36 -0500
committerBen Nemec <bnemec@redhat.com>2016-11-04 16:27:08 -0500
commit16004b9e7e03091dd1295fde193d82a77e68dd02 (patch)
tree6048dc61064d3715db6aef2338e3735acc6733c2 /puppet/services/manila-scheduler.yaml
parentf20c044c73d33dd031ce3f760a5c6dd0f7bfb3c9 (diff)
Move db settings from manila-api to manila-base
manila-share also needs the db configuration so the db-sync works correctly when manila-api is running on a non-controller node. Change-Id: Ib8a6f10ef6a650275fc011e51acfc4b5c7c99164 Closes-Bug: 1633077
Diffstat (limited to 'puppet/services/manila-scheduler.yaml')
-rw-r--r--puppet/services/manila-scheduler.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/puppet/services/manila-scheduler.yaml b/puppet/services/manila-scheduler.yaml
index 474cc24f..d96b677b 100644
--- a/puppet/services/manila-scheduler.yaml
+++ b/puppet/services/manila-scheduler.yaml
@@ -57,14 +57,5 @@ outputs:
manila::network::neutron::neutron_url: {get_param: [EndpointMap, NeutronInternal, uri]}
manila::network::neutron::neutron_admin_auth_url: {get_param: [EndpointMap, NeutronAdmin, uri]}
manila::network::neutron::neutron_admin_password: {get_param: NeutronPassword}
- manila::sql_connection:
- list_join:
- - ''
- - - {get_param: [EndpointMap, MysqlInternal, protocol]}
- - '://manila:'
- - {get_param: ManilaPassword}
- - '@'
- - {get_param: [EndpointMap, MysqlInternal, host]}
- - '/manila'
step_config: |
include ::tripleo::profile::base::manila::scheduler