On 09/18/2013 12:53 PM, Mike Spreitzer wrote:
My question is about stacks that are not nested. Suppose, for example, that I create a stack that implements a shared service. Later I create a separate stack that uses that shared service. When creating that client stack, I would like to have a way of talking about its relationships with the service stack.

Thanks,
Mike


_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
You could use nova scheduling features to collocate the data in one area. Try using "NovaSchedulerHints" as a property to the OS::Nova::Server resource. I am not entirely sure how to setup the nova scheduler hints, but I expect google would find some hints :)

Regards
-steve

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to