Comment 5 for bug 1031119

Revision history for this message
Endre Karlson (endre-karlson) wrote :

I'm not sure if this bug is the correct place to land these things but for notes - releasing floating ip's in horizon:
ValueError at /nova/access_and_security/
invalid literal for int() with base 10: '28e48e22-873b-4616-b19e-62b5311b93f6'
Request Method: POST
Request URL: http://192.168.5.51/horizon/nova/access_and_security/
Django Version: 1.4
Exception Type: ValueError
Exception Value:
invalid literal for int() with base 10: '28e48e22-873b-4616-b19e-62b5311b93f6'
Exception Location: /usr/lib/python2.7/dist-packages/horizon/dashboards/nova/access_and_security/floating_ips/tables.py in sanitize_id, line 120
Python Executable: /usr/bin/python
Python Version: 2.7.3
Python Path:
['/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../..',
 '/usr/local/lib/python2.7/dist-packages/swift-1.4.8-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/WebOb-1.0.8-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/heat-6-py2.7.egg',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-linux2',
 '/usr/lib/python2.7/lib-tk',
 '/usr/lib/python2.7/lib-old',
 '/usr/lib/python2.7/lib-dynload',
 '/usr/local/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages',
 '/usr/lib/pymodules/python2.7',
 '/usr/share/openstack-dashboard/',
 '/usr/share/openstack-dashboard/openstack_dashboard']
Server time: Thu, 27 Sep 2012 09:09:15 +0000

Seems like it needs to have a 'int' id instead of a string based uuid?