Merge "Typo fix: interupt => interrupt, accross => across"

This commit is contained in:
Jenkins 2017-01-27 09:23:39 +00:00 committed by Gerrit Code Review
commit 767c3c72f1
2 changed files with 2 additions and 2 deletions

View File

@ -687,4 +687,4 @@ Why?
Adapters and Contexts are regulary called via the update status hook to assess
whether a charm is ready. If calling the Context or Adapter has unexpected
side effects it could interupt service. See `Bug #1605184 <https://bugs.launchpad.net/charms/+source/nova-cloud-controller/+bug/1605184>`__ for an example of this issue.
side effects it could interrupt service. See `Bug #1605184 <https://bugs.launchpad.net/charms/+source/nova-cloud-controller/+bug/1605184>`__ for an example of this issue.

View File

@ -186,7 +186,7 @@ across them.
However, the congress endpoint registered in Keystone is still 10.5.3.128, so
if congress/1 dies clients will fail to connect unless they explicitly set
congress url. To fix this a Congress VIP can be registered in Keystone and
the VIP floated accross the Congress units using the hacluster charm.
the VIP floated across the Congress units using the hacluster charm.
Adding HA
~~~~~~~~~