Change Registry Label for Server to Instance

The registry has OS::Nova::Server registered with a label of Server.

This is not consistent with "instance" naming in horizon.
This impacts usage in the search panel.

Before:
http://pasteboard.co/8wghjVS.png

After:
http://pasteboard.co/8whGcA1.png

Change-Id: I41e24b56afea127fdc6fc4f66d9d3b119807b649
Closes-Bug: 1569493
This commit is contained in:
Travis Tripp 2016-04-12 12:07:54 -06:00
parent 6ffb2f0216
commit 0d84df74ae
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
names: [gettext('Metadata Definition'), gettext('Metadata Definitions')]
});
registry.getResourceType('OS::Nova::Server', {
names: [gettext('Server'), gettext('Servers')]
names: [gettext('Instance'), gettext('Instances')]
});
registry.getResourceType('OS::Nova::Flavor', {
names: [gettext('Flavor'), gettext('Flavors')]