Alfredo Moralejo 85d0a023a4 Disable watcher create_schema
According to https://review.openstack.org/#/c/419031/ the only
command to be executed to populate watcher DB is:

watcher-db-manage --config-file /etc/watcher/watcher.conf upgrade head

create_schema command is not longer needed, and in fact is not
creating table apscheduler_jobs properly.

Note that p-o-i jobs keep working because the version of APScheduler
currently in RDO creates table apscheduler_jobs automatically
in SQLAlchemyJobStore initialization. This is not longer true
in recent versions, so it will break as soon as APScheduler is
updated, so let's fix it.

[1] bf99bff8ea (diff-c47a8d544459e39b2dc3dfeb50a4ec6bR55)

Change-Id: If0338362f9b7b9c90390a836a40b0036adc958a3
2017-07-12 21:00:58 +02:00
..
2016-11-30 11:06:33 -07:00
2017-02-02 22:15:04 +00:00
2016-11-30 11:06:33 -07:00
2017-01-06 11:11:47 -05:00
2016-12-16 00:38:14 +00:00
2017-06-30 13:41:16 +08:00
2017-06-08 08:40:39 +08:00
2016-04-01 20:32:35 -04:00
2016-11-30 11:06:33 -07:00
2017-07-12 21:00:58 +02:00
2017-04-26 19:51:44 +02:00