4 Commits

Author SHA1 Message Date
Frédéric Guillot
a180ee30f8 Move all exception objects in the same place
- Follow what other OpenStack projects are doing
- Respect the OpenStack guidelines about import
- Remove common packages

Change-Id: I4a3f598537ed5f54edab79471d074a46fa99ab52
2016-10-07 14:49:08 -04:00
Nguyen Hung Phuong
90bb67ffb6 Clean imports in code
In some part in the code we import objects.
In the Openstack style guidelines they recommend to import only
modules.

http://docs.openstack.org/developer/hacking/#imports

Change-Id: I58b2dab1a46128893648630edba615e2592040ac
2016-08-25 17:14:29 -04:00
Marc Aubry
7f33dcc7df Add compatibility to python3
Change-Id: I20251e3dbe495c60a2a17751d84a395d10d38817
2016-08-22 17:47:19 -04:00
Frédéric Guillot
40554b98e3 Added Keystone autentication (#22)
* Added Keystone autentication

* Added license header

* Minor PEP8 fixes
2016-06-09 11:28:31 -04:00