← Back to team overview

openstack team mailing list archive

Re: public-interface ignored

 



On 07/24/2012 02:51 PM, Jay Pipes wrote:

Looking through the code, in the
nova.network.manager.FloatingIP.associate_floating_ip() call, I see this:

         interface = FLAGS.public_interface or floating_ip['interface']

on line 511 (in current HEAD of branch).

The only thing I could think of is that you created your floating IPs
before setting your FLAGS.public_interface?

true. hahaaa. thanks a bunch for the hint.

mysql> select * from floating_ips limit 1 \G
*************************** 1. row ***************************
   created_at: 2012-07-24 08:17:19
   updated_at: 2012-07-24 10:55:45
   deleted_at: NULL
      deleted: 0
           id: 1
      address: 193.170.32.129
  fixed_ip_id: 3
   project_id: 7edc3284f53f4e02b92d498db41b842d
         host: computeNode1
auto_assigned: 1
         pool: nova
    interface: eth0
1 row in set (0.00 sec)


Best,
-jay

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



--
DI (FH) Wolfgang Hennerbichler
Software Development
Unit Advanced Computing Technologies
RISC Software GmbH
A company of the Johannes Kepler University Linz

IT-Center
Softwarepark 35
4232 Hagenberg
Austria

Phone: +43 7236 3343 245
Fax: +43 7236 3343 250
wolfgang.hennerbichler@xxxxxxxxxxxxxxxx
http://www.risc-software.at


References