You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

While upgrading the openstack platform we upgrade one service at a time. This article gives an overview of how to test core-functionality for each service.

Keystone

To verify the operation of keystone the following openstack-commands can be used:

  • List all openstack projects

    • openstack project list
  • List openstack-groups groups from LDAP. 
    • openstack group list --domain NTNU
  • List API-URL's for the other services
    • openstack catalog list


Glance

Testing glance can be done quick and easy, by seeing that it can list images:

  • openstack image list

It can also be tested a bit more thouroughly by uploading an image:

Cinder

-

Neutron

API-nodes

-

BGP-agents

-

Network-nodes

-

Placement

-

Nova


Nova API

-

Nova-services

-

Heat

-

Barbican

-

Magnum

-

Octavia

-

Horizon

  • No labels