# Pastebin RpwNEOSn bryan_att: for mitaka i would suggest to a 2-step process to get the same information. Use the following combination of tacker vnf-show and heat resource-list ...$ tacker vnf-show test-vnf-1 +----------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | Field | Value | +----------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | attributes | {"heat_template": "heat_template_version: 2013-05-23\ndescription: 'Demo example\n\n '\nparameters: {}\nresources:\n CP1:\n type: | | | OS::Neutron::Port\n properties:\n network: net_mgmt\n port_security_enabled: false\n CP2:\n type: OS::Neutron::Port\n | | | properties:\n network: net0\n port_security_enabled: false\n CP3:\n type: OS::Neutron::Port\n properties:\n | | | network: net1\n port_security_enabled: false\n VDU1:\n type: OS::Nova::Server\n properties:\n availability_zone: | | | nova\n config_drive: false\n flavor: {get_resource: VDU1_flavor}\n image: cirros-0.3.4-x86_64-uec\n networks:\n | | | - port:\n get_resource: CP1\n - port:\n get_resource: CP2\n - port:\n get_resource: CP3\n | | | user_data_format: SOFTWARE_CONFIG\n VDU1_flavor:\n properties: {disk: 1, ram: 512, vcpus: 1}\n type: | | | OS::Nova::Flavor\noutputs:\n mgmt_ip-VDU1:\n value:\n get_attr: [CP1, fixed_ips, 0, ip_address]\n"} | | created_at | 2016-09-07 19:34:33 | | description | Demo example | | error_reason | | | id | e0eda5fd-777e-4ac5-a892-c8e31a29de1d | | instance_id | 64460c5e-0d4c-4178-81e7-b60f5f72fc94 | | mgmt_url | {"VDU1": "192.168.120.6"} | | name | test-vnf-1 | | placement_attr | {"vim_name": "VIM0"} | | status | ACTIVE | | tenant_id | 8c2c04521d854de5b4ecdd8ce3349665 | | updated_at | | | vim_id | a35a69be-7509-477b-b033-e92218f29e60 | | vnfd_id | e4e33da7-31c7-4e3d-84fb-7aaa13cea3e8 | +----------------+-----------------------------------------------------------------------------------------------------------------------------------------+ stack@os-dev-3:~/gist/test_tacker$ heat resource-list 64460c5e-0d4c-4178-81e7-b60f5f72fc94 WARNING (shell) "heat resource-list" is deprecated, please use "openstack stack resource list" instead +---------------+--------------------------------------+-------------------+-----------------+---------------------+ | resource_name | physical_resource_id | resource_type | resource_status | updated_time | +---------------+--------------------------------------+-------------------+-----------------+---------------------+ | CP1 | bafbd892-0bbc-49b8-a0ad-50a95c7a5c48 | OS::Neutron::Port | CREATE_COMPLETE | 2016-09-07T19:34:35 | | CP2 | b1b18435-693c-40aa-b19b-e1d2893bdc11 | OS::Neutron::Port | CREATE_COMPLETE | 2016-09-07T19:34:35 | | CP3 | c93ed5f7-38af-4857-b721-a9d884607604 | OS::Neutron::Port | CREATE_COMPLETE | 2016-09-07T19:34:35 | | VDU1 | 6f9b5d35-eba8-4452-9646-e7a50effead1 | OS::Nova::Server | CREATE_COMPLETE | 2016-09-07T19:34:35 | | VDU1_flavor | ffb4adcc-fd93-4a15-aa40-78b1d80ad0e6 | OS::Nova::Flavor | CREATE_COMPLETE | 2016-09-07T19:34:35 | +---------------+--------------------------------------+-------------------+-----------------+---------------------+