Merge pull request #130 from dachary/wip-cinder

allow cinder to connect to mysql from compute
This commit is contained in:
Dan Bode
2013-10-07 17:07:34 -07:00
2 changed files with 11 additions and 7 deletions

View File

@@ -34,6 +34,15 @@ rpc_user:
enabled_services:
- coi::profiles::openstack::endpoints::enabled_services
- coi::profiles::openstack::databases::mysql::enabled_services
allowed_hosts:
- ceilometer::db::mysql::allowed_hosts
- cinder::db:mysql::allowed_hosts
- glance::db:mysql::allowed_hosts
- keystone::db::mysql::allowed_hosts
- nova::db:mysql::allowed_hosts
- quantum::db::mysql::allowed_hosts
- neutron::db::mysql::allowed_hosts
#
# The all_in_one specification of how to map services to each other
# is assumed to be a default. When you want to move away from all_in_one,
@@ -71,13 +80,6 @@ controller_internal_address:
- quantum::keystone::auth::internal_address
- neutron::keystone::auth::internal_address
- openstack::auth_file::controller_node
- ceilometer::db::mysql::allowed_hosts
- cinder::db:mysql::allowed_hosts
- glance::db:mysql::allowed_hosts
- keystone::db::mysql::allowed_hosts
- nova::db:mysql::allowed_hosts
- quantum::db::mysql::allowed_hosts
- neutron::db::mysql::allowed_hosts
- postgresql::config::listen_addresses
- mysql::config::bind_address
- quantum::agents::metadata::metadata_ip

View File

@@ -10,6 +10,8 @@ enabled_services:
- quantum
- swift
allowed_hosts: "%"
# openstack parameters
admin_email: root@localhost
rpc_user: openstack_rabbit_user