I heard from some of my team members that test_server_basic_ops and
test_server_advanced_ops were failing and I can reproduce it with
current devstack/tempest.
Looking at the code it seems that the keystone Client object does not
have a service_catalog object like the error says. So why is this
On 09/25/2012 09:38 AM, David Kranz wrote:
> I heard from some of my team members that test_server_basic_ops and
> test_server_advanced_ops were failing and I can reproduce it with
> current devstack/tempest.
> Looking at the code it seems that the keystone Client object does not
> have a servic
On 9/25/2012 10:35 AM, Jay Pipes wrote:
On 09/25/2012 09:38 AM, David Kranz wrote:
I heard from some of my team members that test_server_basic_ops and
test_server_advanced_ops were failing and I can reproduce it with
current devstack/tempest.
Looking at the code it seems that the keystone Client
That generally pops up when you're bypassing authentication using
--endpoint & --token (no authentication == no service catalog).
Is it using old command line options to specify auth attributes, which were
just removed in favor of --os-username, --os-password, etc?
https://github.com/openstack/py
On 9/25/2012 10:59 AM, Dolph Mathews wrote:
That generally pops up when you're bypassing authentication using
--endpoint & --token (no authentication == no service catalog).
Is it using old command line options to specify auth attributes, which
were just removed in favor of --os-username, --os
5 matches
Mail list logo