remove unused compute params

The params public and admin address were not used
by the openstack::compute class so I removed them.
This commit is contained in:
Dan Bode
2012-10-24 12:14:41 -07:00
parent 94f5b516a6
commit da518f627c

View File

@@ -26,8 +26,6 @@ class openstack::compute (
$sql_connection,
# Network
$quantum = true,
$public_address = $internal_address,
$admin_address = $internal_address,
$public_interface = undef,
$private_interface = undef,
$fixed_range = undef,