diff --git a/neutron/plugins/ml2/drivers/hyperv/constants.py b/neutron/plugins/ml2/drivers/hyperv/constants.py index 1eaa1001e0f..2783ac4c269 100644 --- a/neutron/plugins/ml2/drivers/hyperv/constants.py +++ b/neutron/plugins/ml2/drivers/hyperv/constants.py @@ -13,5 +13,5 @@ # License for the specific language governing permissions and limitations # under the License. -AGENT_TYPE_HYPERV = 'hyperv' +AGENT_TYPE_HYPERV = 'HyperV agent' VIF_TYPE_HYPERV = 'hyperv'