WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)

Bug #1466801 reported by Xiaofei.Wang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rally
Expired
Undecided
Unassigned

Bug Description

$rally task start samples/tasks/scenarios/keystone/add_and_remove_user_role.json

2015-06-19 17:53:14.578 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:14.845 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:15.152 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:15.384 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:15.502 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:15.868 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:16.082 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:16.254 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:16.384 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:16.644 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:17.177 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:17.589 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:17.878 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:18.065 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:18.163 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:18.404 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:18.472 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:18.870 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:19.232 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:19.574 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
2015-06-19 17:53:21.792 4472 WARNING keystoneclient.utils [-] create takes at most 1 positional argument (2 given)
--------------------------------------------------------------------------------

test scenario KeystoneBasic.add_and_remove_user_role
args position 0
args values:
{
  "runner": {
    "type": "constant",
    "concurrency": 10,
    "times": 100
  },
  "context": {
    "users": {
      "project_domain": "default",
      "users_per_tenant": 2,
      "tenants": 3,
      "resource_management_workers": 30,
      "user_domain": "default"
    }
  }
}
+-----------------------------------------------------------------------+
| Response Times (sec) |
+--------+-----+--------+--------+--------+-----+-----+---------+-------+
| action | min | median | 90%ile | 95%ile | max | avg | success | count |
+--------+-----+--------+--------+--------+-----+-----+---------+-------+
| total | n/a | n/a | n/a | n/a | n/a | n/a | 0.0% | 100 |
+--------+-----+--------+--------+--------+-----+-----+---------+-------+
Load duration: 29.8448369503
Full duration: 65.0789330006

Tags: plugin task
Xiaofei.Wang (wangxf-s)
description: updated
Revision history for this message
Kun Huang (academicgareth) wrote :

This task runs well in my environment. Maybe you could update your pip packages and have a try again:

pip install -r requirements.txt --upgrade
pip install -r test-requirements.txt --upgrade

Changed in rally:
status: New → Incomplete
Revision history for this message
Xiaofei.Wang (wangxf-s) wrote :

upgrade requirements and test-requirements,but the problem still occur.my env is keystone v3.
how i can fix or config it.below is my config-json file:

=============================================
{
    "type": "ExistingCloud",
    "auth_url": "http://192.168.1.106:5000/v3/",
    "endpoint_type": "public",
    "admin": {
        "username": "admin",
        "user_domain_name": "Default",
        "project_name": "admin",
        "project_domain_name": "Default",
        "password": "admin",
        "region_name": "Beijing",
    }
}

Revision history for this message
Andriy Kurilin (andreykurilin) wrote :

WangXiaoFei, please run rally in debug mode

Revision history for this message
Andriy Kurilin (andreykurilin) wrote :

Also, this scenario doesn't work with keystone V3, sorry.

tags: added: plugin task
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for Rally because there has been no activity for 60 days.]

Changed in rally:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.