Loading src/compute/service/rest_server/nbi_plugins/etsi_bwm/Resources.py +3 −2 Original line number Diff line number Diff line Loading @@ -12,13 +12,14 @@ # See the License for the specific language governing permissions and # limitations under the License. import copy from common.Constants import DEFAULT_CONTEXT_NAME from flask_restful import Resource, request from context.client.ContextClient import ContextClient from service.client.ServiceClient import ServiceClient from .Tools import ( format_grpc_to_json, grpc_context_id, grpc_service_id, bwInfo_2_service, service_2_bwInfo) import copy from common.Constants import DEFAULT_CONTEXT_NAME class _Resource(Resource): Loading src/compute/service/rest_server/nbi_plugins/etsi_bwm/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ # limitations under the License. from compute.service.rest_server.RestServer import RestServer from .Resources import (BwInfo, BwInfoId) from .Resources import BwInfo, BwInfoId URL_PREFIX = '/bwm/v1' Loading Loading
src/compute/service/rest_server/nbi_plugins/etsi_bwm/Resources.py +3 −2 Original line number Diff line number Diff line Loading @@ -12,13 +12,14 @@ # See the License for the specific language governing permissions and # limitations under the License. import copy from common.Constants import DEFAULT_CONTEXT_NAME from flask_restful import Resource, request from context.client.ContextClient import ContextClient from service.client.ServiceClient import ServiceClient from .Tools import ( format_grpc_to_json, grpc_context_id, grpc_service_id, bwInfo_2_service, service_2_bwInfo) import copy from common.Constants import DEFAULT_CONTEXT_NAME class _Resource(Resource): Loading
src/compute/service/rest_server/nbi_plugins/etsi_bwm/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ # limitations under the License. from compute.service.rest_server.RestServer import RestServer from .Resources import (BwInfo, BwInfoId) from .Resources import BwInfo, BwInfoId URL_PREFIX = '/bwm/v1' Loading