Fix typo in baremetal_group & AuthGroup of config.py
"parameters" was mis-spelled as "paremeters"
"usable" was mis-spelled as "useable"
Change-Id: If33f5cc8472737227606d563ad949b9b3de78ad5
Closes-Bug: #1489417
diff --git a/tempest/config.py b/tempest/config.py
index 0262d1b..4efb1ee 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -77,7 +77,7 @@
cfg.BoolOpt('create_isolated_networks',
default=True,
help="If allow_tenant_isolation is set to True and Neutron is "
- "enabled Tempest will try to create a useable network, "
+ "enabled Tempest will try to create a usable network, "
"subnet, and router when needed for each tenant it "
"creates. However in some neutron configurations, like "
"with VLAN provider networks, this doesn't work. So if "
@@ -1136,7 +1136,7 @@
title='Baremetal provisioning service options',
help='When enabling baremetal tests, Nova '
'must be configured to use the Ironic '
- 'driver. The following paremeters for the '
+ 'driver. The following parameters for the '
'[compute] section must be disabled: '
'console_output, interface_attach, '
'live_migration, pause, rescue, resize '