tacker.conductor.conductor_server module

tacker.conductor.conductor_server module

class tacker.conductor.conductor_server.Conductor(host, conf=None)

Bases: tacker.manager.Manager

delete_vnf_package(context, vnf_package)
init_host()

Handle initialization if this is a standalone service.

Child classes should override this method.

update_vim(context, vim_id, status)
upload_vnf_package_content(context, *args, **kwargs)
upload_vnf_package_from_uri(context, *args, **kwargs)
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(f)

Decorator to revert upload_vnf_package on failure.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.