OpenStack | Users

Command syntax for reference: openstack user <action> <--parameters values> <username> <action>: list, create, set, show, help... <parameters>: domain, project, description, email... To check the list of users cumulus@server01:~$ openstack user list +----------------------------------+-----------+ | ID                               | Name      | +----------------------------------+-----------+ | bf8e72b9dab54fce9582d0eb6acee95a | placement | | c30b5df613ae4e818c8f7b38afdc2dae | neutron   | | cd557406ef264e47a83856406c39f54c | admin     | | d20131a2f7644c1b8a2d1bed13fe71ef | demo      | | e9ec70ddc0114ed1a1fa97bdf007c200 … Continue reading OpenStack | Users

OpenStack | Services

OpenStack is a collection of services, with each service running on at least one server(node) cumulus@server01:~$ openstack service list +----------------------------------+-----------+-------- ---+ | ID                               | Name      | Type    | +----------------------------------+-----------+-------- ---+ | 0e4cbb5c4c1046a7a89e2578cb011a6e | neutron   | network   | | 37b351b5be1842758fc98f65aba11a29 | nova      | compute   | | 3e0b056517334fbc8794ef7ec6a7a4c7 | glance    | image   | | 86849f24e69143d8aa41007ea81e3a8c | keystone  | identity  | | ae795f1be3bb48bc865e219f4f2ecc35 | placement … Continue reading OpenStack | Services

OpenStack | Projects

Command syntax for reference: openstack project <action> <--parameters values> <project-name> <action>: list, create... <--parameters>: --domain, --help... Terminology: Projects are also sometimes referred to as Tenants or Accounts To view all the projects, based on the user privileges, since we are now the admin, we can see the projects belonging to all the domains, note that … Continue reading OpenStack | Projects