Merge "Make neutron quota names translatable"
This commit is contained in:
commit
6c2193b994
@ -64,6 +64,14 @@ def get_quota_name(quota):
|
||||
'per_volume_gigabytes': _('Per Volume Size (GiB)'),
|
||||
'groups': _('Volume Groups'),
|
||||
'dm-crypt': _('dm-crypt'),
|
||||
# Neutron
|
||||
'network': _('Networks'),
|
||||
'subnet': _('Subnets'),
|
||||
'port': _('Ports'),
|
||||
'router': _('Routers'),
|
||||
'floatingip': _('Floating IPs'),
|
||||
'security_group': _('Security Groups'),
|
||||
'security_group_rule': _('Security Group Rules'),
|
||||
}
|
||||
|
||||
QUOTA_DYNAMIC_NAMES = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user