Update rootwrap with code from oslo.

Change-Id: I30f1b8773840c098f1e38d09bf13f0863035289e
This commit is contained in:
Monty Taylor
2013-05-02 10:26:37 -04:00
parent 0a9055a083
commit c783ae3f29

View File

@@ -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()