This document provides a conceptual overview of the OpenStack architecture in 3 sentences or less:
OpenStack is an open source cloud operating system that consists of a set of interrelated services that are written in Python and provide APIs to interact with components like compute, networking, storage and identity. The core components include compute (Nova), object storage (Swift), block storage (Cinder), image service (Glance), identity (Keystone), networking (Quantum), and dashboard (Horizon), which provides a web-based user interface. Each component communicates with others via APIs to provide infrastructure as a service capabilities.