Reputation: 10633
I'm creating docker container containing openstack keystone. Need to create initial data (projects, domains, users). Is it possible to do that without running keystone daemon?
Upvotes: 0
Views: 93
Reputation: 31
You could portentially try to take a mysql dump of the keystone database, and then import it back into the mysql that the docker will point to. We will obviously have to replace the IP's or hostnames for the other services.
Upvotes: 0