Re: [openstack-dev] [Keystone][OSC] Keystone v3 user create --project $projid does not add user to project?

2015-06-19 Thread Terry Howe
On Fri, Jun 19, 2015 at 12:30 AM, Matthias Runge mru...@redhat.com wrote: On 18/06/15 17:58, Dolph Mathews wrote: This was entirely intentional, in order to replace the implicit role assignment behavior in v2 with an explicit behavior in v3. I must admit, this is quite irritating, as the

[openstack-dev] [openstackclient] Use and practices of --format shell for defining individual variables

2015-05-26 Thread Terry Howe
I came across the following neutron client specific syntax and decided to see if I could reproduce using the openstack client and it's flexible formatting capabilities $ NIC_ID1=$(neutron net-show public | awk '/ id /{print $4}') $ echo $NIC_ID1 210d976e-16a3-42dc-ac31-f01810dbd297

Re: [openstack-dev] [os-client-config][infra] Proposing adding infra-core to core

2015-12-03 Thread Terry Howe
Sounds like a great idea. On Thu, Dec 3, 2015 at 9:50 AM, Monty Taylor wrote: > Hey all, > > os-client-config is now in the critical path for Infra's Nodepool, meaning > that there are some places where a bug surfacing in it can take down the > entire CI infrastructure.