Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove inventory-v2 endpoint #117

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading