add engine parameter for offline migrations
Bug #1327700 reported by
OpenStack Infra
on 2014-06-08
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| openstack-manuals |
Medium
|
Gauvain Pocentek |
Bug Description
https:/
commit de403598f608172
Author: Jakub Libosvar <email address hidden>
Date: Tue Apr 8 12:41:11 2014 +0200
add engine parameter for offline migrations
Offline migration required config file containing connection string.
In that case only engine from URL was used. With this patch engine can be
passed from command line (or config file) along with plugins which sql
script will be generated accordingly.
DocImpact
Change-Id: Ib667a71960b833
Closes-Bug: #1304326
Gauvain Pocentek (gpocentek)
on 2014-06-08
Changed in openstack-manuals: | |
status: | New → Confirmed |
Andreas Jaeger (jaegerandi) wrote : | #1 |
Changed in openstack-manuals: | |
assignee: | nobody → Gauvain Pocentek (gpocentek) |
importance: | Undecided → Medium |
Gauvain Pocentek (gpocentek) wrote : | #2 |
Unless I'm mistaken, the engine option is a CLI option, so it will not appear in our tables.
Changed in openstack-manuals: | |
status: | Confirmed → Invalid |
To post a comment you must log in.
Gauvain, I do not see "[database] engine" for nova.conf in our tables but it's AFAIK still in neutron. Any ideas?