The document discusses high availability (HA) techniques in OpenStack. It covers HA concepts for both stateless and stateful services. For compute HA, it discusses server evacuation and instance migration without and with shared storage. It then covers different HA options for OpenStack controllers, including Pacemaker/Corosync/DRBD for active-active database clustering, Galera for MySQL replication, and HAProxy/Keepalived/VRRP for load balancing. An example HA architecture is shown using these technologies across availability zones.