Invalid parameter keystone_password and connection neutron/examples/neutron.pp

Bug #1524579 reported by liaonanhai
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-neutron
Fix Released
Low
liaonanhai

Bug Description

When I try the examples in puppet-neutron neutron/examples/neutron.pp

Outputs: Invalid parameter keystone_password and connection

Then I check the class neutron::server, not found the keystone_password and connection, change to auth_password anddatabase_connection

 Now

neutron/examples/neutron.pp

class { '::neutron::server':
  keystone_password => 'password',
  connection => 'mysql://neutron:password@192.168.1.1/neutron',
}
change to
class { '::neutron::server':
  auth_password => 'password',
  database_connection => 'mysql://neutron:password@192.168.1.1/neutron',
}

liaonanhai (nanhai-liao)
Changed in puppet-neutron:
assignee: nobody → liaonanhai (nanhai-liao)
liaonanhai (nanhai-liao)
information type: Public → Public Security
information type: Public Security → Public
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-neutron (master)

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

Changed in puppet-neutron:
status: New → In Progress
Changed in puppet-neutron:
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-neutron (master)

Reviewed: https://review.openstack.org/255653
Committed: https://git.openstack.org/cgit/openstack/puppet-neutron/commit/?id=4544693d9516c1e3b5f43b0bafcdca0150952b8d
Submitter: Jenkins
Branch: master

commit 4544693d9516c1e3b5f43b0bafcdca0150952b8d
Author: nanhai.liao <email address hidden>
Date: Thu Dec 10 11:00:15 2015 +0800

    Invalid parameter keystone_password and connection neutron/examples/neutron.pp

    Fixed the examples/neutron.pp bug,change class neutron::server the parameter
    keystone_password to auth_password, connection to database_connection

    Closes-bug: #1524579

    Change-Id: I53af13e637c18e2ca5e4952bb5987106431009cd

Changed in puppet-neutron:
status: In Progress → Fix Released
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.