Skip to content

Instantly share code, notes, and snippets.

@danehans
Last active October 12, 2015 21:26
Show Gist options
  • Save danehans/54d8999f92996623ed83 to your computer and use it in GitHub Desktop.
Save danehans/54d8999f92996623ed83 to your computer and use it in GitHub Desktop.
kolla interfaces
Mgt:
NAME=enp15s0
TYPE=Ethernet
BOOTPROTO=none
ONBOOT=yes
IPV4_FAILURE_FATAL=no
UUID=cea61b61-ef12-4c7c-a0cc-e94ee18caa87
HWADDR=A4:4C:11:13:A7:F2
Neutron:
# cat ifcfg-enp15s1
DEVICE=enp15s1
TYPE=Ethernet
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
DEFROUTE=no
UUID=cea61b61-ef12-4c7c-a0cc-e94ee18caa88
HWADDR=A4:4C:11:13:A7:F3
Test Neutron:
# cat ifcfg-enp15s1
DEVICE=enp15s1
IPADDR=<NEUTON_PUBLIC_IP>
GATEWAY=<NEUTON_PUBLIC_GW>
NETWORK=<NEUTON_PUBLIC_NET>
TYPE=Ethernet
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
VLAN=yes
DEFROUTE=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment