Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 834796 Details for
Bug 1040021
openstack-foreman-installer: Failed to deploy neutron-controller/ neutron-compute. duplicate declaration: Neutron_config[database/connection]
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix controller.pp to work with updated pupet modules
0001-Fix-controller.pp-to-work-with-updated-pupet-modules.patch (text/plain), 2.08 KB, created by
Ryan O'Hara
on 2013-12-10 14:37:17 UTC
(
hide
)
Description:
Fix controller.pp to work with updated pupet modules
Filename:
MIME Type:
Creator:
Ryan O'Hara
Created:
2013-12-10 14:37:17 UTC
Size:
2.08 KB
patch
obsolete
>From 3cb85acafc5e930fcad4d238b52376322a26fc58 Mon Sep 17 00:00:00 2001 >From: Ryan O'Hara <rohara@redhat.com> >Date: Tue, 10 Dec 2013 08:30:49 -0600 >Subject: [PATCH] Fix controller.pp to work with updated pupet modules > >This patch updates the neutron controller manifest to work with >updated pupet modules. Specifically, the nova auth setting should now >be done via nova::api class, not nova_config. Also, the neutron >database connection should be set via the neutron::server class, not >neutron_config. >--- > puppet/modules/quickstack/manifests/neutron/controller.pp | 13 ++----------- > 1 file changed, 2 insertions(+), 11 deletions(-) > >diff --git a/puppet/modules/quickstack/manifests/neutron/controller.pp b/puppet/modules/quickstack/manifests/neutron/controller.pp >index b0203ce..7c3deff 100644 >--- a/puppet/modules/quickstack/manifests/neutron/controller.pp >+++ b/puppet/modules/quickstack/manifests/neutron/controller.pp >@@ -46,13 +46,6 @@ class quickstack::neutron::controller ( > $verbose = $quickstack::params::verbose, > ) inherits quickstack::params { > >- nova_config { >- 'keystone_authtoken/admin_tenant_name': value => 'admin'; >- 'keystone_authtoken/admin_user': value => 'admin'; >- 'keystone_authtoken/admin_password': value => $admin_password; >- 'keystone_authtoken/auth_host': value => '127.0.0.1'; >- } >- > class { '::neutron': > enabled => true, > verbose => $verbose, >@@ -62,13 +55,11 @@ class quickstack::neutron::controller ( > core_plugin => $neutron_core_plugin > } > >- neutron_config { >- 'database/connection': value => "mysql://neutron:${neutron_db_password}@${mysql_host}/neutron"; >- } >- > class { '::neutron::server': > auth_host => $::ipaddress, > auth_password => $neutron_user_password, >+ connection => "mysql://neutron:${neutron_db_password}@${mysql_host}/neutron", >+ sql_connection => "mysql://neutron:${neutron_db_password}@${mysql_host}/neutron", > } > > if $neutron_core_plugin == 'neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2' { >-- >1.8.1.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1040021
:
834796
|
834938