mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16:25 -06:00
Add Keystone interface type
This commit is contained in:
parent
c03d893284
commit
0fe0267c72
@ -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'],
|
||||
]
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user