Common Lisp OpenStack client libraries
Go to file
Russell Sim ac2369bd6f Added connection-tenant method
A new method connection-tenant, returns the connections tenant as an
object.  This commit also fixes some problems with the keystone
authentication function and adds more test coverage.

Change-Id: I9b753a7c6e68be45cf1797e5966ac1ff2e2fca2f
2013-10-29 09:16:19 +11:00
tests Added connection-tenant method 2013-10-29 09:16:19 +11:00
.gitignore Import basic Keystone client 2013-06-15 22:29:59 +02:00
.gitreview Add .gitreview, fix run-tests exit code 2013-07-02 22:30:15 +02:00
COPYING Add license information 2013-06-15 22:40:56 +02:00
README.md Create README.md 2013-06-15 23:44:47 +03:00
cl-openstack-client-test.asd Initial partial keystone API implementation 2013-10-17 20:22:16 +11:00
cl-openstack-client.asd Initial partial keystone API implementation 2013-10-17 20:22:16 +11:00
keystone.lisp Added connection-tenant method 2013-10-29 09:16:19 +11:00
openstack.lisp Re-factored base resource API out of keystone 2013-10-29 08:24:15 +11:00
requirements.txt Initial partial keystone API implementation 2013-10-17 20:22:16 +11:00
run-tests.lisp Fix tests run 2013-10-14 19:02:49 +02:00
run-tests.sh Fix tests run 2013-10-14 19:02:49 +02:00
test-requirements.txt Initial partial keystone API implementation 2013-10-17 20:22:16 +11:00
update-deps.lisp Fix tests run 2013-10-14 19:02:49 +02:00

README.md

cl-openstack-client

Common Lisp OpenStack client libraries