Adding Account to Project #9148
-
Hello All, I have a few questions regarding project initialization in Apache CloudStack. Specifically, I would like to understand the relationship between domains, users, and projects. Domain and User Creation: Is it necessary to create an admin account under a specific domain and then create users under this same domain, and are the domains registered somewhere? Adding Users to a Project: Once a project is created, how are users added to it? Are there specific permissions or roles that need to be assigned? Any insights or guidance on these topics would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@my-code-AL Adding Users to a Project: After creating a project you can use |
Beta Was this translation helpful? Give feedback.
@my-code-AL
For domains and users: it is not necessary to create domain admin account for each domain. You can create new domains and accounts under the domain as a root admin itself. I'm not sure what you mean by domains registered somewhere. CloudStack keeps track of domains as with other entities in its database. You can track domains for your env with listDomains API or Domains section in the UI. It is an organisational unit which can help track and limit usage.
Adding Users to a Project: After creating a project you can use
addAccountToProject
API or use the UI,You can add existing account or user to the project.