Skip to content

Commit

Permalink
Apply copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mtruj013 committed Dec 5, 2024
1 parent 0b79e8d commit 06e8380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/openstack/architecture.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ <h2>OpenStack under the hood</h2>
</div>
<div class="p-section--shallow">
<p>
OpenStack uses a modular architecture with every service responsible for an individual cloud feature. This includes identity management, an image catalogue as well as all the compute, network and storage functions that are typically required to provision and decommission virtual machines.
OpenStack uses a modular architecture with every service responsible for an individual cloud feature. This includes identity management, an image catalog as well as all the compute, network and storage functions that are typically required to provision and decommission virtual machines.
</p>
<p>
The services are further broken down into processes based on a microservices architecture. Each process implements an atomic cloud function, such as handling user requests, proxying database queries or invoking various types of backend technologies used by OpenStack underneath.
</p>
<p>
In order to minimise its footprint, Canonical OpenStack ships with only the key features enabled by default. Additional features, such as CaaS or a Load Balancer can be enabled post-deployment with a single terminal command.
In order to minimize its footprint, Canonical OpenStack ships with only the key features enabled by default. Additional features, such as CaaS or a Load Balancer can be enabled post-deployment with a single terminal command.
</p>
</div>
<hr class="p-rule--muted" />
Expand Down Expand Up @@ -199,7 +199,7 @@ <h2>How does it work?</h2>
</div>
<div class="col">
<p>
In principle, OpenStack resembles the behaviour of leading public clouds. Users can provision resources from their own pool through a self-service portal. All requests are handled by OpenStack itself in a fully automated way. Don't believe it?
In principle, OpenStack resembles the behavior of leading public clouds. Users can provision resources from their own pool through a self-service portal. All requests are handled by OpenStack itself in a fully automated way. Don't believe it?
</p>
<hr class="p-rule--muted" />
<p>
Expand Down

0 comments on commit 06e8380

Please sign in to comment.