Fix a typo in cfg.scale.yaml and config.html
TrivialFix Change-Id: Id47167adb634808faefb3e7f2ebf1d807551702c
This commit is contained in:
parent
6231f60073
commit
88e5115fc3
@ -63,7 +63,7 @@ permissions and limitations under the License.
|
|||||||
<md-radio-group ng-model="availability_zone" ng-change="changeTopology()">
|
<md-radio-group ng-model="availability_zone" ng-change="changeTopology()">
|
||||||
<md-radio-button value="1" class="md-primary">Let Nova Decide</md-radio-button>
|
<md-radio-button value="1" class="md-primary">Let Nova Decide</md-radio-button>
|
||||||
<md-radio-button value="2" class="md-primary">Available Zone</md-radio-button>
|
<md-radio-button value="2" class="md-primary">Available Zone</md-radio-button>
|
||||||
<div class="row" ng-show="availability_zone==2;" popover="Leave empty if you prefer to have the Nova scheduler place the server VMs If you want to pick a particular AZ, put that AZ name (e.g. nova) If you want a paticular compute host, put the AZ and compute host names separated by ':' (e.g. nova:tme100) Note that this is ignored/overriden if you choose 'Use Topology'" popover-trigger="mouseenter" popover-placement="bottom">
|
<div class="row" ng-show="availability_zone==2;" popover="Leave empty if you prefer to have the Nova scheduler place the server VMs If you want to pick a particular AZ, put that AZ name (e.g. nova) If you want a paticular compute host, put the AZ and compute host names separated by ':' (e.g. nova:tme100) Note that this is ignored/overridden if you choose 'Use Topology'" popover-trigger="mouseenter" popover-placement="bottom">
|
||||||
<form name="userForm">
|
<form name="userForm">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div layout="" layout-sm="column">
|
<div layout="" layout-sm="column">
|
||||||
@ -269,4 +269,4 @@ permissions and limitations under the License.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -70,7 +70,7 @@ server:
|
|||||||
# If you want to pick a particular AZ, put that AZ name (e.g. nova)
|
# If you want to pick a particular AZ, put that AZ name (e.g. nova)
|
||||||
# If you want a paticular compute host, put the AZ and compute host names
|
# If you want a paticular compute host, put the AZ and compute host names
|
||||||
# separated by ':' (e.g. nova:tme100)
|
# separated by ':' (e.g. nova:tme100)
|
||||||
# Note that this is ignored/overriden if you specify a topology file (-t)
|
# Note that this is ignored/overridden if you specify a topology file (-t)
|
||||||
availability_zone:
|
availability_zone:
|
||||||
|
|
||||||
# Number of tenants to be created on the cloud
|
# Number of tenants to be created on the cloud
|
||||||
@ -124,7 +124,7 @@ client:
|
|||||||
# If you want to pick a particular AZ, put that AZ name (e.g. nova)
|
# If you want to pick a particular AZ, put that AZ name (e.g. nova)
|
||||||
# If you want a paticular compute host, put the AZ and compute host names
|
# If you want a paticular compute host, put the AZ and compute host names
|
||||||
# separated by ':' (e.g. nova:tme100)
|
# separated by ':' (e.g. nova:tme100)
|
||||||
# Note that this is ignored/overriden if you specify a topology file (-t)
|
# Note that this is ignored/overridden if you specify a topology file (-t)
|
||||||
availability_zone:
|
availability_zone:
|
||||||
|
|
||||||
# Progression testing configuration
|
# Progression testing configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user