DevStack should set up metadata port forward in FlatManager

Bug #939417 reported by justinsb
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
devstack
Expired
Wishlist
Unassigned

Bug Description

DevStack should set up the 169.254.169.254 -> 8775 DNAT rule in FlatManager mode, because it's supposed to (1) work and (2) document the steps that need to be taken.

iptables -t nat -A PREROUTING -d 169.254.169.254/32 -p tcp -m tcp --dport 80 -j DNAT --to-destination XXXX:8775

Revision history for this message
justinsb (justin-fathomdb) wrote :

And probably this as well:
ip addr add 169.254.169.254/32 scope link dev lo

Dean Troyer (dtroyer)
Changed in devstack:
status: New → Triaged
importance: Undecided → Wishlist
Revision history for this message
Tom Fifield (fifieldt) wrote :

I think this was fixed upstream already, wasn't it?

Changed in devstack:
status: Triaged → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for devstack because there has been no activity for 60 days.]

Changed in devstack:
status: Incomplete → Expired
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.