Advertisement
Guest User

Untitled

a guest
Jan 26th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. vagrant@saio:/etc/swift$ swift-dispersion-populate
  2. Traceback (most recent call last):
  3. File "/usr/local/bin/swift-dispersion-populate", line 6, in <module>
  4. exec(compile(open(__file__).read(), __file__, 'exec'))
  5. File "/vagrant/swift/bin/swift-dispersion-populate", line 120, in <module>
  6. if not c.read(conffile):
  7. File "/usr/lib/python2.7/ConfigParser.py", line 305, in read
  8. self._read(fp, filename)
  9. File "/usr/lib/python2.7/ConfigParser.py", line 546, in _read
  10. raise e
  11. ConfigParser.ParsingError: File contains parsing errors: /etc/swift/dispersion.conf
  12. [line 5]: ' auth_url = https://xxxxx/v2.0\n'
  13. [line 6]: ' auth_user = tenant:admin0\n'
  14. [line 7]: ' auth_key = password\n'
  15. [line 8]: ' auth_version = 2.0\n'
  16. [line 9]: ' endpoint_type = publicURL\n'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement