← Back to team overview

openstack team mailing list archive

Grizzly Bear

 

Hi, all.

Will the system work, if I have virtual network interface card instead of the physical for controller, network and compute nodes on Openstack Grizzly?

So on Controller node in interfaces file I have:
# Management Network
auto eth0
    iface eth0 inet static
    address 192.168.0.1
    netmask 255.255.255.0

# API + Public Network
auto eth0:1
    iface eth0:1 inet static
    address x.x.x.70
    netmask 255.255.255.0
    gateway x.x.x.1
    dns-nameservers x.x.x.105

Thank you.

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
-------- End of forwarded message --------


Follow ups

References