update part of cli command guide about vfc test
[vfc/nfvo/lcm.git] / docs / platform / cli-userguide / register_vnfm / index.rst
1 Cli Regist Vnfm Command Guide
2 ===============================
3
4 1. Register-vnfm
5 ----------------
6
7 ::
8
9     usage: oclip vnfm-create
10     Register a VNFM in Onap
11     Options:
12     [-m | --host-url] [-C | --no-catalog] [-f | --format]
13     [-h | --help] [-e | --vendor] [-V | --verify]
14     [-t | --no-title] [-d | --debug] [-v | --version]
15     [-y | --vnfm-id] [-c | --type] [-x | --vim-id]
16     [-s | --long] [-D | --context] [-j | --password]
17     [-b | --name] [-i | --username] [-u | --host-username]
18     [-g | --url] [-a | --no-auth] [-q | --vnfm-version]
19     [-z | --certificate-url] [-p | --host-password]
20     Error:
21     On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
22     For example:
23     'oclip vnfm-create -b {} -c {} -e {} -v {} -g {} -x {} -i {} -j {} -q {} \
24     -m {} -u {} -p {}'.format(vnfm_key, values.get("type"), values.get("vendor"), \
25       values.get("version"), values.get("url"), values.get("vim-id"), \
26       values.get("user-name"), values.get("user-password"), values.get("vnfm-version"), \
27       parameters["aai_url"], parameters["aai_username"], parameters["aai_password"])