Peter Lomakin 8ac684d600 Small refactors in the steps.py
Added fixed_range and and noVNC rules
2013-10-16 18:24:28 +04:00

17 lines
582 B
Gherkin

Feature: Configuration consistency
Scenario: Nova has proper Keystone host
Given I use OpenStack 2013.1
And Nova has "auth_strategy" equal to "keystone"
And Keystone addresses are @X
Then Nova should have "keystone_authtoken.auth_host" in "$X"
Scenario: Nova has proper fixed_range settings for Grizzly release
Given I use OpenStack 2013.1
And Nova has "fixed_range" equal to ""
Scenario: Nova has proper settings for NoVNC
Given I use OpenStack 2013.1
And Controller addresses are @X
Then Nova should have "novncproxy_base_url" in "$X"