Skip to content

Commit

Permalink
remove ref to invalid variable
Browse files Browse the repository at this point in the history
replace refs to internal address with 127.0.0.1
  • Loading branch information
Dan Bode committed Oct 26, 2012
1 parent d3645fe commit 7726221
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/all.pp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
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
Expand Down Expand Up @@ -292,9 +292,9 @@

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
Expand Down

0 comments on commit 7726221

Please sign in to comment.