Skip to content

Commit b54bcc2

Browse files
committed
feat: add new service path at global_conf for 'inventory-v2'
Signed-off-by: ImMin5 <[email protected]>
1 parent 472208f commit b54bcc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cloudforet/console_api_v2/conf/global_conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
| **Name** | **Description** |
1818
|---|---|
1919
| [Identity](/identity/docs) | Identity Service |
20-
| [Inventory](/inventory/docs) | Inventory Service |
20+
| [Inventory](/inventory/docs) | Inventory Service |
2121
| [Cost Analysis](/cost-analysis/docs) | Cost Analysis Service |
2222
| [Monitoring](/monitoring/docs) |Monitoring Service |
2323
| [Notification](/notification/docs) | Notification Service |
@@ -36,6 +36,7 @@
3636
OPENAPI_JSON_DIRS = [
3737
"/opt/openapi/cloudforet/api/identity/v2/*.json",
3838
"/opt/openapi/cloudforet/api/inventory/v1/*.json",
39+
"/opt/openapi/cloudforet/api/inventory_v2/v1/*.json",
3940
"/opt/openapi/cloudforet/api/cost_analysis/v1/*.json",
4041
"/opt/openapi/cloudforet/api/monitoring/v1/*.json",
4142
"/opt/openapi/cloudforet/api/notification/v1/*.json",
@@ -71,6 +72,7 @@
7172
"endpoints": {
7273
"identity": "grpc://identity:50051",
7374
"inventory": "grpc://inventory:50051",
75+
"inventory_v2": "grpc://inventory-v2:50051",
7476
"repository": "grpc://repository:50051",
7577
"secret": "grpc://secret:50051",
7678
"plugin": "grpc://plugin:50051",

0 commit comments

Comments
 (0)