Chapter 3. Control Node in OpenStack Training Guides

Bug #1380154 reported by Michael Kunzmann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Training Guides
Won't Fix
Undecided
Unassigned

Bug Description

This network configuration does not work (Ubuntu 14.04):

---
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# This file is configured for OpenStack Control Node by dguitarbite.
# Note: Selection of the IP addresses is important, changing them may break some of OpenStack Related services,
# As these IP addresses are essential for communication between them.

# The loopback network interface - for Host-Onlyroot
auto lo
iface lo inet loopback

# Virtual Box vboxnet0 - OpenStack Management Network
# (Virtual Box Network Adapter 1)
auto eth0
iface eth0 inet static
address 10.10.10.51
netmask 255.255.255.0
gateway 10.10.10.1

# Virtual Box vboxnet2 - for exposing OpenStack API over external network
# (Virtual Box Network Adapter 2)
auto eth1
iface eth1 inet static
address 192.168.100.51
netmask 255.255.255.0
gateway 192.168.100.1

# The primary network interface - Virtual Box NAT connection
# (Virtual Box Network Adapter 3)
auto eth2
iface eth2 inet dhcp

-----

eth0 and eth1 are just host-only connections. Configuring a gateway for eth0 and eth1 will break. I removed the gateway and it works.

-----------------------------------
Built: 2014-02-01T02:08:38 00:00
git SHA: 6c21ae8135000d53704ca5ab21f9388a3f3c1b1e
URL: http://docs.openstack.org/training-guides/content/lab001-control-node.xml.html
source File: file:/home/jenkins/workspace/openstack-training-guides/doc/training-guides/lab001-control-node.xml
xml:id: lab001-control-node.xml

Tom Fifield (fifieldt)
Changed in openstack-manuals:
milestone: none → kilo
affects: openstack-manuals → openstack-training-guides
Changed in openstack-training-guides:
milestone: kilo → none
Sean Roberts (sarob)
Changed in openstack-training-guides:
milestone: none → icehouse-rc2
Revision history for this message
Matjaz Pancur (matjazp) wrote :

Icehouse XML content is no longer maintained (EOL).

Changed in openstack-training-guides:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.