solar/resources/neutron_puppet/actions/remove.pp
Bogdan Dobrelya 8be490610c Decouple neutron resource
* Use neutron base and API(server) resources
* Add db and db user for neutron composition layer

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2015-08-05 10:36:43 +02:00

5 lines
134 B
Puppet

class { 'neutron':
enabled => false,
package_ensure => 'absent',
rabbit_password => 'not important as removed',
}