Remove trailing whitespace.

A later commit introduces a test case that fails on trailing
whitespace.  This spec went in recently with trailing whitespace, so
fix it up so the tests will pass.

Change-Id: I2e12aae1080bf59998a20f1294515da27adc9a04
This commit is contained in:
Russell Bryant 2014-12-15 09:08:22 -05:00
parent 311d641522
commit f0698d6dd5
1 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ Restrictions
having TERMINATED_HTTPS as a protocol. In other cases TLS settings
will be disabled and have None or empty values.
There should be a meaningfull error message to a user explaining the exact
reason of a failure in case of an invalid configuration.
reason of a failure in case of an invalid configuration.
* Listener protocol is immutable. Changing the protocol will require
radical re-configuration of provider's back-end system, which seems to be
not justified for this use case. Tenant should create new listener.
@ -451,7 +451,7 @@ Performance Impact
This will prevent unnecessary resources consumption when, for example,
members are added to the pool used by listener.
It means that each Barbican TLS container will be validated only once
for a listener while it's still in use by this listener.
for a listener while it's still in use by this listener.
IPv6 Impact
-----------