Move parameters to correct section
Change-Id: I38799f45c459f72b0231c30542741ebedcd0e667
This commit is contained in:
parent
dc00480345
commit
5f6864e54f
@ -4,10 +4,6 @@
|
||||
#
|
||||
# === Parameters
|
||||
#
|
||||
# No parameters
|
||||
#
|
||||
# === Examples
|
||||
#
|
||||
# [*api_endpoint*]
|
||||
# Url to bind to. Normally the CLI is in the same machine..
|
||||
# [*username*]
|
||||
@ -17,6 +13,15 @@
|
||||
# [*tenant_name*]
|
||||
# Tenant Name
|
||||
#
|
||||
# === Examples
|
||||
#
|
||||
# class midonet::midonet_cli(
|
||||
# $api_endpoint='http://127.0.0.1:8181/midonet-api',
|
||||
# $username='admin',
|
||||
# $password='admin',
|
||||
# $tenant_name='admin',
|
||||
# )
|
||||
#
|
||||
# === Authors
|
||||
#
|
||||
# Midonet (http://midonet.org)
|
||||
|
Loading…
x
Reference in New Issue
Block a user