Searched refs:EVSOpNotSupported (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openstack/neutron/files/evs/
H A Dplugin.py87 class EVSOpNotSupported(exceptions.NeutronException): class in inherits:exceptions.NeutronException
91 super(EVSOpNotSupported, self).__init__(opname=evs_errmsg)
287 raise EVSOpNotSupported(_("setting --host-route for a subnet "
321 raise EVSOpNotSupported(_("only following subnet attributes "
426 raise EVSOpNotSupported(_("setting admin_state_up=False for a "
430 raise EVSOpNotSupported(_("setting shared=True for a "
488 raise EVSOpNotSupported(_("net-update"))
607 raise EVSOpNotSupported(_("setting admin_state_up=False for a "
625 raise EVSOpNotSupported(_("creating a port on a network that "
647 raise EVSOpNotSupported(
[all...]

Completed in 20 milliseconds