remove ref to invalid variable

replace refs to internal address with 127.0.0.1
This commit is contained in:
Dan Bode
2012-10-25 23:56:22 -07:00
parent d3645fecd1
commit 77262213df

View File

@@ -225,7 +225,7 @@ class openstack::all (
image_service => 'nova.image.glance.GlanceImageService',
glance_api_servers => 'localhost:9292',
verbose => $verbose,
rabbit_host => $internal_address,
rabbit_host => '127.0.0.1',
}
# Configure nova-api
@@ -292,9 +292,9 @@ class openstack::all (
class { 'cinder::scheduler': }
class { 'cinder::volume': }
class { 'cinder::volume::iscsi':
volume_group => $volume_group,
test => $cinder_test,
class { 'cinder::volume::iscsi':
iscsi_ip_address => '127.0.0.1',
volume_group => $nova_volume,
}
} else {
# Set up nova-volume