$openstack::compute::neutron_auth_url does not propagate to nova.conf

Bug #1290385 reported by Jon Proulx
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-openstack
New
Undecided
Unassigned

Bug Description

By setting openstack::compute::neutron_auth_url in hiera I expect that URL to appear as Nova_config[DEFAULT/neutron_admin_auth_url] however in compute.pp a fixed string is passed in for this value:

    class { 'nova::network::neutron':
      neutron_admin_password => $neutron_user_password,
      neutron_auth_strategy => 'keystone',
      neutron_url => "http://${neutron_host}:9696",
      neutron_admin_username => $neutron_admin_user,
      neutron_admin_tenant_name => $neutron_admin_tenant_name,
      neutron_admin_auth_url => "http://${keystone_host}:35357/v2.0",
      security_group_api => $security_group_api
    }

Jon Proulx (jproulx)
Changed in puppet-openstack:
assignee: nobody → Jon Proulx (jproulx)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-openstack (master)

Fix proposed to branch: master
Review: https://review.openstack.org/79333

Changed in puppet-openstack:
status: New → In Progress
Revision history for this message
Jon Proulx (jproulx) wrote :

Hmmm, perhaps this is a CTKI issue as my oneline patch seems to break unit tests that test exactly the behaviour I want to see. email sent to <email address hidden> seeking enlightenment ...

Jon Proulx (jproulx)
Changed in puppet-openstack:
status: In Progress → New
assignee: Jon Proulx (jproulx) → nobody
Revision history for this message
Matt Fischer (mfisch) wrote :

This has been fixed in the mean time, I will ask Emilien to close it.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.