Bug 1322085 - [Docs] [Director] Syntax error in IPv6 Networking for the Overcloud guide
Summary: [Docs] [Director] Syntax error in IPv6 Networking for the Overcloud guide
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ga
: 8.0 (Liberty)
Assignee: Martin Lopes
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-29 18:47 UTC by Ian Pilcher
Modified: 2016-04-13 04:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-13 04:56:02 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Ian Pilcher 2016-03-29 18:47:14 UTC
Section 2.2 of the IPv6 Networking for the Overcloud guide shows the following command to set an IPv6 address on the undercloud:

  sudo ip addr add 2001:db8::1/64 dev dev eth0

This command contains an erroneous additional "dev".  The correct command is:

  sudo ip addr add 2001:db8::1/64 dev eth0

Comment 2 Andrew Dahms 2016-03-30 04:55:11 UTC
Assigning to Martin for review.

Martin - this is an easy change, so no QA required for this one. Let me know if it's easy enough to backport into the OSP 7 documentation as well.

Comment 4 Andrew Dahms 2016-04-13 04:56:02 UTC
This content is now live on the Customer Portal.

Closing.


Note You need to log in before you can comment on or make changes to this bug.