[openstack-dev] Configuring default page-size on image-list call in nova

2013-10-08 Thread Sumanth Suresh Nagadavalli
Hi All, Recently we had a bug where page-size parameter was not passed in from nova while making a call to glance for image list. This was addressed by https://review.openstack.org/#/c/43262/. As a result, I also thought that it might make sense to have a default page size configurable for image

[openstack-dev] ./run_tests.sh fails with db type could not be determined error

2013-08-29 Thread Sumanth Suresh Nagadavalli
Hi, From sometime today, I am not any more able to run ./run_tests.sh. It gives the following error, *Running `tools/with_venv.sh python setup.py testr --testr-args='--subunit '`* *db type could not be determined* *error: testr failed (3)* * * *Ran 0 tests in 6.989s* I tried recreating my

[openstack-dev] Guidelines for resource names in nova?

2013-07-30 Thread Sumanth Suresh Nagadavalli
Hi All, Recently I have come across a bug in launchpad/nova which states that, while creating flavors, leading/trailing spaces around flavor names is currently allowed and expected not to be allowed. Bug reference - https://bugs.launchpad.net/nova/+bug/1206396 I want to extend this to other