openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #08020
Re: running Tempest continuously in the openstack project?
On Mon, Feb 27, 2012 at 7:49 AM, David Kranz <david.kranz@xxxxxxxxxx> wrote:
>
> There is still a bug in tempest and/or keystone. To run Tempest and devstack you have to:
>
> 1. Add catalog_name=compute to tempest.conf
> 2. Change "name" to "type" in rest_client.py
>
>
You can also use:
catalog_name = 'Compute Service'
and ship the change in rest_client.py
References