apmec.meo.drivers.vim.openstack_driver
Module¶apmec.meo.drivers.vim.openstack_driver.
NeutronClient
(auth_attr)¶Bases: object
Neutron Client class for networking-sfc driver
apmec.meo.drivers.vim.openstack_driver.
OpenStack_Driver
¶Bases: apmec.meo.drivers.vim.abstract_vim_driver.VimAbstractDriver
Driver for OpenStack VIM
OpenStack driver handles interactions with local as well as remote OpenStack instances. The driver invokes keystone service for VIM authorization and validation. The driver is also responsible for discovering placement attributes such as regions, availability zones
authenticate_vim
(vim_obj)¶Validate VIM auth attributes
Initialize keystoneclient with provided authentication attributes.
delete_execution
(execution_id, auth_dict=None)¶delete_vim_auth
(**kwargs)¶delete_workflow
(workflow_id, auth_dict=None)¶deregister_vim
(**kwargs)¶discover_placement_attr
(vim_obj, ks_client)¶Fetch VIM placement information
Attributes can include regions, AZ.
encode_vim_auth
(**kwargs)¶execute_workflow
(workflow, auth_dict=None)¶get_description
()¶get_execution
(execution_id, auth_dict=None)¶get_mistral_client
(auth_dict)¶get_name
()¶Get VIM name
Return a symbolic name for the VIM driver.
get_type
()¶Get VIM Driver type
Return one of predefined types of VIMs.
get_vim_resource_id
(**kwargs)¶prepare_and_create_workflow
(resource, action, kwargs, auth_dict=None)¶register_vim
(**kwargs)¶apmec.meo.drivers.vim.openstack_driver.
config_opts
()¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.