I experimented the same problem when I tried to configure MySql
database.

After installing glance with

-- apt-get install glance

I started all the services with

-- glance-control all start

Everything seemde to be OK.

Only some complains from the scrubber, as reported in the log file
(scrubber.log)

2012-04-16 13:24:02 7768    ERROR [glance.store.filesystem] Could not find 
filesystem_store_datadir in configuration options.
2012-04-16 13:24:02 7768    ERROR [glance.store.base] Failed to configure store 
correctly. Disabling add method.
2012-04-16 13:24:02 7768    ERROR [glance.store.s3] Could not find 
s3_store_host in configuration options.
2012-04-16 13:24:02 7768    ERROR [glance.store.base] Failed to configure store 
correctly. Disabling add method.
2012-04-16 13:24:02 7768    ERROR [glance.store.swift] Could not find 
swift_store_auth_address in configuration options.
2012-04-16 13:24:02 7768    ERROR [glance.store.base] Failed to configure store 
correctly. Disabling add method.

But I think this is not a DB problem: maybe it's a problem related to
the storage back-end configuration.

---
Then I tried to use MySQL for the registry.

I prepared a SQL DB (as reported here http://docs.openstack.org/trunk
/openstack-compute/install/content/configure-glance-mysql.html) and I
modified glance-registry.conf (as reported here
http://glance.openstack.org/configuring.html).

I restarted all the services and I got the error reported at the
beginning of this bug report.

I presume the problem is in the DB that is not migrated from sqlite to
MySQL.

Could you possibly indicate how to do that manually or to create MySQL
DB tables and indexes from scratch?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/982787

Title:
  glance-registry start report error

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/982787/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to