Skip to content

Commit

Permalink
Merge pull request #117 from ImMin5/master
Browse files Browse the repository at this point in the history
Remove inventory-v2 endpoint
  • Loading branch information
ImMin5 authored Jan 16, 2025
2 parents 8e9cdd4 + 2f6e42f commit 2cb29e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/cloudforet/console_api_v2/conf/global_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
|---|---|
| [Identity](/identity/docs) | Identity Service |
| [Inventory](/inventory/docs) | Inventory Service |
| [Inventory v2](/inventory-v2/docs) | Inventory v2 Service |
| [Cost Analysis](/cost-analysis/docs) | Cost Analysis Service |
| [Monitoring](/monitoring/docs) |Monitoring Service |
| [Notification](/notification/docs) | Notification Service |
Expand All @@ -38,7 +37,7 @@
OPENAPI_JSON_DIRS = [
"/opt/openapi/cloudforet/api/identity/v2/*.json",
"/opt/openapi/cloudforet/api/inventory/v1/*.json",
"/opt/openapi/cloudforet/api/inventory_v2/v1/*.json",
# "/opt/openapi/cloudforet/api/inventory_v2/v1/*.json",
"/opt/openapi/cloudforet/api/cost_analysis/v1/*.json",
"/opt/openapi/cloudforet/api/monitoring/v1/*.json",
"/opt/openapi/cloudforet/api/notification/v1/*.json",
Expand Down Expand Up @@ -92,7 +91,7 @@
"endpoints": {
"identity": "grpc://identity:50051",
"inventory": "grpc://inventory:50051",
"inventory_v2": "grpc://inventory-v2:50051",
# "inventory_v2": "grpc://inventory-v2:50051",
"repository": "grpc://repository:50051",
"secret": "grpc://secret:50051",
"plugin": "grpc://plugin:50051",
Expand Down

0 comments on commit 2cb29e4

Please sign in to comment.