The heat.engine.clients.os.openstacksdk Module

The heat.engine.clients.os.openstacksdk Module

class heat.engine.clients.os.openstacksdk.OpenStackSDKPlugin(context)[source]

Bases: heat.engine.clients.client_plugin.ClientPlugin

NETWORK = 'network'
api_version_map = {'network': '2.0'}
exceptions_module = <module 'openstack.exceptions' from '/home/zuul/.venv/local/lib/python2.7/site-packages/openstack/exceptions.pyc'>
find_network_segment(value)[source]
is_not_found(ex)[source]
service_client_map = {'network': 'neutron'}
service_types = ['network']
class heat.engine.clients.os.openstacksdk.SegmentConstraint[source]

Bases: heat.engine.constraints.BaseCustomConstraint

expected_exceptions = (<class 'openstack.exceptions.ResourceNotFound'>, <class 'openstack.exceptions.DuplicateResource'>)
validate_with_client(client, value)[source]
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.