Hi Noel,
That narrows down the issue to obtaining an authentication token (via
_get_auth_token) which is the very first thing libcloud vCloud driver
needs to do before it can issue subsequent HTTP calls. Note this is
the only time when your base64 encoded "user:pass" will be sent in a
HTTP request
PS... Ignore my comment about "conn.list_sizes()" in the below
code not generating a HTTP call. I looked at the base.py source
and see that my usage (of the returned class) below is slightly
off. :)
My original auth problem below still remains. I continue to
investigate it.
Thanks again,
-- nmv
Hello Sengork:
Thank you for the reply. I'll formulate this reply in "PARTS" for
clarity.
=
PART1:
=
Thanks for the gentle reminder to include the libcloud
version, which I should have originally stated is
version "0.9.1" for python3. Obtained via: >>> libcloud.__version