Projects and Security Groups

  • by Blue Box Support July 28th, 2015
  • Tags:

    • keystone

    • projects

    • tenants

    • security groups

How can I get a list of projects from the command line?

$ openstack project list
+----------------------------------+---------+
| ID                               | Name    |
+----------------------------------+---------+
| 2b724e8f6ede4676938899457055a48c | admin   |
| 43888d7305334806a0658e02fff03309 | demo    |
| 8efeea7692e345bd81a326d0381311a7 | service |
+----------------------------------+---------+

Are security groups shared between projects?

No. Each project has its own independent set of security groups.