puppet-keystone should default to enabled => false

Bug #1657519 reported by mellotron
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
puppet-keystone
Triaged
High
Unassigned

Bug Description

CentOS 7 now no longer ships a systemd unit for keystone:

https://lists.centos.org/pipermail/centos-devel/2016-November/015398.html

The default configuration for puppet-keystone should look like:

class { 'keystone':
  catalog_type => 'sql',
  admin_token => '...',
  database_connection => 'mysql://keystone:password@127.0.0.1/keystone',
  enabled => false,
}

class { '::keystone::wsgi::apache':
    ssl => false,
}

Changed in puppet-keystone:
status: New → Triaged
importance: Undecided → High
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.