From c17d93d861fc2a34fbd2f2609c0d7989ce011822 Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Thu, 23 Feb 2012 15:30:42 -0800 Subject: [PATCH] Removed a *really* outdated setting. Change-Id: Ib91d78c7bf8974dbf0833853ae1a7e84fb0a09fe --- openstack-dashboard/local/local_settings.py.example | 3 --- 1 file changed, 3 deletions(-) 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