mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-20 12:22:23 -06:00
Add Keystone interface type
This commit is contained in:
@@ -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'],
|
||||
]
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user