Remove any old client actions that no longer exist

Some clients have removed old deprecated client calls. The mapping.json
still contained references to these causing lots of spurious error
logging.

Change-Id: I64bab08ae4800969dc28d477c1de5bea836af9d1
Closes-Bug: #1744962
This commit is contained in:
Brad P. Crochet 2018-01-23 11:17:53 -05:00
parent ae7950e03f
commit b03e64120c
1 changed files with 5 additions and 108 deletions

View File

@ -34,21 +34,6 @@
"cloudpipe_findall": "cloudpipe.findall",
"cloudpipe_list": "cloudpipe.list",
"cloudpipe_update": "cloudpipe.update",
"dns_domains_convert_into_with_meta": "dns_domains.convert_into_with_meta",
"dns_domains_create_private": "dns_domains.create_private",
"dns_domains_create_public": "dns_domains.create_public",
"dns_domains_delete": "dns_domains.delete",
"dns_domains_domains": "dns_domains.domains",
"dns_entries_convert_into_with_meta": "dns_entries.convert_into_with_meta",
"dns_entries_create": "dns_entries.create",
"dns_entries_delete": "dns_entries.delete",
"dns_entries_get": "dns_entries.get",
"dns_entries_get_for_ip": "dns_entries.get_for_ip",
"dns_entries_modify_ip": "dns_entries.modify_ip",
"fixed_ips_convert_into_with_meta": "fixed_ips.convert_into_with_meta",
"fixed_ips_get": "fixed_ips.get",
"fixed_ips_reserve": "fixed_ips.reserve",
"fixed_ips_unreserve": "fixed_ips.unreserve",
"flavor_access_add_tenant_access": "flavor_access.add_tenant_access",
"flavor_access_convert_into_with_meta": "flavor_access.convert_into_with_meta",
"flavor_access_find": "flavor_access.find",
@ -62,28 +47,6 @@
"flavors_findall": "flavors.findall",
"flavors_get": "flavors.get",
"flavors_list": "flavors.list",
"floating_ip_pools_convert_into_with_meta": "floating_ip_pools.convert_into_with_meta",
"floating_ip_pools_find": "floating_ip_pools.find",
"floating_ip_pools_findall": "floating_ip_pools.findall",
"floating_ip_pools_list": "floating_ip_pools.list",
"floating_ips_convert_into_with_meta": "floating_ips.convert_into_with_meta",
"floating_ips_create": "floating_ips.create",
"floating_ips_delete": "floating_ips.delete",
"floating_ips_find": "floating_ips.find",
"floating_ips_findall": "floating_ips.findall",
"floating_ips_get": "floating_ips.get",
"floating_ips_list": "floating_ips.list",
"floating_ips_bulk_convert_into_with_meta": "floating_ips_bulk.convert_into_with_meta",
"floating_ips_bulk_create": "floating_ips_bulk.create",
"floating_ips_bulk_delete": "floating_ips_bulk.delete",
"floating_ips_bulk_find": "floating_ips_bulk.find",
"floating_ips_bulk_findall": "floating_ips_bulk.findall",
"floating_ips_bulk_list": "floating_ips_bulk.list",
"fping_convert_into_with_meta": "fping.convert_into_with_meta",
"fping_find": "fping.find",
"fping_findall": "fping.findall",
"fping_get": "fping.get",
"fping_list": "fping.list",
"hosts_convert_into_with_meta": "hosts.convert_into_with_meta",
"hosts_find": "hosts.find",
"hosts_findall": "hosts.findall",
@ -102,14 +65,8 @@
"hypervisors_search": "hypervisors.search",
"hypervisors_statistics": "hypervisors.statistics",
"hypervisors_uptime": "hypervisors.uptime",
"images_convert_into_with_meta": "images.convert_into_with_meta",
"images_delete": "images.delete",
"images_delete_meta": "images.delete_meta",
"images_find": "images.find",
"images_findall": "images.findall",
"images_get": "images.get",
"images_list": "images.list",
"images_set_meta": "images.set_meta",
"glance_find_image": "glance.find_image",
"glance_list": "glance.list",
"keypairs_convert_into_with_meta": "keypairs.convert_into_with_meta",
"keypairs_create": "keypairs.create",
"keypairs_delete": "keypairs.delete",
@ -119,17 +76,7 @@
"keypairs_list": "keypairs.list",
"limits_convert_into_with_meta": "limits.convert_into_with_meta",
"limits_get": "limits.get",
"networks_add": "networks.add",
"networks_associate_host": "networks.associate_host",
"networks_associate_project": "networks.associate_project",
"networks_convert_into_with_meta": "networks.convert_into_with_meta",
"networks_create": "networks.create",
"networks_delete": "networks.delete",
"networks_disassociate": "networks.disassociate",
"networks_find": "networks.find",
"networks_findall": "networks.findall",
"networks_get": "networks.get",
"networks_list": "networks.list",
"neutron_find_network": "neutron.find_network",
"quota_classes_convert_into_with_meta": "quota_classes.convert_into_with_meta",
"quota_classes_get": "quota_classes.get",
"quota_classes_update": "quota_classes.update",
@ -138,21 +85,6 @@
"quotas_delete": "quotas.delete",
"quotas_get": "quotas.get",
"quotas_update": "quotas.update",
"security_group_default_rules_convert_into_with_meta": "security_group_default_rules.convert_into_with_meta",
"security_group_default_rules_create": "security_group_default_rules.create",
"security_group_default_rules_delete": "security_group_default_rules.delete",
"security_group_default_rules_list": "security_group_default_rules.list",
"security_group_rules_convert_into_with_meta": "security_group_rules.convert_into_with_meta",
"security_group_rules_create": "security_group_rules.create",
"security_group_rules_delete": "security_group_rules.delete",
"security_groups_convert_into_with_meta": "security_groups.convert_into_with_meta",
"security_groups_create": "security_groups.create",
"security_groups_delete": "security_groups.delete",
"security_groups_find": "security_groups.find",
"security_groups_findall": "security_groups.findall",
"security_groups_get": "security_groups.get",
"security_groups_list": "security_groups.list",
"security_groups_update": "security_groups.update",
"server_groups_convert_into_with_meta": "server_groups.convert_into_with_meta",
"server_groups_create": "server_groups.create",
"server_groups_delete": "server_groups.delete",
@ -542,7 +474,6 @@
"add_router_to_l3_agent": "add_router_to_l3_agent",
"associate_health_monitor": "associate_health_monitor",
"connect_network_gateway": "connect_network_gateway",
"create_credential": "create_credential",
"create_ext": "create_ext",
"create_firewall": "create_firewall",
"create_firewall_policy": "create_firewall_policy",
@ -561,11 +492,8 @@
"create_member": "create_member",
"create_metering_label": "create_metering_label",
"create_metering_label_rule": "create_metering_label_rule",
"create_net_partition": "create_net_partition",
"create_network": "create_network",
"create_network_gateway": "create_network_gateway",
"create_network_profile": "create_network_profile",
"create_packet_filter": "create_packet_filter",
"create_pool": "create_pool",
"create_port": "create_port",
"create_qos_queue": "create_qos_queue",
@ -577,7 +505,6 @@
"create_vip": "create_vip",
"create_vpnservice": "create_vpnservice",
"delete_agent": "delete_agent",
"delete_credential": "delete_credential",
"delete_ext": "delete_ext",
"delete_firewall": "delete_firewall",
"delete_firewall_policy": "delete_firewall_policy",
@ -596,11 +523,8 @@
"delete_member": "delete_member",
"delete_metering_label": "delete_metering_label",
"delete_metering_label_rule": "delete_metering_label_rule",
"delete_net_partition": "delete_net_partition",
"delete_network": "delete_network",
"delete_network_gateway": "delete_network_gateway",
"delete_network_profile": "delete_network_profile",
"delete_packet_filter": "delete_packet_filter",
"delete_pool": "delete_pool",
"delete_port": "delete_port",
"delete_qos_queue": "delete_qos_queue",
@ -625,7 +549,6 @@
"get_lbaas_agent_hosting_pool": "get_lbaas_agent_hosting_pool",
"get_quotas_tenant": "get_quotas_tenant",
"list_agents": "list_agents",
"list_credentials": "list_credentials",
"list_dhcp_agent_hosting_networks": "list_dhcp_agent_hosting_networks",
"list_ext": "list_ext",
"list_extensions": "list_extensions",
@ -649,15 +572,9 @@
"list_members": "list_members",
"list_metering_label_rules": "list_metering_label_rules",
"list_metering_labels": "list_metering_labels",
"list_net_partitions": "list_net_partitions",
"list_network_gateways": "list_network_gateways",
"list_network_profile_bindings": "list_network_profile_bindings",
"list_network_profiles": "list_network_profiles",
"list_networks": "list_networks",
"list_networks_on_dhcp_agent": "list_networks_on_dhcp_agent",
"list_packet_filters": "list_packet_filters",
"list_policy_profile_bindings": "list_policy_profile_bindings",
"list_policy_profiles": "list_policy_profiles",
"list_pools": "list_pools",
"list_pools_on_lbaas_agent": "list_pools_on_lbaas_agent",
"list_ports": "list_ports",
@ -678,7 +595,6 @@
"remove_router_from_l3_agent": "remove_router_from_l3_agent",
"retrieve_pool_stats": "retrieve_pool_stats",
"show_agent": "show_agent",
"show_credential": "show_credential",
"show_ext": "show_ext",
"show_extension": "show_extension",
"show_firewall": "show_firewall",
@ -698,12 +614,8 @@
"show_member": "show_member",
"show_metering_label": "show_metering_label",
"show_metering_label_rule": "show_metering_label_rule",
"show_net_partition": "show_net_partition",
"show_network": "show_network",
"show_network_gateway": "show_network_gateway",
"show_network_profile": "show_network_profile",
"show_packet_filter": "show_packet_filter",
"show_policy_profile": "show_policy_profile",
"show_pool": "show_pool",
"show_port": "show_port",
"show_qos_queue": "show_qos_queue",
@ -716,7 +628,6 @@
"show_vip": "show_vip",
"show_vpnservice": "show_vpnservice",
"update_agent": "update_agent",
"update_credential": "update_credential",
"update_ext": "update_ext",
"update_firewall": "update_firewall",
"update_firewall_policy": "update_firewall_policy",
@ -735,9 +646,6 @@
"update_member": "update_member",
"update_network": "update_network",
"update_network_gateway": "update_network_gateway",
"update_network_profile": "update_network_profile",
"update_packet_filter": "update_packet_filter",
"update_policy_profile": "update_policy_profile",
"update_pool": "update_pool",
"update_port": "update_port",
"update_quota": "update_quota",
@ -865,10 +773,6 @@
"volumes_migrate_volume_completion": "volumes.migrate_volume_completion",
"volumes_promote": "volumes.promote",
"volumes_reenable": "volumes.reenable",
"volumes_replication_disable": "volumes.replication_disable",
"volumes_replication_enable": "volumes.replication_enable",
"volumes_replication_failover": "volumes.replication_failover",
"volumes_replication_list_targets": "volumes.replication_list_targets",
"volumes_reserve": "volumes.reserve",
"volumes_reset_state": "volumes.reset_state",
"volumes_retype": "volumes.retype",
@ -1211,15 +1115,9 @@
"bays_list": "bays.list",
"bays_update": "bays.update",
"certificates_create": "certificates.create",
"certificates_delete": "certificates.delete",
"certificates_get": "certificates.get",
"certificates_list": "certificates.list",
"certificates_update": "certificates.update",
"mservices_create": "mservices.create",
"mservices_delete": "mservices.delete",
"mservices_get": "mservices.get",
"mservices_list": "mservices.list",
"mservices_update": "mservices.update"
"certificates_rotate_ca": "certificates.rotate_ca",
"mservices_list": "mservices.list"
},
"murano":{
"_comment": "It uses muranoclient.v1.",
@ -1248,7 +1146,6 @@
"environments_update": "environments.update",
"instance_statistics_get": "instance_statistics.get",
"instance_statistics_get_aggregated": "instance_statistics.get_aggregated",
"packages_categories": "packages.categories",
"packages_create": "packages.create",
"packages_delete": "packages.delete",
"packages_download": "packages.download",