On Fri, 2013-06-21 at 09:30 -0700, Chris Behrens wrote: > > On Mon, Jun 17, 2013 at 2:14 AM, Mark McLoughlin <[email protected]> > wrote: > > I don't know whether I like it yet or not, but here's how it might > look: > > > > [cells] > > parents = parent1 > > children = child1, child2 > > > > [cell:parent1] > > transport_url = qpid://host1/nova > > > > [cell:child1] > > transport_url = qpid://host2/child1_nova > > > > [cell:child2] > > transport_url = qpid://host2/child2_nova > […] > > Yeah, that's what I was picturing if going that route. I guess the > code for it is not bad at all. But with oslo.config, can I reload > (re-parse) the config file later, or does the service need to be > restarted?
Support for reloading should get merged soon: https://review.openstack.org/32231 Cheers, Mark. _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
