From 13f0c78b0cf3b62ce74bd8ee2107faba97c204a7 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Tue, 22 May 2012 10:10:10 -0700 Subject: [PATCH] Add nova::volume:iscsi class to nova::all This class adds nova::volume::iscsi to the nova::all class. This ensures that volumes can be managed --- manifests/all.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/all.pp b/manifests/all.pp index dd5bfc0..9f94d45 100644 --- a/manifests/all.pp +++ b/manifests/all.pp @@ -193,6 +193,10 @@ class openstack::all( vncserver_listen => '127.0.0.1', } + class { 'nova::volume::iscsi': + iscsi_ip_address => '127.0.0.1', + } + # nova::network::bridge { 'br100': # ip => '11.0.0.1', # netmask => '255.255.255.0',