Comment 46 for bug 1604879

Revision history for this message
Vladimir Jigulin (vjigulin) wrote :

Verified on mos9+mu3 proposed

Deployed with:
Ceph RBD for volumes (Cinder)Configures Cinder to store volumes in Ceph RBD images.
Ceph RBD for images (Glance)Configures Glance to use the Ceph RBD backend to store images.
Ceph RBD for ephemeral volumes (Nova)

Without proposed repo:
root@node-2:~# openstack endpoint show s3
No service with a type, name or ID of 's3' exists.
root@node-2:~# openstack endpoint show object-store
No service with a type, name or ID of 'object-store' exists.

With proposed:
root@node-2:~# openstack endpoint show s3
+--------------+----------------------------------+
| Field | Value |
+--------------+----------------------------------+
| adminurl | http://10.109.7.9:8080 |
| enabled | True |
| id | 8eb8b8ad5c9e4e179005c3a077ca0c8a |
| internalurl | http://10.109.7.9:8080 |
| publicurl | http://10.109.10.6:8080 |
| region | RegionOne |
| service_id | 1ee7fbb29f534b3f9e8accbb152323de |
| service_name | swift_s3 |
| service_type | s3 |
+--------------+----------------------------------+
root@node-2:~# openstack endpoint show object-store
+--------------+-----------------------------------------------+
| Field | Value |
+--------------+-----------------------------------------------+
| adminurl | http://10.109.7.9:8080/v1/AUTH_%(tenant_id)s |
| enabled | True |
| id | 86119e71e30b486388145e1f9da0e0ef |
| internalurl | http://10.109.7.9:8080/v1/AUTH_%(tenant_id)s |
| publicurl | http://10.109.10.6:8080/v1/AUTH_%(tenant_id)s |
| region | RegionOne |
| service_id | c60c7967302744a1b87aa9cc366f8cc6 |
| service_name | swift |
| service_type | object-store |
+--------------+-----------------------------------------------+