85b8ed949a
This patch implements api service and other dependent changes. Change-Id: Iafb31a9d217c211c5099a3b9a420c98731ef1042
17 lines
301 B
Puppet
17 lines
301 B
Puppet
class { '::panko': }
|
|
class { '::panko::keystone::authtoken':
|
|
password => 'a_big_secret',
|
|
}
|
|
class { '::panko::api':
|
|
enabled => true,
|
|
service_name => 'httpd',
|
|
}
|
|
include ::apache
|
|
class { '::panko::wsgi::apache':
|
|
ssl => false,
|
|
}
|
|
class { '::panko::auth':
|
|
auth_password => 'a_big_secret',
|
|
}
|
|
|