
No need to use silly wrappers around something that can just use the upstream stuff directly, with a simple include.
8 lines
189 B
Puppet
8 lines
189 B
Puppet
class kickstack::node::client inherits kickstack {
|
|
include ::keystone::client
|
|
include ::glance::client
|
|
include ::cinder::client
|
|
include ::neutron::client
|
|
include ::heat::client
|
|
}
|