[rhos-list] floating IP config

Russell Bryant rbryant at redhat.com
Wed Mar 27 22:57:31 UTC 2013


On 03/27/2013 12:47 PM, Vogel Nicolas wrote:
> Thanks for the tip, I checked all the nova logs but didn't saw that the first time.
> It's a problem with an RPC function which couldn't be find. I read about similar errors on the web but didn't find how to solve it.
> 
> Here's the nova-api log:
> 2013-03-27 17:36:01 3890 TRACE nova.api.openstack RemoteError: Remote error: AttributeError No such RPC function 'allocate_floating_ip'
> 2013-03-27 17:36:01 3890 TRACE nova.api.openstack [u'Traceback (most recent call last):\n', u'  File "/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/amqp.py", line 276, in _process_data\n    rval = self.proxy.dispatch(ctxt, version, method, **args)\n', u'  File "/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/dispatcher.py", line 148, in dispatch\n    raise AttributeError("No such RPC function \'%s\'" % method)\n', u"AttributeError: No such RPC function 'allocate_floating_ip'\n"].
> 2013-03-27 17:36:01 3890 TRACE nova.api.openstack 
> 2013-03-27 17:36:01 INFO nova.api.openstack [req-2cc5bf1b-32fa-4d13-a630-a837a4a72b41 c3f5a9dfdffe49838c6f1b332c3ffeca a32f87f42fdd4577b62261b08e4e597c] http://10.192.75.190:8774/v1.1/a32f87f42fdd4577b62261b08e4e597c/os-floating-ips returned with HTTP 500
> 2013-03-27 17:36:01 INFO nova.osapi_compute.wsgi.server [req-2cc5bf1b-32fa-4d13-a630-a837a4a72b41 c3f5a9dfdffe49838c6f1b332c3ffeca a32f87f42fdd4577b62261b08e4e597c] 10.192.75.190 - - [27/Mar/2013 17:36:01] "POST /v1.1/a32f87f42fdd4577b62261b08e4e597c/os-floating-ips HTTP/1.1" 500 335 0.121185
> 
> !!!...No such RPC function 'allocate_floating_ip...!!!

Thanks for this.  That clarifies exactly what's going on ... back to
your original question, floating IPs are *not* supported with the
FlatManager.

Nova seems to have done a pretty bad job at letting you know that was
the problem, though.  Feel free to file a bug on bugzilla.redhat.com so
that we can make this cleaner for the future.

-- 
Russell Bryant




More information about the rhos-list mailing list