tacker.conductor.conductor_server.
Conductor
(host, conf=None)¶Bases: tacker.manager.Manager
delete_vnf_package
(context, vnf_package)¶get_vnf_package_vnfd
(context, vnf_package)¶heal
(context, vnf_instance, heal_vnf_request)¶init_host
()¶Handle initialization if this is a standalone service.
Child classes should override this method.
instantiate
(context, vnf_instance, instantiate_vnf)¶start
()¶Start service.
stop
()¶Stop service.
terminate
(context, vnf_instance, terminate_vnf_req)¶update_vim
(context, vim_id, status)¶upload_vnf_package_content
(context, vnf_package)¶upload_vnf_package_from_uri
(context, vnf_package, address_information, user_name=None, password=None)¶tacker.conductor.conductor_server.
init
(args, **kwargs)¶tacker.conductor.conductor_server.
main
(manager='tacker.conductor.conductor_server.Conductor')¶tacker.conductor.conductor_server.
revert_upload_vnf_package
(function)¶Decorator to revert upload_vnf_package on failure.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.