components/openstack/horizon/files/overrides.py
branchs11u2-sru
changeset 3363 fc202c871763
parent 3327 5abdd1497a6a
child 3809 eb8d6ce0657e
child 4156 4b1def16fe9b
--- a/components/openstack/horizon/files/overrides.py	Fri Oct 03 08:23:05 2014 -0700
+++ b/components/openstack/horizon/files/overrides.py	Fri Oct 03 10:13:24 2014 -0700
@@ -146,10 +146,9 @@
 # Project/Images & Snapshots/Actions
 ImagesTable._meta.row_actions = (LaunchImage, EditImage, DeleteImage,)
 
-# Change 'allocation_pools' and 'host_routes' fields to read-only in
+# Change 'host_routes' field to read-only in
 # Project/Networks/Create Network/Subnet Detail
 base_fields = CreateSubnetDetailAction.base_fields
-base_fields['allocation_pools'].widget.attrs['readonly'] = 'readonly'
 base_fields['host_routes'].widget.attrs['readonly'] = 'readonly'
 
 # Remove 'StackTopologyTab' from Project/Stacks/StackDetailTabs