Chapter 3. Control Node in OpenStack Training Guides == Enable IP_Forwarding script minor error

Bug #1297482 reported by Jesse Chen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Low
Tom Fifield

Bug Description

In this link, http://docs.openstack.org/training-guides/content/lab001-control-node.xml.html

"""
Enable IP_Forwarding:

# sed -i 's/net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/' /etc/sysctl.conf

"""

I believe it should be:

# sed -i 's/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/' /etc/sysctl.conf

i.e., to uncomment #net.ipv4.ip_forward=1

Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Low
assignee: nobody → Tom Fifield (fifieldt)
milestone: none → icehouse
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/83990

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/83990
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=bf1bf2db94ede12302f9693792293ed54e74838b
Submitter: Jenkins
Branch: master

commit bf1bf2db94ede12302f9693792293ed54e74838b
Author: Tom Fifield <email address hidden>
Date: Sun Mar 30 09:08:42 2014 +0800

    Fix nonfunctional sed line in training guides

    As noted by Jesse Chen, the sed line fixed herein did not
    do anything. The intention would have been to uncomment the line.

    Change-Id: Ie01b38d37050f48487ea86242517c22b13c8bdd7
    Closes-Bug: 1297482

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.