[Openstack] [user-committee] [openstack-operators] [openstack-community] [osops] Team Bi-Weekly Meeting Summary

2017-03-04 Thread Melvin Hillsman
Apologies for the delay, We had a great reboot meeting! The previous and upcoming agendas can be found at the following: http://etherpad.openstack.org/p/osops-meeting *The next meeting is 3/13 1400UTC in #openstack-meeting-5* We focused on quite a few things and are looking to start hashing out

Re: [Openstack] [Openstack-sdk] Error in making connection Openstack Python SDK

2017-03-04 Thread Michael Gale
Hello Amit, Happy to hear the code snip helped, I am using Python3 and the build in configparser: https://docs.python.org/3/library/configparser.html. If you are using Python2 the syntax is slightly different. I have a config file that looks like this: --snip-- [DEFAULT] verify_certs = false

Re: [Openstack] [Openstack-sdk] Error in making connection Openstack Python SDK

2017-03-04 Thread Amit Kumar
Thanks Michael for providing the code snippet. It was of great help. I was doing things as expected but missed to set interface in profile. Could you please provide some reference to what configparser object. I am using code provided by you except setting config parser object and getting SSL error