Hi James, The ceph-radosgw charm does register endpoints with keystone. The catalog query below was against the deployment done by the 018-basic-trusty-liberty ceph-radosgw amulet test:
$ keystone catalog --service object-store Service: object-store +-------------+----------------------------------+ | Property | Value | +-------------+----------------------------------+ | adminURL | http://10.5.5.41:80/swift | | id | 5369a3e7cdc846af8c6a1cda90a6bd7a | | internalURL | http://10.5.5.41:80/swift/v1 | | publicURL | http://10.5.5.41:80/swift/v1 | | region | RegionOne | +-------------+----------------------------------+ Having said that I don't know whether ceph-radosgw supports managing qutoas via that api, I suspect not. Liam On Fri, Mar 25, 2016 at 9:56 PM, James Beedy <[email protected]> wrote: > Team, > > I have a need to increase the account quotas of my ceph-radosgw object > storage. To the extent of my knowledge, I need to preform api calls similar > to those found here: > http://docs.openstack.org/liberty/config-reference/content/object-storage-account-quotas.html > > Is this functionality currently supported by the object-store api? > > I feel like ceph-radosgw may not be passing the relational data on > identity joined hook to facilitate the creation of my needed endpoint. > > Has anyone else hit this yet? I feel like this is a legitimate bug with > either ceph-radosgw or keystone, although I could just be missing something. > > I feel like I need the public and internal endpoints created here: > http://docs.openstack.org/liberty/install-guide-ubuntu/swift-controller-install.html > > Any insight would be greatly appreciated! > > Thanks! > > James > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju > >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
