Hi,
Thanks, its working for me
I have another issue
* After connection we are (In our appication) doing get_all_region and
creating new connection (using endpoint of region) for each region and
fetching zones, templates, etc--
* Connect to each region failing, Since region.endpont returning
somethin like "
http://15.185.76.240:8773/services/Cloud". It should be
"
az-1.region-a.geo-1.ec2-compute.hpcloudsvc.com"
* I also tried to make connection using following settings (with
is_secure True and False), but not working.
server : 15.185.76.240
port : 8773
path : /services/Cloud
* It is working, if we set end point to domain "az-1.region-
a.geo-1.ec2-compute.hpcloudsvc.com"
* Following are the attributes of region object "nova"
* Example-1
{'item': '', 'connection': EC2Connection:az-1.region-a.geo-1.ec2-
compute.hpcloudsvc.com, 'endpoint': u'
http://15.185.76.240:8773/
services/Cloud', 'name': u'nova', 'connection_cls': <class
'boto.ec2.connection.EC2Connection'>}
* Example-2
{'item': '', 'connection': EC2Connection:az-1.region-a.geo-1.ec2-
compute.hpcloudsvc.com, 'endpoint': u'
http://15.185.76.96:8773/
services/Cloud', 'name': u'nova', 'connection_cls': <class
'boto.ec2.connection.EC2Connection'>}
* Note: Example-1 and Example-2 are showing different endpoint, that
is endpoint of nova region object changing dynamically.