| commit | 677f225091f07b68f2a49656e204db9292783bbb | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Fri Oct 18 05:01:08 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Fri Oct 18 05:01:08 2013 +0000 |
| tree | ca56fefcfa0c87b7c5217c992c0069cfc769ebb7 | |
| parent | 49c3780d28fbe76e5563efa28cbda936378ebfda [diff] | |
| parent | c7a92800c9a2c3b3ed3b7f2a796ab9884a583403 [diff] |
Merge "remove useless step in cleanup_rpc_backend"
diff --git a/lib/rpc_backend b/lib/rpc_backend index a70c891..44c1e44 100644 --- a/lib/rpc_backend +++ b/lib/rpc_backend
@@ -86,10 +86,6 @@ else exit_distro_not_supported "zeromq installation" fi - - # Necessary directory for socket location. - sudo mkdir -p /var/run/openstack - sudo chown $STACK_USER /var/run/openstack fi }