Comment 1 for bug 1618121

Revision history for this message
Alexander Maretskiy (maretskiy) wrote :

This is not a bug, and there should be a message printed at the end of services list [1].

 There are __unknown__ services because their types are not recognized automatically [2]:
application_catalog, computev3 and volumev2. This is normal since cloud can be configured to return custom service type name, however these services can be used without any restrictions by api_versions context [3]

[1] https://github.com/openstack/rally/blob/0.5.0/rally/cli/commands/deployment.py#L245-L252
[2] https://github.com/openstack/rally/blob/0.5.0/rally/consts.py#L119-L173
[3] https://github.com/openstack/rally/blob/0.5.0/rally/plugins/openstack/context/api_versions.py