diff --git a/openstack-dashboard/local/local_settings.py.example b/openstack-dashboard/local/local_settings.py.example index d13e7255b..9e19f6485 100644 --- a/openstack-dashboard/local/local_settings.py.example +++ b/openstack-dashboard/local/local_settings.py.example @@ -102,6 +102,3 @@ LOGGING = { } } } - -# How much ram on each compute host? -COMPUTE_HOST_RAM_GB = 16