diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-05-11 00:06:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-05-11 00:06:26 +0000 |
| commit | 260d7efce73d2f175a8f647e61d3ff5b71e0f885 (patch) | |
| tree | 5301fb1074ca595b44348ffd8c39154be03d512b /bin | |
| parent | be9435f1849037ab3e5ba9aa88e7db30ca616459 (diff) | |
| parent | 9c5890cb780587a895a4ac6680dbb4306c30e56f (diff) | |
Merge "Update rootwrap with code from oslo."
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-rootwrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/nova-rootwrap b/bin/nova-rootwrap index f37958ba5..5e3c4fa23 100755 --- a/bin/nova-rootwrap +++ b/bin/nova-rootwrap @@ -17,6 +17,6 @@ # limitations under the License. # Temporary shim to do a devstack transition -from nova.cmd import rootwrap +from nova.openstack.common.rootwrap import cmd -rootwrap.main() +cmd.main() |
