how swift to be the backend of glance to store image
Dear masters,
Recently I dig into swift and glance. 2 questions puzzled me here: 1) I found there are 2 kinds of default project in Openstack: admin and services. I upload one image which owner is admin. I configure it as container_format: bare. As u know the image will be located in /var/lib/glance/node instead of /var/lib/glance/images that I have configured Swift as the backend of Glance. but I use the command: swift-object-info xxxxxxxx.data to check the detail of the object, I found the container of this object is Glance, the account of this object is services, instead of admin. is that correct? as I imagine the account of this object should be the same as the owner of the image: admin?
2) under the path: /var/lib/glance/node, I found 2 sub-directory: 1 and 2, what are they used for? http:// (image description), does it represent 2 object-servers seperately?