Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Ensure extension aliases are used for nova based services
This commit fixes the extension checker in verify-tempest-config to ensure that nova and nova based services are using the extension aliases instead of the extension names. The extension names are meant to be human readable and are not the best way to identify it. This is what the tempest code is also expecting, however in some cases the name was still being used by the verify tool, which was incorrect. As part of this it was necessary to fix several other places where name was being used instead of alias, or other extension list formatting response checking was incorrect. Change-Id: I35f5db655f065f29760515a26db1fb508d229393
- Loading branch information
Showing
4 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters