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:
0
openstack/cdn/__init__.py
Normal file
0
openstack/cdn/__init__.py
Normal file
0
openstack/cdn/v1/__init__.py
Normal file
0
openstack/cdn/v1/__init__.py
Normal 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
|
||||
|
Reference in New Issue
Block a user