networking_generic_switch.exceptions
Module¶networking_generic_switch.exceptions.
GenericSwitchConfigException
(**kwargs)¶Bases: neutron_lib.exceptions.NeutronException
message
= u'%(option)s must be one of: %(allowed_options)s'¶networking_generic_switch.exceptions.
GenericSwitchEntrypointLoadError
(**kwargs)¶Bases: networking_generic_switch.exceptions.GenericSwitchException
message
= u'Failed to load entrypoint %(ep)s: %(err)s'¶networking_generic_switch.exceptions.
GenericSwitchException
(**kwargs)¶Bases: neutron_lib.exceptions.NeutronException
message
= u'%(method)s failed.'¶networking_generic_switch.exceptions.
GenericSwitchNetmikoConfigError
(**kwargs)¶Bases: networking_generic_switch.exceptions.GenericSwitchException
message
= u'Netmiko configuration error: %(config)s, error: %(error)s'¶networking_generic_switch.exceptions.
GenericSwitchNetmikoConnectError
(**kwargs)¶Bases: networking_generic_switch.exceptions.GenericSwitchException
message
= u'Netmiko connection error: %(config)s, error: %(error)s'¶networking_generic_switch.exceptions.
GenericSwitchNetmikoMethodError
(**kwargs)¶Bases: networking_generic_switch.exceptions.GenericSwitchException
message
= u'Can not parse arguments: commands %(cmds)s, args %(args)s'¶networking_generic_switch.exceptions.
GenericSwitchNetmikoNotSupported
(**kwargs)¶Bases: networking_generic_switch.exceptions.GenericSwitchException
message
= u'Netmiko does not support device type %(device_type)s'¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.