-
Notifications
You must be signed in to change notification settings - Fork 14
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
removing Volume Modules, Redirecting in runtime.yml #95
base: main
Are you sure you want to change the base?
Changes from 3 commits
e7a6878
38357ef
a5ac679
37f6fb8
16418a5
e0814dd
cc8b86d
b7385b7
cfbd1b4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,3 +59,134 @@ action_groups: | |
- lb_certificate | ||
- anti_ddos_fip_statuses_info.py | ||
- anti_ddos_optional_policies_info.py | ||
|
||
plugin_routing: | ||
modules: | ||
volume_backup: | ||
redirect: openstack.cloud.volume_backup | ||
volume_backup_info: | ||
redirect: openstack.cloud.volume_backup_info | ||
volume_snapshot_info: | ||
redirect: openstack.cloud.volume_snapshot_info | ||
auth: | ||
redirect: openstack.cloud.auth | ||
baremetal_inspect: | ||
redirect: openstack.cloud.baremetal_inspect | ||
baremetal_node: | ||
redirect: openstack.cloud.baremetal_node | ||
baremetal_node_action: | ||
redirect: openstack.cloud.baremetal_node_action | ||
catalog_endpoint: | ||
redirect: openstack.cloud.catalog_endpoint | ||
catalog_service: | ||
redirect: openstack.cloud.catalog_service | ||
coe_cluster: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not required There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
redirect: openstack.cloud.coe_cluster | ||
coe_cluster_template: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not required There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
redirect: openstack.cloud.coe_cluster_template | ||
compute_flavor: | ||
redirect: openstack.cloud.compute_flavor | ||
compute_flavor_info: | ||
redirect: openstack.cloud.compute_flavor_info | ||
config: | ||
redirect: openstack.cloud.config | ||
endpoint: | ||
redirect: openstack.cloud.endpoint | ||
federation_idp: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. all federation is not working as intended - remove it There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
redirect: openstack.cloud.federation_idp | ||
federation_idp_info: | ||
redirect: openstack.cloud.federation_idp_info | ||
federation_mapping: | ||
redirect: openstack.cloud.federation_mapping | ||
federation_mappinginfo: | ||
redirect: openstack.cloud.federation_mapping_info | ||
group_assignment: | ||
redirect: openstack.cloud.group_assignment | ||
host_aggregate: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not required There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
redirect: openstack.cloud.host_aggregate | ||
identity_domain: | ||
redirect: openstack.cloud.identity_domain | ||
identity_domain_info: | ||
redirect: openstack.cloud.identity_domain_info | ||
identity_group: | ||
redirect: openstack.cloud.identity_group | ||
identity_group_info: | ||
redirect: openstack.cloud.identity_group_info | ||
identity_role: | ||
redirect: openstack.cloud.identity_role | ||
identity_role_info: | ||
redirect: openstack.cloud.identity_role_info | ||
identity_user: | ||
redirect: openstack.cloud.identity_user | ||
identity_user_info: | ||
redirect: openstack.cloud.identity_user_info | ||
image: | ||
redirect: openstack.cloud.image | ||
image_info: | ||
redirect: openstack.cloud.image_info | ||
keypair: | ||
redirect: openstack.cloud.keypair | ||
keypair_info: | ||
redirect: openstack.cloud.keypair_info | ||
keystone_federation_protocol: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not required There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
redirect: openstack.cloud.keystone_federation_protocol | ||
keystone_federation_protocol_info: | ||
redirect: openstack.cloud.keystone_federation_protocol_info | ||
network: | ||
redirect: openstack.cloud.network | ||
networks_info: | ||
redirect: openstack.cloud.networks_info | ||
object: | ||
redirect: openstack.cloud.object | ||
port: | ||
redirect: openstack.cloud.port | ||
port_info: | ||
redirect: openstack.cloud.port_info | ||
project: | ||
redirect: openstack.cloud.project | ||
project_access: | ||
redirect: openstack.cloud.project_access | ||
project_info: | ||
redirect: openstack.cloud.project_info | ||
quota: | ||
redirect: openstack.cloud.quota | ||
recordset: | ||
redirect: openstack.cloud.recordset | ||
role_assignment: | ||
redirect: openstack.cloud.role_assignment | ||
router: | ||
redirect: openstack.cloud.router | ||
routers_info: | ||
redirect: openstack.cloud.routers_info | ||
security_group: | ||
redirect: openstack.cloud.security_group | ||
security_group_rule: | ||
redirect: openstack.cloud.security_group_rule | ||
security_group_rule_info: | ||
redirect: openstack.cloud.security_group_rule_info | ||
server: | ||
redirect: openstack.cloud.server | ||
server_action: | ||
redirect: openstack.cloud.server_action | ||
server_group: | ||
redirect: openstack.cloud.server_group | ||
server_info: | ||
redirect: openstack.cloud.server_info | ||
server_metadata: | ||
redirect: openstack.cloud.server_metadata | ||
server_volume: | ||
redirect: openstack.cloud.server_volume | ||
stack: | ||
redirect: openstack.cloud.stack | ||
stack_info: | ||
redirect: openstack.cloud.stack_info | ||
subnet: | ||
redirect: openstack.cloud.subnet | ||
subnets_info: | ||
redirect: openstack.cloud.subnets_info | ||
volume: | ||
redirect: openstack.cloud.volume | ||
volume_info: | ||
redirect: openstack.cloud.volume_info | ||
volume_snapshot: | ||
redirect: openstack.cloud.volume_snapshot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
baremetal things are not necessary for us
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done