Hide Forgot
Description of problem: use openstack horizon.in instances panel within admin panel group.filter instances by ip is not work,it only search in the current page. Version-Release number of selected component (if applicable): juno How reproducible: everytime Steps to Reproduce: 1.install the nova-api component use http://repos.fedorapeople.org/repos/openstack/openstack-juno/epel-7/ 2.login openstack dashboard with admin user.click admin panel group,and then click instances panel 3.select "IPv4 Address" filter,enter an ip address that is not displayed in current page. Actual results: no result display Expected results: display the instance with entered ip address. Additional info: I finally figured out the problem. install nova-api with http://repos.fedorapeople.org/repos/openstack/openstack-juno/epel-7/ repo,nova-api code is not newest.problem is caused by missing the following four line code(juno stable in github has thoes code): filter_ip = 'ip6' in filters or 'ip' in filters if filter_ip and limit: LOG.debug('Removing limit for DB query due to IP filter') limit = None openstack offical doc Recommend use rdo repo(http://repos.fedorapeople.org/repos/openstack/openstack-juno/epel-7/),i think the code is not newest will affect lots of person.
In centos7 the location of file which missing code is /usr/lib/python2.7/site-packages/nova/compute/api.py. line 1989.
This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.