Hi Varun 

Thanks for your response!

We are getting the below error when we run the command: $ 
GCE_INI_PATH=.gce.ini ./gce.py

Traceback (most recent call last):
  File "./gce.py", line 297, in <module>
    GceInventory()
  File "./gce.py", line 111, in __init__
    self.driver = self.get_gce_driver()
  File "./gce.py", line 187, in get_gce_driver
    gce = get_driver(Provider.GCE)(*args, **kwargs)
  File "/Library/Python/2.7/site-packages/libcloud/compute/drivers/gce.py", 
line 878, in __init__
    raise ValueError('Project name must be specified using '
ValueError: Project name must be specified using "project" keyword.

Pl advise us....

On Tuesday, February 20, 2018 at 5:23:21 PM UTC+5:30, Varun Chopra wrote:
>
> 'Invalid authorization response, please check your credentials and time 
>> drift.'
>>
>
> On Tuesday, February 20, 2018 at 4:21:21 PM UTC+5:30, Chrisy wrote:
>>
>> We are trying to configure Google compute engine resources using dynamic 
>> inventory in ANSIBLE
>>
>> We are getting the below error when we run the command:  $ ./gce.py --list
>>
>> File "./gce.py", line 508, in <module>
>>     GceInventory()
>>   File "./gce.py", line 170, in _init_
>>     self.driver = self.get_gce_driver()
>>   File "./gce.py", line 318, in get_gce_driver
>>     gce = get_driver(Provider.GCE)(*args, **kwargs)
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", 
>> line 1058, in _init_
>>     self.zone_list = self.ex_list_zones()
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", 
>> line 1790, in ex_list_zones
>>     response = self.connection.request(request, method='GET').object
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", 
>> line 120, in request
>>     response = super(GCEConnection, self).request(*args, **kwargs)
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/libcloud/common/google.py", line 
>> 718, in request
>>     args, *kwargs)
>>   File "/usr/local/lib/python2.7/dist-packages/libcloud/common/base.py", 
>> line 748, in request
>>     params, headers = self.pre_connect_hook(params, headers)
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", 
>> line 109, in pre_connect_hook
>>     headers)
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/libcloud/common/google.py", line 
>> 697, in pre_connect_hook
>>     self._refresh_oauth2_token()
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/libcloud/common/google.py", line 
>> 772, in _refresh_oauth2_token
>>     self.oauth2_token = self.oauth2_conn.refresh_token(self.oauth2_token)
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/libcloud/common/google.py", line 
>> 382, in refresh_token
>>     return self.get_new_token()
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/libcloud/common/google.py", line 
>> 530, in get_new_token
>>     return self._token_request(request)
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/libcloud/common/google.py", line 
>> 360, in _token_request
>>     raise GoogleAuthError('Invalid authorization response, please '
>> libcloud.common.google.GoogleAuthError: 'Invalid authorization response, 
>> please check your credentials and time drift.'
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/1b1382fa-844b-4ad2-82f0-86dbfd655542%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to