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:
@@ -26,8 +26,6 @@ class openstack::compute (
|
|||||||
$sql_connection,
|
$sql_connection,
|
||||||
# Network
|
# Network
|
||||||
$quantum = true,
|
$quantum = true,
|
||||||
$public_address = $internal_address,
|
|
||||||
$admin_address = $internal_address,
|
|
||||||
$public_interface = undef,
|
$public_interface = undef,
|
||||||
$private_interface = undef,
|
$private_interface = undef,
|
||||||
$fixed_range = undef,
|
$fixed_range = undef,
|
||||||
|
Reference in New Issue
Block a user