Bug 984311
Summary: | Cloud-init fails to connect on guest running in Openstack with quantum | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Jaroslav Henner <jhenner> |
Component: | distribution | Assignee: | RHOS Maint <rhos-maint> |
Status: | CLOSED WONTFIX | QA Contact: | Jaroslav Henner <jhenner> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 3.0 | CC: | apevec, gdubreui, jhenner, jwang, lpeer, markmc, stanislav.polasek, tcameron |
Target Milestone: | --- | Keywords: | ZStream |
Target Release: | 3.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-03-23 06:52:26 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jaroslav Henner
2013-07-14 18:56:37 UTC
This can be workarounded by openstack-config --set /etc/nova/nova.conf DEFAULT force_config_drive always NOZEROCONF helped. Do we have some notice somewhere that the guest should have it configured? Hi jhenner Can you please check if this error also appears when you use Havana? It looks like lo, nor tap devices support adding the multicast address, even it is enabled: [root@controller ~]# ip netns exec qrouter-98ff3993-d665-4404-860e-ed8a04a5ddc7 ip maddr add 169.254.169.254 dev qr-d725dbcd-ab ioctl: Invalid argument [root@controller ~]# ip netns exec qrouter-98ff3993-d665-4404-860e-ed8a04a5ddc7 ip maddr add 169.254.169.254 dev qg-19f7ff97-cc ioctl: Invalid argument [root@controller ~]# ip netns exec qrouter-98ff3993-d665-4404-860e-ed8a04a5ddc7 ip maddr add 169.254.169.254 dev lo ioctl: Invalid argument 44: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 146: qr-d725dbcd-ab: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether fa:16:3e:5a:13:f1 brd ff:ff:ff:ff:ff:ff 148: qg-19f7ff97-cc: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether fa:16:3e:f1:ca:35 brd ff:ff:ff:ff:ff:ff However, I was able to do assign the address to a router or gateway: ip netns exec qrouter-98ff3993-d665-4404-860e-ed8a04a5ddc7 ip a a 169.254.169.254 dev qr-d725dbcd-ab Then the ip was then pingable even though there was the default route (zeroconf enabled) I believe neutron should be doing because of how IPv4 zeroconf is implemented (the nodes should check whether the address is already present on the subnet prior to configuring it on the iface). As far as I know we don't have customers using Neutron with Grizzly and there is no customer ticket associated with this bug. I am closing this bug as won't fix as we are very short in resources. |