<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 09/18/2013 12:53 PM, Mike Spreitzer
wrote:<br>
</div>
<blockquote
cite="mid:OFF8E4C8A1.4AEB94D7-ON85257BEA.006D21F5-85257BEA.006D4A52@us.ibm.com"
type="cite"><tt><font size="2">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.</font></tt>
<br>
<br>
<tt><font size="2">Thanks,</font></tt>
<br>
<tt><font size="2">Mike</font></tt>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
OpenStack-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a>
</pre>
</blockquote>
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 :)<br>
<br>
Regards<br>
-steve<br>
<br>
</body>
</html>