Rally requires admin credentials to run tasks

Bug #1578293 reported by Zack Feldstein
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Rally
Fix Released
Undecided
Zack Feldstein

Bug Description

When creating a rally deployment based on an existing cloud and existing users, it is not possible to run tasks unless admin credentials are supplied. Supplying a json file for existing cloud as follows:

{
    "type": "ExistingCloud",
    "auth_url": "https://openstack.example.org:5000/v2.0/",
    "region_name": "RegionOne",
    "endpoint_type": "public",
    "admin": {
        "username": "regular_user",
        "password": "test",
        "tenant_name": "demo"
    },
    "users": [
        {
            "username": "zack",
            "password": "1234",
            "tenant_name": "testing"
        },
        {
            "username": "zack2",
            "password": "1234",
            "tenant_name": "testing"
        }
    ]
}

After the rally deployment is created using that file, any task that is run will fail with "user is not a member of the admin role"

Changed in rally:
assignee: nobody → Zack Feldstein (zfeldstein)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to rally (master)

Fix proposed to branch: master
Review: https://review.openstack.org/312625

Changed in rally:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on rally (master)

Change abandoned by Roman Vasilets (<email address hidden>) on branch: master
Review: https://review.openstack.org/312625
Reason: Feel free to restore it

Revision history for this message
Paul Peereboom (peereb) wrote :
Changed in rally:
status: In Progress → Fix Released
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.