diff options
| author | Dan Prince <dan.prince@rackspace.com> | 2011-03-17 10:45:46 -0400 |
|---|---|---|
| committer | Dan Prince <dan.prince@rackspace.com> | 2011-03-17 10:45:46 -0400 |
| commit | f8aa9485fe2048ff916d9dd40478ef0b1486077f (patch) | |
| tree | 2c52e9f19b9b10d9ddfc71fc904e0325d9b4f52c /nova/api | |
| parent | 732633c93f8d8cf71875d2caf096c9efbcf9dbce (diff) | |
Switch back to 'is not None' for personality_files check. (makes mark happy)
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/servers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py index bf21ed17f..6dd66a9a5 100644 --- a/nova/api/openstack/servers.py +++ b/nova/api/openstack/servers.py @@ -221,7 +221,6 @@ class Controller(wsgi.Controller): """ injected_files = [] - # NOTE(dprince): handle case where 'personality: null' is in JSON req if not personality: return injected_files |
