mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
cloudstack_admin and Book_Info_Admin: new book files; publican-adminguide.cfg: added condition tag; projects: promoted to chapter; projects-overview: was projects; provisioning-steps: removed "Changing root password" as this is already included in ui.xml; ui: added sshkeys section; user-services-overview: moved 2 sections into accounts.xml; and various other updates.
16 lines
905 B
XML
16 lines
905 B
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
|
|
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
|
|
%BOOK_ENTITIES;
|
|
]>
|
|
<section id="configuring-projects">
|
|
<title>Configuring Projects</title>
|
|
<para>Before CloudPlatform users start using projects, the CloudPlatform administrator must set
|
|
up various systems to support them, including membership invitations, limits on project
|
|
resources, and controls on who can create projects.</para>
|
|
<xi:include href="set-up-invitations.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="set-resource-limits-for-projects.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="set-projects-creator-permissions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
</section>
|
|
|