abhilekhsingh / gc3pie

Automatically exported from code.google.com/p/gc3pie
0 stars 0 forks source link

cloud resource initialied despite cannot connect #462

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. in gc3pie.conf set a cloud resource auth stanza with empty fields like:
[auth/hobbes]
type = openstack
os_username = 
os_password = 
os_project_name = 

2. have a cloud resource using the auth stanza
[resource/cloud]
enabled = True
auth = hobbes

3. run gservers

in this case the resource is properly initialized and reported as 'Accessible':
updated | ( Accessible? )          | True 

What is the expected output? What do you see instead?
ERROR: Could not create resource 'ScienceCloud'

Original issue reported on code.google.com by sergio.m...@gmail.com on 17 Sep 2014 at 10:18