Resolve a problem

Resolve a problemΒΆ

If a test fails, there are several ways to investigate the problem. You can search for the information about the problem in the logs of each OpenStack component, as well as in the test logs.

To resolve a health check issue:

  1. Verify that all OpenStack services are up and running.

    • In the Fuel web UI:

      1. Click Health Check.
      2. Run the Sanity tests.
    • In the Fuel CLI:

      1. View the list of services:

        nova-manage service list
        
  2. If any of the services have the XXX status, restart these services:

    service openstack-<service name> restart
    
  3. Analyze error messages in Dashboard, Networks, and other tabs, if any.

    For example, a test may fail for the following reasons:

    • A quota has been exceeded
    • Network configuration is incorrect
    • A general lack of resources, such as memory or disk space.
  4. Analyze the log files.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

Contents