From 25010e104caf83b5e834d2099e42acb1875b4457 Mon Sep 17 00:00:00 2001 From: "jing.liuqing" Date: Sun, 15 May 2016 16:51:54 +0800 Subject: [PATCH] [TrivialFix]Remove duplicated OS::Nova::Flavor registration Change-Id: I19b3c87fa855aca33ca57f185c615f8672992740 --- openstack_dashboard/static/app/core/core.module.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/openstack_dashboard/static/app/core/core.module.js b/openstack_dashboard/static/app/core/core.module.js index 2656594b02..a37835b014 100644 --- a/openstack_dashboard/static/app/core/core.module.js +++ b/openstack_dashboard/static/app/core/core.module.js @@ -88,9 +88,6 @@ registry.getResourceType(VOLUME_RESOURCE_TYPE, { names: [gettext('Volume'), gettext('Volumes')] }); - registry.getResourceType('OS::Nova::Flavor', { - names: [gettext('Flavor'), gettext('Flavors')] - }); registry.getResourceType('OS::Swift::Account', { names: [gettext('Object Account'), gettext('Object Accounts')] });