Re: [Openstack] Auto Assigned Floating IPs take a long time to associate

2012-03-28 Thread Kevin Jackson
I've raised https://bugs.launchpad.net/nova/+bug/967166 to track this issue. Kev On 28 March 2012 14:16, Kevin Jackson wrote: > It does appear that the database is updated (see a reply a few moments > ago) at the correct point... an explanation of what the tool is/isn't doing > will go a long w

Re: [Openstack] Auto Assigned Floating IPs take a long time to associate

2012-03-28 Thread Kevin Jackson
It does appear that the database is updated (see a reply a few moments ago) at the correct point... an explanation of what the tool is/isn't doing will go a long way in helping me work out what I should be using the tools for / configuration. To an end user - it appears to take anywhere between a f

Re: [Openstack] Auto Assigned Floating IPs take a long time to associate

2012-03-28 Thread Kiall Mac Innes
Have you kept an eye on the mysql table itself, rather than relying on the cli tools / dashboard that may very well cache the data? Thanks, Kiall On Wed, Mar 28, 2012 at 1:58 PM, Kevin Jackson wrote: > Cheers Phil, > It's not that I can't get to the instances - I'd assume it was an ARP > issu

Re: [Openstack] Auto Assigned Floating IPs take a long time to associate

2012-03-28 Thread Kevin Jackson
.com] *On Behalf Of > *Kevin > Jackson > *Sent:* 28 March 2012 13:58 > *To:* Day, Phil > *Cc:* openstack@lists.launchpad.net > *Subject:* Re: [Openstack] Auto Assigned Floating IPs take a long time to > associate > > ** ** > > Cheers Phil, > > It'

Re: [Openstack] Auto Assigned Floating IPs take a long time to associate

2012-03-28 Thread Kevin Jackson
Cheers Phil, It's not that I can't get to the instances - I'd assume it was an ARP issue at that point - its the fact that Nova hasn't notified me that it has assigned an IP address: see my additional note where I guessed an IP address it would've assigned and I could access it... but management to

Re: [Openstack] Auto Assigned Floating IPs take a long time to associate

2012-03-28 Thread Day, Phil
Are you sure that its Nova that is taking the time to associate the IP, and not an ARP issue in your network ? I've seen this behaviour when quickly reusing floating IP addresses - Nova does the assignment and sends out an unsolicited ARP response (assuming you have the "send_arp_for_ha" flag s

Re: [Openstack] Auto Assigned Floating IPs take a long time to associate

2012-03-28 Thread Kevin Jackson
Hmm, just to add to this - I thought I'd just blindly try an IP address... just in case... and I could connect... $ ssh 172.29.1.4 ... snip ubuntu@dev1:~$ logout Connection to 172.29.1.4 closed. But looking at nova list - it doesn't show this IP... something is being quite lazy in getting some up