Fix INF-331 the ocloud detail path allow to be empty 13/9513/1
authorZhang Rong(Jon) <rong.zhang@windriver.com>
Mon, 7 Nov 2022 07:25:24 +0000 (15:25 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Tue, 8 Nov 2022 08:21:41 +0000 (08:21 +0000)
Issue-ID: INF-331
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: Ie8a477dc3148d827d4409135e7be096738767d33
(cherry picked from commit f31e251648b3b24c19fcdda8d6e44900aa2d9ad9)

o2ims/views/ocloud_route.py

index 1e2a6f2..af5e8c6 100644 (file)
@@ -49,7 +49,7 @@ class VersionRouter(Resource):
 
 
 # ----------  OClouds ---------- #
-@api_ims_inventory_v1.route("/v1/")
+@api_ims_inventory_v1.route(*["/v1", "/v1/"])
 @api_ims_inventory_v1.response(404, 'oCloud not found')
 @api_ims_inventory_v1.param(
     'all_fields',