Florian Haas 2b3c3a7f58 Use includes for clients, drop the Kickstack wrappers
No need to use silly wrappers around something that can just use the
upstream stuff directly, with a simple include.
2013-10-17 16:26:02 +02:00

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
}