Merge "Fixes Windows Server 2016 Network Controller constants"

This commit is contained in:
Jenkins 2017-05-23 15:06:30 +00:00 committed by Gerrit Code Review
commit f0d8375160
1 changed files with 8 additions and 3 deletions

View File

@ -34,10 +34,15 @@ TYPE_NVGRE = 'gre'
IPV4_DEFAULT = '0.0.0.0'
NET_CFG_INSTANCE_ID = "{00000000-0000-0000-0000-000000000000}"
CDN_LABEL_STRING = "OpenStackHyperVCDN"
# Windows Server 2016 Network Controller related constants.
# NOTE(claudiub): These constants HAVE to be defined exactly like this,
# otherwise networking using the Windows Server 2016 Network Controller won't
# work.
# https://docs.microsoft.com/en-us/windows-server/networking/sdn/manage/create-a-tenant-vm # noqa
NET_CFG_INSTANCE_ID = "{56785678-a0e5-4a26-bc9b-c0cba27311a3}"
CDN_LABEL_STRING = "OpenStackCdn"
CDN_LABEL_ID = 1111
PROFILE_NAME = "OpenStackProfile"
VENDOR_ID = "{00000000-0000-0000-0000-000000000000}"
VENDOR_ID = "{1FA41B39-B444-4E43-B35A-E1F7985FD548}"
VENDOR_NAME = "NetworkController"
PROFILE_DATA = 1