From e3b9b9658805f274283a498ed82014dce3833fe3 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 18 Sep 2014 00:52:02 -0500 Subject: Add low-level API base class Adds the foundation of a low-level REST API client. This is the final prep stage in the conversion of the object-store commands from the old restapi interface to the keystoneclient.session-based API. * api.api.BaseAPI holds the common operations Change-Id: I8fba980e3eb2d787344f766507a9d0dae49dcadf --- openstackclient/api/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 openstackclient/api/__init__.py (limited to 'openstackclient/api/__init__.py') diff --git a/openstackclient/api/__init__.py b/openstackclient/api/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit v1.2.1