aisbaa
aisbaa

Reputation: 10633

Fixtures for openstack keystone

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

Answers (1)

Alok Shrivastwa
Alok Shrivastwa

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

Related Questions