diff options
| author | Dan Wendlandt <dan@nicira.com> | 2011-08-12 17:33:30 -0700 |
|---|---|---|
| committer | Dan Wendlandt <dan@nicira.com> | 2011-08-12 17:33:30 -0700 |
| commit | 86d2109b8f3b27e460aa41c11924166cb07d7bb4 (patch) | |
| tree | 99b79011748fc0b67df507db103779237caa40a9 /setup.py | |
| parent | 18f09f165b5dca5f11253b143045b2ff7327532d (diff) | |
| parent | fe0bde67193ce76376e72a7263b89240a63722a8 (diff) | |
merge in trunk, resolving conflicts with ttx's branch to switch from using sudo to run_as_root=True
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,7 +123,6 @@ setup(name='nova', 'bin/nova-console', 'bin/nova-dhcpbridge', 'bin/nova-direct-api', - 'bin/nova-import-canonical-imagestore', 'bin/nova-logspool', 'bin/nova-manage', 'bin/nova-network', @@ -133,4 +132,5 @@ setup(name='nova', 'bin/stack', 'bin/nova-volume', 'bin/nova-vncproxy', - 'tools/nova-debug']) + 'tools/nova-debug'], + py_modules=[]) |
