Add Keystone interface type

This commit is contained in:
Marco Ceppi 2019-11-21 16:27:41 -05:00
parent c03d893284
commit 0fe0267c72

View File

@ -141,6 +141,8 @@ IFACE_TYPE_SUMMITSTACK512 = 5330
# Other
IFACE_TYPE_OTHER = 32767
IFACE_TYPE_KEYSTONE = 32766
IFACE_TYPE_CHOICES = [
[
@ -266,6 +268,7 @@ IFACE_TYPE_CHOICES = [
[
'Other',
[
[IFACE_TYPE_KEYSTONE, 'Keystone'],
[IFACE_TYPE_OTHER, 'Other'],
]
],