DVS plugin - fix type

TrivialFix

Change-Id: I7bf47e1dbebc88dc220fbe6f936b524a4a00582e
This commit is contained in:
Adit Sarfaty 2016-06-30 14:45:02 +03:00
parent ddfb880d5a
commit 55ad18a67c

View File

@ -192,7 +192,7 @@ class NsxDvsV2(addr_pair_db.AllowedAddressPairsMixin,
segmentation_id = net_data.get(pnet.SEGMENTATION_ID)
segmentation_id_set = validators.is_attr_set(segmentation_id)
if not context.is_admin:
err_msg = _("Only and admin can create a DVS provider "
err_msg = _("Only an admin can create a DVS provider "
"network")
raise n_exc.InvalidInput(error_message=err_msg)
err_msg = None