
* Fix following warnings: * case statement without a default case * double quoted string containing no variables * indentation of => is not properly aligned * mode should be represented as a 4 digit octal value or symbolic mode * quoted boolean value found * unquoted file mode * variable not enclosed in {} * Fix following errors: * trailing whitespace found * two-space soft tabs not used * Remove quotes around class in include/require statements Change-Id: Ia407416e51c09fb303675863afa68f526a37abcf
11 lines
375 B
Puppet
11 lines
375 B
Puppet
class { 'openstack::nova::compute':
|
|
exported_resources => false,
|
|
sql_connection => 'mysql://foo:bar@192.168.1.1/nova',
|
|
glance_api_servers => '192.168.1.1:9292',
|
|
internal_address => $::ipaddress_eth1,
|
|
rabbit_password => 'password',
|
|
nova_user_password => 'password',
|
|
libvirt_type => 'qemu',
|
|
vncproxy_host => '192.168.1.1',
|
|
}
|