Removes unused parameters from network_creation

Change-Id: I41d5b78c1db091d59ce4a978e9969fd294100014
This commit is contained in:
Alejandro Andreu 2016-10-17 12:28:55 +02:00
parent 7311a28622
commit 6cf231332b

View File

@ -6,17 +6,9 @@
#
# [*api_endpoint*]
# Midonet API endpoint
# [*keystone_username*]
# Keystone username
# [*keystone_password*]
# KKeystone Password
# [*tenant_name*]
# Tenant Name
# [*controller_ip*]
# Controller node ip
# [*controller_neutron_port*]
# Controller neutron port
# [*network external*]
# [*network_external*]
# Name of the external network
# [*allocation_pools*]
# Allocation Pools for the external subnets
@ -87,12 +79,7 @@
# limitations under the License.
#
define midonet::resources::network_creation(
$api_endpoint = 'http://127.0.0.1:8181/midonet-api',
$keystone_username = 'midogod',
$keystone_password = 'testmido',
$tenant_name = 'admin',
$controller_ip = '127.0.0.1',
$controller_neutron_port = '9696',
$network_external = 'ext-net',
$allocation_pools = ['start=172.17.0.100,end=172.17.0.200'],
$gateway_ip = '172.17.0.1',