Hide Forgot
You have a typo on the object-server entry: cat /etc/tmpfiles.d/openstack-swift.conf # swift needs a couple of directories in /var/run d /var/run/swift 0755 swift root d /var/run/swift/account-server 0755 swift root d /var/run/swift/auth-server 0755 swift root d /var/run/swift/container-server 0755 swift root d /var/run/swift/object-sever 0755 swift root d /var/run/swift/proxy-server 0755 swift root It should be: d /var/run/swift/object-server 0755 swift root
http://pkgs.fedoraproject.org/gitweb/?p=openstack-swift.git;a=commitdiff;h=a95170b18854d1bba64e3e27a042d76a7e0982b2
wow, that was fast! Thanks a lot!