初学openstack的感悟,如果不对后续还会改正。
1. 对于identity中user、tenant、role的区别?
1.1 定义
openstack官网定义User为“In OpenStack Identity, entities represent individual API consumers and are owned by a specific domain. In OpenStack Compute, a user can
be associated with roles, projects, or both”
openstack官网定义Tenant为"A
group of users; used to isolate access to Compute resources. An alternative term for a project”
openstack官网定义role为“A personality that a user assumes to perform a specific
set of operations. A role includes a set of rights and privileges. A user assuming that role inherits those rights and privileges.”
* project在V3中已经代替了tenant.
1.2 区别与联系