Skip to content

Commit

Permalink
Refactored active/passive section of HA guide
Browse files Browse the repository at this point in the history
As part of the restructuring of the HA guide to include
active/active, the original active/passive page files
are now renamed to be prefaced with "ap-" to distinguish
them from the active/active pages, prefaced with "aa-".
The main ha-guide.txt file has also been edited to
reflect this change.

bug 1196096
blueprint improve-high-availability-support

Change-Id: I303f502a641278d1cdc9663381afd4c2be7cc67c
  • Loading branch information
Nicholas Chase committed Jun 30, 2013
1 parent d1d298e commit 9b43789
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
Expand Up @@ -4,9 +4,9 @@
The API node exposes OpenStack API endpoints onto external network (Internet).
It needs to talk to the Cloud Controller on the management network.

include::api-vip.txt[]
include::keystone.txt[]
include::glance-api.txt[]
include::cinder-api.txt[]
include::quantum-server.txt[]
include::api-pacemaker.txt[]
include::ap-api-vip.txt[]
include::ap-keystone.txt[]
include::ap-glance-api.txt[]
include::ap-cinder-api.txt[]
include::ap-quantum-server.txt[]
include::ap-api-pacemaker.txt[]
File renamed without changes.
File renamed without changes.
Expand Up @@ -3,5 +3,5 @@

The Cloud Controller sits on the management network and needs to talk to all other services.

include::mysql.txt[]
include::rabbitmq.txt[]
include::ap-mysql.txt[]
include::ap-rabbitmq.txt[]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions doc/src/docbkx/openstack-ha/ha-guide.txt
Expand Up @@ -5,9 +5,9 @@
include::intro.txt[]

include::ap-overview.txt[]
include::pacemaker.txt[]
include::cloud-controller.txt[]
include::api-node.txt[]
include::ap-pacemaker.txt[]
include::ap-cloud-controller.txt[]
include::ap-api-node.txt[]

include::aa-overview.txt[]
include::aa-database.txt[]
Expand Down

0 comments on commit 9b43789

Please sign in to comment.