<div dir="ltr">Hi<div><br></div><div>I'm going through the glance installation guide here:</div><div><a href="https://docs.openstack.org/newton/install-guide-rdo/glance-install.html">https://docs.openstack.org/newton/install-guide-rdo/glance-install.html</a><br></div><div><br></div><div>The last step is:</div><div> su -s /bin/sh -c "glance-manage db_sync" glance<br></div><div><br></div><div>What tables should I expect in the glance database?</div><div>After executing that command above, this is what it currently shows:<br></div><div><div><br></div><div>MariaDB [keystone]> use glance;</div><div>Database changed</div><div>MariaDB [glance]> use tables;</div><div>ERROR 1049 (42000): Unknown database 'tables'</div><div>MariaDB [glance]> show tables;</div><div>Empty set (0.00 sec)</div><div><br></div><div>MariaDB [glance]> </div></div><div><br></div><div>I recall having the same issue with keystone when setting up its database. For a while it wasn't populated with anything, but now the keystone db has stuff in it after I fiddled around. I can't remember what I did though.</div><div><div><br></div><div>MariaDB [mysql]> use keystone;</div><div>Reading table information for completion of table and column names</div><div>You can turn off this feature to get a quicker startup with -A</div><div><br></div><div>Database changed</div><div>MariaDB [keystone]> show tables;</div><div>+------------------------+</div><div>| Tables_in_keystone     |</div><div>+------------------------+</div><div>| access_token           |</div><div>| assignment             |</div><div>| config_register        |</div><div>| consumer               |</div><div>| credential             |</div><div>| endpoint               |</div><div>| endpoint_group         |</div><div>| federated_user         |</div><div>| federation_protocol    |</div><div>| group                  |</div><div>| id_mapping             |</div><div>| identity_provider      |</div></div><div><br></div><div>I expect a similar set of tables in the glance db.</div><div><br></div></div>