summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Walsh <sandy.walsh@rackspace.com>2011-06-08 08:13:23 -0700
committerSandy Walsh <sandy.walsh@rackspace.com>2011-06-08 08:13:23 -0700
commitdcb0d38aa829e1e2492defffaf6ad393b809289b (patch)
treefca45912b5fc3e6801f85d5a48435275d4771434
parentad850e36f06569e22ef4d48be910c2372390f8e9 (diff)
removed straggler code
-rw-r--r--nova/compute/api.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py
index e09127d5c..b0949a729 100644
--- a/nova/compute/api.py
+++ b/nova/compute/api.py
@@ -55,11 +55,6 @@ def generate_default_hostname(instance_id):
class API(base.Base):
"""API for interacting with the compute manager."""
- # Should we create instances all-at-once or as single-shot requests.
- # Different schedulers use different approaches.
- # This is cached across all API instances.
- should_create_all_at_once = None # None implies uninitialized.
-
def __init__(self, image_service=None, network_api=None,
volume_api=None, hostname_factory=generate_default_hostname,
**kwargs):