Skip to content

Commit 1e13d2c

Browse files
fkrmbuechse
authored andcommitted
fix couple minor nits.
Signed-off-by: Felix Kronlage-Dammers <[email protected]>
1 parent e5d0774 commit 1e13d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Standards/scs-xxxx-v1-provider-network-standard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following terms are used throughout this document:
2525
| CSP | Cloud Service Provider, provider managing the OpenStack infrastructure. |
2626
| Server | Server object in the OpenStack Compute API, usually represents a virtual machine, though there are also compute drivers for containers and bare metal servers. |
2727
| Virtual Network | A virtualized network managed by OpenStack, provides connectivity between servers and other network resources, such as virtual routers. |
28-
| Virtual Router | OpenStack resource that can be used to route and bridge between virtual networks and provide other features such as NAT |
28+
| Virtual Router | OpenStack resource that can be used to route and bridge between virtual networks and provide other features such as NAT. |
2929
| Subnet | Subdivision of available IP address space using address prefixes. In OpenStack also an abstraction for controlling IP address allocation in a virtual network. |
3030
| DHCP | Dynamic Host Configuration Protocol: Used to automatically configure hosts in a network with IP addresses, default routes, and other information such as DNS servers. |
3131
| Prefix | IP address prefix of a given bit-length N, written as _ADDRESS/N_. Divides addresses into a network and a host part, a shorter prefix allows more hosts but takes up more address space. |
@@ -213,7 +213,7 @@ The CSP **SHOULD** offer allocation of external IPv4 addresses to user projects.
213213

214214
The CSP **MUST** provide every user project with a provider network that can route any external addresses that are allocated to the project.
215215
For external addresses from pool-allocated subnets, this requires support for dynamic routing.
216-
This provider network will in the following will be referred to as the _standard provider network_.
216+
This provider network in the following will be referred to as the _standard provider network_.
217217

218218
The standard provider network **MUST** have the `is_default` flag set to `True`, and it **MUST** be the only provider network in the project with `is_default` set to `True`.
219219
To avoid ambiguity, the standard provider network **SHOULD** be the only provider network available to projects by default.

0 commit comments

Comments
 (0)