mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-11 05:17:55 +03:00
Fixed Names of ovirt providers to include RHEV (that also supports)
This commit is contained in:
parent
1b3d156e6c
commit
573e6b5d1f
@ -54,7 +54,7 @@ class OVirtLinkedService(Service):
|
||||
# : Name to show the administrator. This string will be translated BEFORE
|
||||
# : sending it to administration interface, so don't forget to
|
||||
# : mark it as _ (using ugettext_noop)
|
||||
typeName = _('oVirt Linked Clone (Experimental)')
|
||||
typeName = _('oVirt/RHEV Linked Clone')
|
||||
# : Type used internally to identify this provider
|
||||
typeType = 'oVirtLinkedService'
|
||||
# : Description shown at administration interface for this provider
|
||||
|
@ -71,7 +71,7 @@ class Provider(ServiceProvider):
|
||||
# : Name to show the administrator. This string will be translated BEFORE
|
||||
# : sending it to administration interface, so don't forget to
|
||||
# : mark it as _ (using ugettext_noop)
|
||||
typeName = _('oVirt Platform Provider')
|
||||
typeName = _('oVirt/RHEV Platform Provider')
|
||||
# : Type used internally to identify this provider
|
||||
typeType = 'oVirtPlatform'
|
||||
# : Description shown at administration interface for this provider
|
||||
|
Loading…
Reference in New Issue
Block a user