Common Lisp OpenStack client libraries
Go to file
Russell Sim 88cc72ff95 Re-factored base resource API out of keystone
To allow other clients to more easily use the REST API helpers, they
have been re-factored out of keystone package.

Change-Id: I5fde703293ff8f2668789053a36e293dc6fc6c53
2013-10-29 08:24:15 +11:00
tests Re-factored base resource API out of keystone 2013-10-29 08:24:15 +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 Re-factored base resource API out of keystone 2013-10-29 08:24:15 +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