Hi

I'm going through the glance installation guide here:
https://docs.openstack.org/newton/install-guide-rdo/glance-install.html

The last step is:
 su -s /bin/sh -c "glance-manage db_sync" glance

What tables should I expect in the glance database?
After executing that command above, this is what it currently shows:

MariaDB [keystone]> use glance;
Database changed
MariaDB [glance]> use tables;
ERROR 1049 (42000): Unknown database 'tables'
MariaDB [glance]> show tables;
Empty set (0.00 sec)

MariaDB [glance]>

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.

MariaDB [mysql]> use keystone;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
MariaDB [keystone]> show tables;
+------------------------+
| Tables_in_keystone     |
+------------------------+
| access_token           |
| assignment             |
| config_register        |
| consumer               |
| credential             |
| endpoint               |
| endpoint_group         |
| federated_user         |
| federation_protocol    |
| group                  |
| id_mapping             |
| identity_provider      |

I expect a similar set of tables in the glance db.
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to