File tree 1 file changed +3
-1
lines changed
src/cloudforet/console_api_v2/conf
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 17
17
| **Name** | **Description** |
18
18
|---|---|
19
19
| [Identity](/identity/docs) | Identity Service |
20
- | [Inventory](/inventory/docs) | Inventory Service |
20
+ | [Inventory](/inventory/docs) | Inventory Service |
21
21
| [Cost Analysis](/cost-analysis/docs) | Cost Analysis Service |
22
22
| [Monitoring](/monitoring/docs) |Monitoring Service |
23
23
| [Notification](/notification/docs) | Notification Service |
36
36
OPENAPI_JSON_DIRS = [
37
37
"/opt/openapi/cloudforet/api/identity/v2/*.json" ,
38
38
"/opt/openapi/cloudforet/api/inventory/v1/*.json" ,
39
+ "/opt/openapi/cloudforet/api/inventory_v2/v1/*.json" ,
39
40
"/opt/openapi/cloudforet/api/cost_analysis/v1/*.json" ,
40
41
"/opt/openapi/cloudforet/api/monitoring/v1/*.json" ,
41
42
"/opt/openapi/cloudforet/api/notification/v1/*.json" ,
71
72
"endpoints" : {
72
73
"identity" : "grpc://identity:50051" ,
73
74
"inventory" : "grpc://inventory:50051" ,
75
+ "inventory_v2" : "grpc://inventory-v2:50051" ,
74
76
"repository" : "grpc://repository:50051" ,
75
77
"secret" : "grpc://secret:50051" ,
76
78
"plugin" : "grpc://plugin:50051" ,
You can’t perform that action at this time.
0 commit comments