diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-09-25 10:22:32 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-09-26 09:57:04 +0800 |
commit | 2502331b4dbd34a877424c32729072d634c945e1 (patch) | |
tree | e3bba4658cfb82d3db0c629daff0af656eec5be3 /docs/platform/cli-userguide/register_vnfm | |
parent | 6d9042a3d2a95fce731e1f8afa86d9050d62f0ee (diff) |
update part of cli command guide about vfc test
Change-Id: I9976923abea976e12d092a752de3b38a2d316b99
Issue-ID: VFC-1524
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docs/platform/cli-userguide/register_vnfm')
-rw-r--r-- | docs/platform/cli-userguide/register_vnfm/index.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/platform/cli-userguide/register_vnfm/index.rst b/docs/platform/cli-userguide/register_vnfm/index.rst new file mode 100644 index 00000000..f91cdaeb --- /dev/null +++ b/docs/platform/cli-userguide/register_vnfm/index.rst @@ -0,0 +1,27 @@ +Cli Regist Vnfm Command Guide +=============================== + +1. Register-vnfm +---------------- + +:: + + usage: oclip vnfm-create + Register a VNFM in Onap + Options: + [-m | --host-url] [-C | --no-catalog] [-f | --format] + [-h | --help] [-e | --vendor] [-V | --verify] + [-t | --no-title] [-d | --debug] [-v | --version] + [-y | --vnfm-id] [-c | --type] [-x | --vim-id] + [-s | --long] [-D | --context] [-j | --password] + [-b | --name] [-i | --username] [-u | --host-username] + [-g | --url] [-a | --no-auth] [-q | --vnfm-version] + [-z | --certificate-url] [-p | --host-password] + Error: + On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE> + For example: + 'oclip vnfm-create -b {} -c {} -e {} -v {} -g {} -x {} -i {} -j {} -q {} \ + -m {} -u {} -p {}'.format(vnfm_key, values.get("type"), values.get("vendor"), \ + values.get("version"), values.get("url"), values.get("vim-id"), \ + values.get("user-name"), values.get("user-password"), values.get("vnfm-version"), \ + parameters["aai_url"], parameters["aai_username"], parameters["aai_password"]) |