eb59187c69
* Tried to refactor to allow other nova-volume drivers to easily be added. * As well, allow other iscsi implementations to be configured in iscsi.pp * Added iscsi_helper and iscsi_ip_address as a parameter for nova::volume::iscsi * Added tests for volume manifests * Added example configs.
6 lines
65 B
Puppet
6 lines
65 B
Puppet
class { 'nova': }
|
|
|
|
class { 'nova::volume':
|
|
enabled => true,
|
|
}
|