I'm relative new to Openstack/Microstack platforms.
I have a Microstack environment with three projects:
- Two projects that created by default: "admin" and "service".
- One project that I created in my own: "myProject"
I noticed that when I am creating a new server using Microstack CLI, the server is automatically allocated in the "admin" Project, even if I specified (using --nic port-id) ports that belong to "myProject" project.
In contrast to creating new networks, subnetworks or ports, the command "microstack.openstack server create" have no "--project" flag.
Is there any way to create a new server in "myProject" project using Microstack CLI?
Thanks