Comment 1 for bug 1202479

Revision history for this message
Kashyap Chamarthy (kashyapc) wrote :

Hm, on further investigation:

Just to try further, I installed Sheepdog and cinderclient (complianed above), and tried to start glance-api.service:

    $ yum install sheepdog python-cinderclient -y
    $ systemctl start glance-api.service

The service starts successfully:

    $ systemctl status openstack-glance-api.service
    openstack-glance-api.service - OpenStack Image Service (code-named Glance) API server
       Loaded: loaded (/usr/lib/systemd/system/openstack-glance-api.service; disabled)
       Active: active (running) since Wed 2013-07-17 23:30:13 EDT; 7s ago
     Main PID: 2286 (glance-api)
       CGroup: name=systemd:/system/openstack-glance-api.service
               ├─2286 /usr/bin/python /usr/bin/glance-api --config-file /etc/glance/glance-api.conf
               └─2292 /usr/bin/python /usr/bin/glance-api --config-file /etc/glance/glance-api.conf

    Jul 17 23:30:13 fedostk systemd[1]: Starting OpenStack Image Service (code-named Glance) API server...
    Jul 17 23:30:13 fedostk systemd[1]: Started OpenStack Image Service (code-named Glance) API server.
    Jul 17 23:30:14 fedostk glance-api[2286]: 2013-07-17 23:30:14.094 2286 WARNING glance.store.base [-] Failed to configure store correctly: Store s3 could not be configured correctly. Reason: Coul...ng add method.
    Jul 17 23:30:14 fedostk glance-api[2286]: 2013-07-17 23:30:14.171 2286 WARNING glance.store.base [-] Failed to configure store correctly: Store cinder could not be configured correctly. Reason: ...ng add method.