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

Change-Id: I86c2f3dfee85bed03914f64e6da87b88c1cc1817
This commit is contained in:
Anh Tran 2017-01-23 13:42:45 +07:00
parent 526ed5510f
commit 7c5120ca21
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
~~~~~~~~~