Chapter 2. Basic environment in OpenStack Installation Guide for Ubuntu 14.04 (LTS)  - juno

Bug #1373821 reported by Tom Fifield
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Matt Kassawara

Bug Description

When configuring networking on the compute node using nova-network,

step 3 Restart networking:

fails as follows:

root@compute:~# service networking stop && service networking start
stop: Job failed while stopping

Sep 25 16:54:23 compute kernel: [ 224.738587] init: networking post-stop process (10940) terminated with status 100

root@compute:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

# The external network interface
auto eth1
iface eth1 inet manual
        up ip link set dev $IFACE up
        down ip link set dev $IFACE down

-----------------------------------
Built: 2014-09-24T07:28:20 00:00
git SHA: 7ab3948e5d8f8db699b6f07505e473fd9e4162a5
URL: http://docs.openstack.org/trunk/install-guide/install/apt/content/ch_basic_environment.html
source File: file:/home/jenkins/workspace/openstack-manuals-tox-doc-publishdocs/doc/install-guide/ch_basic_environment.xml
xml:id: ch_basic_environment

Revision history for this message
Matt Kassawara (ionosphere80) wrote :

I'm not sure how these commands got back into the installation guide. They've never worked and rebooting is the easiest route for finalizing network configuration.

Changed in openstack-manuals:
assignee: nobody → Matt Kassawara (ionosphere80)
status: New → Confirmed
importance: Undecided → Medium
milestone: none → juno
Changed in openstack-manuals:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/125797
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=ea823a4f4a21b0e866fddc33aea2f968ca4a0a1d
Submitter: Jenkins
Branch: master

commit ea823a4f4a21b0e866fddc33aea2f968ca4a0a1d
Author: Matthew Kassawara <email address hidden>
Date: Thu Oct 2 14:49:14 2014 -0500

    Update basic environment content for Juno

    I updated basic environment content in the installation guide
    for Juno as follows:

    1) Restructured and clarified OpenStack package procedures.
    2) Removed RHEL/CentOS 6.5 special cases and workarounds.
    3) Changed RHEL/CentOS to use systemd.
    4) Improved SLES/openSUSE sysv/systemd steps.
    5) Clarified firewall/security content.
    6) Indicated that rebooting is necessary to activate network
       changes on Ubuntu and Debian.
    7) Removed Python MySQL library from non-controller nodes
       because the services running on them no longer directly
       interact with the database. I'm looking at you,
       nova-network.
    8) Other minor fixes.

    Change-Id: If95e6b42e596f55c6a66f2d9ab456b335d3098ca
    Implements: blueprint installation-guide-improvements
    Closes-Bug: #1373821

Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

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.