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
This commit is contained in:
TerryHowe
2015-05-12 12:01:27 -06:00
committed by Terry Howe
parent 657f608ea0
commit c4fb727a71
3 changed files with 1 additions and 4 deletions

View File

View File

View File

@@ -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