I'm also attaching the CLI version of the same. $ cat vim-openstack-xyz.yaml auth_url: 'http://10.34.24.8/identity/v3' user_domain_name: 'Default' username: 'nfv_user' password: 'devstack' cert_verify: 'False' project_domain_name: 'Default' project_name: 'nfv' $ openstack vim register --config-file vim-openstack-xyz.yaml --description 'vim-openstack-xyz' vim-openstack-xyz +----------------+---------------------------------------------------+ | Field | Value | +----------------+---------------------------------------------------+ | auth_cred | { | | | "username": "nfv_user", | | | "project_id": null, | | | "project_name": "nfv", | | | "cert_verify": "False", | | | "user_domain_name": "Default", | | | "key_type": "barbican_key", | | | "secret_uuid": "***", | | | "auth_url": "http://10.34.24.8/identity/v3", | | | "password": "***", | | | "project_domain_name": "Default" | | | } | | auth_url | http://10.34.24.8/identity/v3 | | created_at | 2019-02-16 13:32:14.270679 | | description | vim-openstack-xyz | | id | 7e82c0df-c143-497e-8f78-de1274a33f60 | | is_default | False | | name | vim-openstack-xyz | | placement_attr | { | | | "regions": [ | | | "RegionOne" | | | ] | | | } | | project_id | 885d1646353647fd989f7274f788dbb3 | | status | PENDING | | type | openstack | | updated_at | None | | vim_project | { | | | "name": "nfv", | | | "project_domain_name": "Default" | | | } | +----------------+---------------------------------------------------+ $ sudo journalctl -f -u devstack@t* Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:13.224 DEBUG tacker.wsgi [req-d6a4e911-7de1-4df9-bcde-2a12729744a2 nfv nfv_user] (955) accepted ('10.34.24.8', 50332) from (pid=955) server /usr/local/lib/python2.7/dist-packages/eventlet/wsgi.py:883 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:13.226 DEBUG tacker.alarm_receiver [req-d6a4e911-7de1-4df9-bcde-2a12729744a2 nfv nfv_user] Process request: POST /v1.0/vims.json HTTP/1.0 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: Accept: application/json Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: Accept-Encoding: gzip, deflate Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: Connection: keep-alive Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: Content-Length: 345 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: Content-Type: application/json Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: Host: 10.34.24.8:9890 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: User-Agent: python-tackerclient Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: X-Auth-Token: gAAAAABcaBDdu4aG6_RhCS95Zr32VkZXYxGQzCy-agTIhFkAa_Q77MFAIi2aF-HHJk6sD9RiYvVaU95dlq6ShoMc_aZCNeTUa5NW237ay5wPKhVPMwAA45Winrb1yWhmhQDTqZqGPU0v0mfH0vHhasRh6QrBgaOn9W8FRrDNbbPAYtpWJoHfYgY Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: [1B blob data] Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: {"vim": {"description": "vim-openstack-xyz", "name": "vim-openstack-xyz", "is_default": false, "auth_cred": {"username": "nfv_user", "user_domain_name": "Default", "password": "devstack", "cert_verify": "False"}, "auth_url": "http://10.34.24.8/identity/v3", "type": "openstack", "vim_project": {"name": "nfv", "project_domain_name": "Default"}}} from (pid=955) process_request /opt/stack/tacker/tacker/alarm_receiver.py:43 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:13.277 DEBUG tacker.api.v1.base [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] Request body: {u'vim': {u'description': u'vim-openstack-xyz', u'vim_project': {u'name': u'nfv', u'project_domain_name': u'Default'}, u'is_default': False, u'auth_url': u'http://10.34.24.8/identity/v3', u'auth_cred': {u'username': u'nfv_user', u'user_domain_name': u'Default', u'password': u'***', u'cert_verify': u'False'}, u'type': u'openstack', u'name': u'vim-openstack-xyz'}} from (pid=955) prepare_request_body /opt/stack/tacker/tacker/api/v1/base.py:510 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:13.278 DEBUG tacker.common.log [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] tacker.nfvo.nfvo_plugin.NfvoPlugin method create_vim called with arguments (,) {'vim': {u'vim': {u'description': u'vim-openstack-xyz', u'vim_project': {u'name': u'nfv', u'project_domain_name': u'Default'}, u'is_default': False, u'auth_url': u'http://10.34.24.8/identity/v3', 'tenant_id': u'885d1646353647fd989f7274f788dbb3', u'auth_cred': {u'username': u'nfv_user', u'user_domain_name': u'Default', u'password': u'***', u'cert_verify': u'False'}, u'type': u'openstack', u'name': u'vim-openstack-xyz'}}} from (pid=955) wrapper /opt/stack/tacker/tacker/common/log.py:34 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:13.279 DEBUG tacker.nfvo.nfvo_plugin [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] Create vim called with parameters {u'vim': {u'description': u'vim-openstack-xyz', u'vim_project': {u'name': u'nfv', u'project_domain_name': u'Default'}, u'is_default': False, u'auth_url': u'http://10.34.24.8/identity/v3', 'tenant_id': u'885d1646353647fd989f7274f788dbb3', u'auth_cred': {u'username': u'nfv_user', u'user_domain_name': u'Default', u'password': u'***', u'cert_verify': u'False'}, u'type': u'openstack', u'name': u'vim-openstack-xyz'}} from (pid=955) create_vim /opt/stack/tacker/tacker/nfvo/nfvo_plugin.py:104 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:13.279 DEBUG tacker.common.log [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] tacker.nfvo.drivers.vim.openstack_driver.OpenStack_Driver method register_vim called with arguments () {'vim_obj': {'status': 'PENDING', u'description': u'vim-openstack-xyz', u'vim_project': {u'name': u'nfv', u'project_domain_name': u'Default'}, u'is_default': False, u'auth_url': u'http://10.34.24.8/identity/v3', 'tenant_id': u'885d1646353647fd989f7274f788dbb3', u'auth_cred': {u'username': u'nfv_user', u'user_domain_name': u'Default', u'password': u'***', u'cert_verify': u'False'}, u'type': u'openstack', 'id': '7e82c0df-c143-497e-8f78-de1274a33f60', u'name': u'vim-openstack-xyz'}, 'context': } from (pid=955) wrapper /opt/stack/tacker/tacker/common/log.py:34 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:13.280 DEBUG keystoneclient.session [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] REQ: curl -g -i --insecure -X GET http://10.34.24.8/identity/v3 -H "Accept: application/json" -H "User-Agent: python-keystoneclient" from (pid=955) _http_log_request /usr/local/lib/python2.7/dist-packages/keystoneclient/session.py:215 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:13.291 DEBUG keystoneclient.session [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] RESP: [200] Date: Sat, 16 Feb 2019 13:32:13 GMT Server: Apache/2.4.18 (Ubuntu) Vary: X-Auth-Token Content-Type: application/json Content-Length: 254 x-openstack-request-id: req-ab424bc9-1090-4e17-8413-cc210917f0ed Connection: close Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://10.34.24.8/identity/v3/", "rel": "self"}]}} Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: from (pid=955) _http_log_response /usr/local/lib/python2.7/dist-packages/keystoneclient/session.py:255 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:13.395 DEBUG tacker.common.log [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] tacker.nfvo.drivers.vim.openstack_driver.OpenStack_Driver method encode_vim_auth called with arguments (, '7e82c0df-c143-497e-8f78-de1274a33f60', {u'username': u'nfv_user', u'password': u'***', u'cert_verify': u'False', u'user_domain_name': u'Default', 'project_name': u'nfv', 'auth_url': u'http://10.34.24.8/identity/v3', 'project_id': None, 'project_domain_name': u'Default'}) {} from (pid=955) wrapper /opt/stack/tacker/tacker/common/log.py:34 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:13.474 DEBUG barbicanclient.client [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] Creating Client object from (pid=955) Client /opt/stack/python-barbicanclient/barbicanclient/client.py:156 Feb 16 16:32:13 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:13.527 DEBUG barbicanclient.v1.secrets [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] Request body: {'secret_type': 'opaque', 'payload_content_encoding': u'base64', 'payload': '', 'payload_content_type': u'application/octet-stream'} from (pid=955) store /opt/stack/python-barbicanclient/barbicanclient/v1/secrets.py:335 Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:14.261 DEBUG barbicanclient.client [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] Response status 201 from (pid=955) _check_status_code /opt/stack/python-barbicanclient/barbicanclient/client.py:87 Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:14.262 DEBUG tacker.nfvo.drivers.vim.openstack_driver [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] VIM auth successfully stored for vim 7e82c0df-c143-497e-8f78-de1274a33f60 from (pid=955) encode_vim_auth /opt/stack/tacker/tacker/nfvo/drivers/vim/openstack_driver.py:269 Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:14.263 DEBUG tacker.nfvo.drivers.vim.openstack_driver [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] VIM registration completed for {'status': 'PENDING', u'description': u'vim-openstack-xyz', u'vim_project': {u'name': u'nfv', u'project_domain_name': u'Default'}, 'placement_attr': {'regions': [u'RegionOne']}, u'is_default': False, u'auth_url': u'http://10.34.24.8/identity/v3', 'tenant_id': u'885d1646353647fd989f7274f788dbb3', u'auth_cred': {u'username': u'nfv_user', u'password': 'gAAAAABcaBDdqfaxnsSsCG2UQeGyBpdPO4tkZYnQblIrErLolW6o2ATCuOUUUtTmoReDd4BAR9waMKs0echc1Sv4uiBwxKG2Vg==', u'cert_verify': u'False', u'user_domain_name': u'Default', 'key_type': 'barbican_key', 'secret_uuid': u'65e2bf5b-1702-4412-b005-9a5de57dd484', 'project_name': u'nfv', 'auth_url': u'http://10.34.24.8/identity/v3', 'project_id': None, 'project_domain_name': u'Default'}, u'type': u'openstack', 'id': '7e82c0df-c143-497e-8f78-de1274a33f60', u'name': u'vim-openstack-xyz'} from (pid=955) register_vim /opt/stack/tacker/tacker/nfvo/drivers/vim/openstack_driver.py:209 Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:14.282 DEBUG tacker.common.log [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] tacker.db.common_services.common_services_db_plugin.CommonServicesPluginDb method create_event called with arguments (,) {'res_type': 'vim', 'evt_type': 'CREATE', 'res_id': '7e82c0df-c143-497e-8f78-de1274a33f60', 'res_state': 'PENDING', 'tstamp': datetime.datetime(2019, 2, 16, 13, 32, 14, 270679)} from (pid=955) wrapper /opt/stack/tacker/tacker/common/log.py:34 Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:14.297 DEBUG tacker.common.log [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] tacker.nfvo.nfvo_plugin.NfvoPlugin method monitor_vim called with arguments (, {'status': 'PENDING', u'description': u'vim-openstack-xyz', u'vim_project': {u'name': u'nfv', u'project_domain_name': u'Default'}, 'placement_attr': {'regions': [u'RegionOne']}, u'is_default': False, u'auth_url': u'http://10.34.24.8/identity/v3', 'tenant_id': u'885d1646353647fd989f7274f788dbb3', u'auth_cred': {u'username': u'nfv_user', 'password': '***', u'cert_verify': u'False', u'user_domain_name': u'Default', 'key_type': 'barbican_key', 'secret_uuid': u'***', 'project_name': u'nfv', 'auth_url': u'http://10.34.24.8/identity/v3', 'project_id': None, 'project_domain_name': u'Default'}, u'type': u'openstack', 'id': '7e82c0df-c143-497e-8f78-de1274a33f60', u'name': u'vim-openstack-xyz'}) {} from (pid=955) wrapper /opt/stack/tacker/tacker/common/log.py:34 Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:14.516 DEBUG tacker.nfvo.workflows.vim_monitor.vim_monitor_utils [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] vim monitor workflow: version: '2.0' Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: vim_id_7e82c0df-c143-497e-8f78-de1274a33f60: Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: input: Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: - ping_vim Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: tasks: Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: monitor_ping_vimPingVIMTASK: Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: action: tacker.vim_ping_action Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: input: Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: count: '1' Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: interval: '1' Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: targetip: 10.34.24.8 Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: timeout: '1' Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: vim_id: 7e82c0df-c143-497e-8f78-de1274a33f60 Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: type: direct Feb 16 16:32:14 tc-nfv-mano tacker-server[955]: from (pid=955) prepare_and_create_workflow /opt/stack/tacker/tacker/nfvo/workflows/vim_monitor/vim_monitor_utils.py:39 Feb 16 16:32:19 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:19.622 DEBUG mistralclient.api.httpclient [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] HTTP POST http://10.34.24.8:8989/v2/workflows?scope=private&namespace= 201 from (pid=955) decorator /usr/local/lib/python2.7/dist-packages/mistralclient/api/httpclient.py:56 Feb 16 16:32:23 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:23.685 DEBUG mistralclient.api.httpclient [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] HTTP POST http://10.34.24.8:8989/v2/executions 201 from (pid=955) decorator /usr/local/lib/python2.7/dist-packages/mistralclient/api/httpclient.py:56 Feb 16 16:32:23 tc-nfv-mano tacker-server[955]: 2019-02-16 16:32:23.687 INFO tacker.wsgi [req-a45303b4-3ce7-4e51-b85c-c1fa6bc79868 admin admin] 10.34.24.8 - - [16/Feb/2019 16:32:23] "POST /v1.0/vims.json HTTP/1.1" 201 942 10.461366