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. Infra also uses many more
I would think the python-openstackclient would smooth out a lot of the
rough edges particularly the find by name or id situation. It already does
that for many services neutron being the biggest gap. The
python-openstacksdk will eventually (soon) be able to address a lot of
those issues.
On Thu
>
>
> 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-f01810
On Fri, Jun 19, 2015 at 12:30 AM, Matthias Runge 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 command