RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1013923 - tempest smoke test test_resize_server_confirm ERRORs in an AIO install with neutron and PROVISION_DEMO enabled
Summary: tempest smoke test test_resize_server_confirm ERRORs in an AIO install with n...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On: 1015101
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-01 04:35 UTC by Sunil Thaha
Modified: 2015-03-18 23:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1015101 (view as bug list)
Environment:
Last Closed: 2014-02-10 10:46:20 UTC
Embargoed:


Attachments (Terms of Use)

Description Sunil Thaha 2013-10-01 04:35:27 UTC
Running tempest smoke-tests against the AIO install with Neutron and Provision-Demo enabled, results in resize-test[1] failing.



Packstack version: openstack-packstack-2013.2.1-0.10.dev763.el6.noarch from RDO stage

Setup:
  packstack --allinone
  CONFIG_NEUTRON_INSTALL=y
  CONFIG_PROVISION_DEMO=y
  CONFIG_PROVISION_TEMPEST=y

[1] tempest.api.compute.servers.test_server_actions.ServerActionsTest{JSON,XML}.test_resize_server_confirm

Comment 1 Sunil Thaha 2013-10-01 04:41:37 UTC
Tried setting these 

  openstack-config --set /etc/nova/nova.conf DEFAULT allow_resize_to_same_host true
  openstack-config --set /etc/nova/api-paste.ini filter:ratelimit limits \
  '(POST, "*", .*, 1000, MINUTE); \
  (GET, "*", .*, 10000, MINUTE); \
  (DELETE, "*", .*, 1000, MINUTE); \
  (PUT, "*", .*, 1000, MINUTE)'

  service openstack-nova-api restart

but the test fails even after this.


diff etc/nova/api-paste.ini
@@ -86,6 +86,10 @@ paste.filter_factory = nova.api.openstack.auth:NoAuthMiddlewareV3.factory
 
 [filter:ratelimit]
 paste.filter_factory = nova.api.openstack.compute.limits:RateLimitingMiddleware.factory
+limits = (POST, "*", .*, 1000, MINUTE); \
+          (GET, "*", .*, 10000, MINUTE); \
+          (DELETE, "*", .*, 1000, MINUTE); \
+          (PUT, "*", .*, 1000, MINUTE)
 
 [filter:ratelimit_v3]
 paste.filter_factory = nova.api.openstack.compute.plugins.v3.limits:RateLimitingMiddleware.factory

diff /etc/nova/nova.conf

@@ -2603,6 +2603,7 @@ qpid_reconnect_interval_max=0
 qpid_reconnect_limit=0
 osapi_volume_listen=0.0.0.0
 connection_type=libvirt
+allow_resize_to_same_host = true

Comment 2 Martin Magr 2014-01-15 12:38:03 UTC
Sunil can you give up more information what exactly is wrong? I'm not sure if this is installation problem.


Note You need to log in before you can comment on or make changes to this bug.