From c4fb727a71397079b7bb9590ccf16b239456c18e Mon Sep 17 00:00:00 2001 From: TerryHowe Date: Tue, 12 May 2015 12:01:27 -0600 Subject: [PATCH] Activate the cdn stuff I'm not sure why the CDN stuff got added in the first place, but there was no init file to load it. Change-Id: Iac5551b7f853d96bfb13bc59172b03e9381cc286 --- openstack/cdn/__init__.py | 0 openstack/cdn/v1/__init__.py | 0 openstack/cdn/v1/_proxy.py | 5 +---- 3 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 openstack/cdn/__init__.py create mode 100644 openstack/cdn/v1/__init__.py diff --git a/openstack/cdn/__init__.py b/openstack/cdn/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/openstack/cdn/v1/__init__.py b/openstack/cdn/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/openstack/cdn/v1/_proxy.py b/openstack/cdn/v1/_proxy.py index 69ade043..c2a32592 100644 --- a/openstack/cdn/v1/_proxy.py +++ b/openstack/cdn/v1/_proxy.py @@ -10,11 +10,8 @@ # License for the specific language governing permissions and limitations # under the License. -from openstack.cdn.v1 import ping from openstack import proxy class Proxy(proxy.BaseProxy): - - def ping(self): - return ping.Ping().get(self.session) + pass