<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>I think that this could be done in the current proposal. Specifically, the account_id is an arbitrary string that is generated externally to Nova. You could, for example, easily identify an organizational hierarchy. For example, an accountID could be:</div>
<div><br>
</div>
<div>enterprise-org-project-milestone</div>
<div><br>
</div>
<div>From Nova's point of view, it makes no difference, so long as that string is associated with a usage event and regurgitated when reported. The cloud administrator can interpret it however it chooses. For simple organizations, it could be identical to the
 project_id, or even just blank. The project_id holds the network information, and the account_id tracks the usage and other notifications.</div>
<div><br>
</div>
<div>There's no good reason for Nova to have to model an organization internally; it certainly wouldn't match all the possible org structures available. </div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Devin Carlen <<a href="mailto:devin.carlen@gmail.com">devin.carlen@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Thu, 3 Feb 2011 12:02:38 -0800<br>
<span style="font-weight:bold">To: </span>Monsyne Dragon <<a href="mailto:mdragon@rackspace.com">mdragon@rackspace.com</a>><br>
<span style="font-weight:bold">Cc: </span><<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [Openstack] Pondering multi-tenant needs in nova.<br>
</div>
<div><br>
</div>
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div><font class="Apple-style-span" face="Courier New">We were just talking about this the other day.  We definitely need some kind of further hierarchy.  I think a typical kind of use case for multi-tenant could be something like:</font></div>
<div><font class="Apple-style-span" face="Courier New"><br>
</font></div>
<div><font class="Apple-style-span" face="Courier New">Enterprise contains Organizations</font></div>
<div><font class="Apple-style-span" face="Courier New"><br>
</font></div>
<div><font class="Apple-style-span" face="Courier New">Organizations contain Organizations and Projects</font></div>
<div><font class="Apple-style-span" face="Courier New"><br>
</font></div>
<div><font class="Apple-style-span" face="Courier New">Projects contain Instances, etc.</font></div>
<div><font class="Apple-style-span" face="Courier New"><br>
</font></div>
<div><font class="Apple-style-span" face="Courier New"><br>
</font></div>
<div><font class="Apple-style-span" face="Courier New">In this structure enterprise is just a top level organization.  If we structure it this way it would make metering and billing pretty simple.</font></div>
<div><font class="Apple-style-span" face="Courier New"><br>
</font></div>
<div><font class="Apple-style-span" face="Courier New"><br>
</font></div>
<div><font class="Apple-style-span" face="Courier New"><br>
</font></div>
<div><font class="Apple-style-span" face="Courier New"> </font></div>
<div><br>
</div>
<br>
<div>
<div>On Feb 2, 2011, at 5:37 PM, Monsyne Dragon wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div>I am sorting out some possible implementations for the multi-tenant-accounting blueprint, and the related system-usage-records bp,<br>
and I just wanted to run this by anyone interested in such matters.<br>
<br>
Basically, for multitenant purposes we need to introduce the concept of an 'account' in nova, representing a customer,  that basically acts as a label for a group of resources (instances, etc), and for access control (i.e customer a cannot mess w/ customer
 b's stuff)<br>
<br>
There was some confusion on how best to implement this, in relation to nova's project concept.  Projects are kind of like what we want an account to be, but there are some associations (like one project per network) which are not valid for our flat networking
 setup.  I am kind of straw-polling on which is better here:<br>
<br>
The options are:<br>
1) Create a new 'account' concept in nova,  with an account basically being a subgroup of a project (providers would use a single, default project, with additional projects added if needed for separate brands, or resellers, etc), add in access control per account
 as well as project, and make sure apis/auth specify account appropriately,  have some way for a default account to used (per project) so account doesn't get in the way for non-multitenant users.<br>
<br>
2) having account == nova's "project", and changing the network associations, etc so projects can support our model (as well as current models).  Support for associating accounts (projects) together for resellers, etc would either be delegated outside of nova
 or added later (it's not a current requirement).<br>
<br>
In either case, accounts would be identified by name, which would  be an opaque string an outside system/person would assign, and could structure to their needs (ie. for associating accounts with common prefixes, etc)<br>
<br>
-- <br>
<br>
--<br>
   -Monsyne Dragon<br>
   work:         210-312-4190<br>
   mobile        210-441-0965<br>
   google voice: 210-338-0336<br>
<br>
<br>
<br>
Confidentiality Notice: This e-mail message (including any attached or<br>
embedded documents) is intended for the exclusive and confidential use of the<br>
individual or entity to which this message is addressed, and unless otherwise<br>
expressly indicated, is confidential and privileged information of Rackspace.<br>
Any dissemination, distribution or copying of the enclosed material is prohibited.<br>
If you receive this transmission in error, please notify us immediately by e-mail<br>
at <a href="mailto:abuse@rackspace.com">abuse@rackspace.com</a>, and delete the original message.<br>
Your cooperation is appreciated.<br>
<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br>
</div>
</blockquote>
</div>
<br>
</div>
</div>
_______________________________________________ Mailing list: <a href="https://launchpad.net/~openstack">
https://launchpad.net/~openstack</a> Post to : <a href="mailto:openstack@lists.launchpad.net">
openstack@lists.launchpad.net</a> Unsubscribe : <a href="https://launchpad.net/~openstack">
https://launchpad.net/~openstack</a> More help : <a href="https://help.launchpad.net/ListHelp">
https://help.launchpad.net/ListHelp</a> </span>
</body>
</html>