Jump to: navigation, search

Difference between revisions of "OpsGuide/Managing Projects and Users"

m
m
 
Line 1: Line 1:
* [[Managing Projects|Managing Projects]]
+
* [[OpsGuide/Managing Projects|Managing Projects]]
** [[Managing Projects#Adding Projects|Adding Projects]]
+
** [[OpsGuide/Managing Projects#Adding Projects|Adding Projects]]
* [[Quotas|Quotas]]
+
* [[OpsGuide/Quotas|Quotas]]
** [[Quotas#Set_Image_Quotas|Set Image Quotas]]
+
** [[OpsGuide/Quotas#Set_Image_Quotas|Set Image Quotas]]
** [[Quotas#Set_Compute_Service_Quotas|Set Compute Service Quotas]]
+
** [[OpsGuide/Quotas#Set_Compute_Service_Quotas|Set Compute Service Quotas]]
*** [[Quotas#View_and_update_compute_quotas_for_a_tenant_.28project.29|View and update compute quotas for a tenant (project)]]
+
*** [[OpsGuide/Quotas#View_and_update_compute_quotas_for_a_tenant_.28project.29|View and update compute quotas for a tenant (project)]]
** [[Quotas#Set_Object_Storage_Quotas|Set Object Storage Quotas]]
+
** [[OpsGuide/Quotas#Set_Object_Storage_Quotas|Set Object Storage Quotas]]
** [[Quotas#Set_Block_Storage_Quotas|Set Block Storage Quotas]]
+
** [[OpsGuide/Quotas#Set_Block_Storage_Quotas|Set Block Storage Quotas]]
*** [[Quotas#View_and_update_Block_Storage_quotas_for_a_tenant_.28project.29|View and update Block Storage quotas for a tenant (project)]]
+
*** [[OpsGuide/Quotas#View_and_update_Block_Storage_quotas_for_a_tenant_.28project.29|View and update Block Storage quotas for a tenant (project)]]
* [[User Management|User Management]]
+
* [[OpsGuide/User Management|User Management]]
** [[User_Management#Creating_New_Users|Creating New Users]]
+
** [[OpsGuide/User_Management#Creating_New_Users|Creating New Users]]
** [[User_Management#Associating Users with Projects|Associating Users with Projects]]
+
** [[OpsGuide/User_Management#Associating Users with Projects|Associating Users with Projects]]
*** [[User_Management#Customizing Authorization|Customizing Authorization]]
+
*** [[OpsGuide/User_Management#Customizing Authorization|Customizing Authorization]]
*** [[User_Management#Users Who Disrupt Other Users|Users Who Disrupt Other Users]]
+
*** [[OpsGuide/User_Management#Users Who Disrupt Other Users|Users Who Disrupt Other Users]]
* [[Summary|Summary]]
+
* [[OpsGuide/Summary|Summary]]
  
 
An OpenStack cloud does not have much value without users. This chapter covers topics that relate to managing users, projects, and quotas. This chapter describes users and projects as described by version 2 of the OpenStack Identity API.
 
An OpenStack cloud does not have much value without users. This chapter covers topics that relate to managing users, projects, and quotas. This chapter describes users and projects as described by version 2 of the OpenStack Identity API.

Latest revision as of 03:05, 14 November 2017

An OpenStack cloud does not have much value without users. This chapter covers topics that relate to managing users, projects, and quotas. This chapter describes users and projects as described by version 2 of the OpenStack Identity API.

Projects or Tenants?

In OpenStack user interfaces and documentation, a group of users is referred to as a project or tenant. These terms are interchangeable.

The initial implementation of OpenStack Compute had its own authentication system and used the term project. When authentication moved into the OpenStack Identity (keystone) project, it used the term tenant to refer to a group of users. Because of this legacy, some of the OpenStack tools refer to projects and some refer to tenants.

Tip icon.svg Tip

This guide uses the term project, unless an example shows interaction with a tool that uses the term tenant.