<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Jun 13, 2011, at 4:40 PM, Stephen Broeker wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; position: static; z-index: auto; "><div>This used to work but when I now install SAIO and try to run startmain, I get the following stack trace:</div><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><div id="yiv1150988608"><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; position: static; z-index: auto; "><div>LookupError: Entry point 'swauth' not found in egg 'swift' (dir: /home/ubuntu/swift/trunk; protocols: paste.filter_factory, paste.filter_app_factory; entry_points: )</div><div><div><br></div></div></div></div></div></div></div></div></blockquote></div><br><div>This may help: <a href="http://tlohg.com/swauth-is-now-a-separate-project">http://tlohg.com/swauth-is-now-a-separate-project</a></div><div><br></div><div>Essentially, Swauth has moved to its own project to make it more obvious it is a distinct thing from Swift. So now you need to install Swauth separately and the only change you should need to make to your configs (once Swauth is installed) is to change the use = egg:swift#swauth to use = egg:swauth#swauth in your proxy-server.conf</div><div><br></div><div>This is true for Swift trunk code and the upcoming 1.4.1 release (or maybe the 1.4.0-3 release, I'm not sure the exact version designation has been decided on yet.)</div><div><br></div><div>Another option, if you're just doing development, is to use the basic TempAuth included in the Swift codebase. See the updated instructions at <a href="http://swift.openstack.org/development_saio.html">http://swift.openstack.org/development_saio.html</a> for that process. But that is actually a slightly more involved switch.</div></body></html>