Removed L2 cache from openstack (not really usefull right now)

This commit is contained in:
Adolfo Gómez García 2020-06-02 01:06:00 +02:00
parent 56eefa10a9
commit a982d64190
4 changed files with 6 additions and 4 deletions

View File

@ -84,7 +84,7 @@ class LiveService(Service):
# : because we don't use it
cacheTooltip = _('Number of desired machines to keep running waiting for an user')
usesCache_L2 = True # L2 Cache are running machines in suspended state
usesCache_L2 = False # L2 Cache are running machines in suspended state
cacheTooltip_L2 = _('Number of desired machines to keep suspended waiting for use')
# : If the service needs a s.o. manager (managers are related to agents
# : provided by services itselfs, i.e. virtual machines with actors)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
// Typescript
gettext("Launching service");
gettext("Please wait");
gettext("Remember that UDS Plugin is required in order for this service to be launched");
gettext("Remember that you will need the USD client on your platform to access the service");
gettext("Error launching service");
gettext("seconds");
gettext("Service is in maintenance");
@ -29,7 +29,9 @@ gettext("No");
gettext("Dashboard");
gettext("Downloads");
gettext("Logout");
gettext("UDS Client");
gettext("About");
gettext("UDS Client");
gettext("About");
gettext("Information");
gettext("Client IP");