Sahara can't be started after upgrade with the following error:
2015-10-19 14:05:23.142 22507 ERROR sahara Traceback (most recent call last):
2015-10-19 14:05:23.142 22507 ERROR sahara File "/usr/local/bin/sahara-api", line 10, in <module>
2015-10-19 14:05:23.142 22507 ERROR sahara sys.exit(main())
2015-10-19 14:05:23.142 22507 ERROR sahara File "/opt/stack/new/sahara/sahara/cli/sahara_api.py", line 53, in main
2015-10-19 14:05:23.142 22507 ERROR sahara app = server.make_app()
2015-10-19 14:05:23.142 22507 ERROR sahara File "/opt/stack/new/sahara/sahara/main.py", line 106, in make_app
2015-10-19 14:05:23.142 22507 ERROR sahara app_loader = oslo_wsgi.Loader(CONF)
2015-10-19 14:05:23.142 22507 ERROR sahara File "/usr/local/lib/python2.7/dist-packages/oslo_service/wsgi.py", line 311, in __init__
2015-10-19 14:05:23.142 22507 ERROR sahara raise ConfigNotFound(path=config_path)
2015-10-19 14:05:23.142 22507 ERROR sahara ConfigNotFound: Could not find config at api-paste.ini
2015-10-19 14:05:23.142 22507 ERROR sahara
Reviewed: https:/ /review. openstack. org/236972 /git.openstack. org/cgit/ openstack/ sahara/ commit/ ?id=9fff9613d06 49fdd537cc21e2e aa4a8497d31f2c
Committed: https:/
Submitter: Jenkins
Branch: master
commit 9fff9613d0649fd d537cc21e2eaa4a 8497d31f2c
Author: Andrey Pavlov <email address hidden>
Date: Mon Oct 19 16:22:23 2015 +0300
Fixing grenade job
api-paste.ini should be copied to config directory
Change-Id: Ie9da7378701685 16027f27f6513c9 220ab521781
Closes-bug: #1507646