tenant add throws warning from essex-3 tag on github

Asked by koolhead17

bin/keystone-manage tenant add admin
WARNING:root:Database (mysql://keystone:keystone@192.168.1.1/keystone) is not version controlled; run `keystone-manage sync_database` or override your migrate version manually (see docs)

What am i doing wrong? Which particular documentation i should check to override this warning.

Also am getting the same warning at time i am starting the keystone service

/var/keystone/bin$ ./keystone

root : WARNING Database (mysql://keystone:keystone@192.168.1.1/keystone) is not version controlled; run `keystone-manage sync_database` or override your migrate version manually (see docs)

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Identity (keystone) Edit question
Assignee:
No assignee Edit question
Solved by:
koolhead17
Solved:
Last query:
Last reply:
Revision history for this message
Joseph Heck (heckj) said :
#1

koolhead17 -

This command is relevant to the Essex-3 release, but is no longer relevant to Essex4 (and the final Essex release). The updated commands are:

    keystone-manage db_sync

to initialize (and migrate) your database scheme based on the config file in /etc/keystone/keystone.conf

Revision history for this message
koolhead17 (koolhead17) said :
#2

Hi heckj,
I should have closed this question after having chat at IRC.
I have essex-4 keystone working with me. :)

Thanks again!!

:)