Create a new project
Projects help you organize your resources(like servers, volumes, images) in groups for different purposes (like testing, staging, production, etc.) Each user already has a default project, you can create a new project in 3 simple steps. Click the dropdown at the top left of the dashboard that shows the name of the current project. (in this case, the project name is "Default") Cloudify Dashboard CliFew readersGenerate application credentials for project
To generate application credentials, the project must have access to the API Access link in the dashboard menu (Project category).Few readersHow to access openstack CLI for project
Requirements for openstack CLI access Application Credentials (see Generate application credentials for project) OpenStack Client (see Install the OpenStack client) For command list: openstack command list For more details about the command add --help Exemple: openstack server create --help openstack server create (Few readers