diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-07-26 16:35:13 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-07-30 06:31:55 -0700 |
commit | f5718605d7aae67eb9b63e3d5fa3f2217ec9bdf2 (patch) | |
tree | eb95244d9fee7beb6e928b626cc94722fc6fafe0 /windriver/titanium_cloud/extensions/views | |
parent | 0d3e9ace323660381350a884b08ed92aa2290dbd (diff) |
Remove EPA attribute
Remove EPA property from multicloud as it is repaced by HPA attributes.
Change-Id: I96e2ebcc60ac55cb0f0559607de919da410f66b1
Issue-ID: AAI-1150
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'windriver/titanium_cloud/extensions/views')
-rw-r--r-- | windriver/titanium_cloud/extensions/views/epacaps.py | 33 | ||||
-rw-r--r-- | windriver/titanium_cloud/extensions/views/extensions.py | 7 |
2 files changed, 0 insertions, 40 deletions
diff --git a/windriver/titanium_cloud/extensions/views/epacaps.py b/windriver/titanium_cloud/extensions/views/epacaps.py deleted file mode 100644 index 025d55df..00000000 --- a/windriver/titanium_cloud/extensions/views/epacaps.py +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright (c) 2017-2018 Wind River Systems, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import logging -import json -import traceback - -from django.conf import settings - - -from newton_base.extensions import epacaps as newton_epacaps - -logger = logging.getLogger(__name__) - -# DEBUG=True - - -class EpaCaps(newton_epacaps.EpaCaps): - - def __init__(self): - self.proxy_prefix = settings.MULTICLOUD_PREFIX - self._logger = logger diff --git a/windriver/titanium_cloud/extensions/views/extensions.py b/windriver/titanium_cloud/extensions/views/extensions.py index 2cd91bf5..cfdc2517 100644 --- a/windriver/titanium_cloud/extensions/views/extensions.py +++ b/windriver/titanium_cloud/extensions/views/extensions.py @@ -45,13 +45,6 @@ class Extensions(newton_extensions.Extensions): registered_extensions = \ [ { - "alias": "epa-caps", - "description": "Multiple network support", - "name": "EPACapsQuery", - "url": self.proxy_prefix + "/%s/extensions/epa-caps" % (vimid), - "spec": "" - }, - { "alias": "guest-monitor", "description": "Multiple network support", "name": "Guest Monitor", |