The devstack job for the networking-ovn repo overrides the list of
enabled services to be a minimal set. Unfortunately, it's missing
mysql and rabbitmq which are required for devstack to start up
successfully with the other services that are enabled.
This patch also fixes enabling keystone by specifying it as 'key'
instead of 'keystone'.
Change-Id: I29a3b2c03559aeaba7c08431bfbed1fe21762666
This enables a simple check job for the stackforge/networking-ovn
project. Initially, this job simply verifies we can bring devstack
up with OVN configured as the Neutron ML2 MechanismDriver. As OVN
functionality grows, we'll slowly enable running tempest tests.
Note, the job is started as non-voting initially until we can
ensure it's stable. We'll move it to voting once we can ensure it
won't block current development and it's stable.
Change-Id: I14866fb86f6873e59ee3f9f0b6e280a235248fc9