You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Standards/scs-xxxx-v1-provider-network-standard.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The following terms are used throughout this document:
25
25
| CSP | Cloud Service Provider, provider managing the OpenStack infrastructure. |
26
26
| 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. |
27
27
| 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.|
29
29
| Subnet | Subdivision of available IP address space using address prefixes. In OpenStack also an abstraction for controlling IP address allocation in a virtual network. |
30
30
| 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. |
31
31
| 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.
213
213
214
214
The CSP **MUST** provide every user project with a provider network that can route any external addresses that are allocated to the project.
215
215
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_.
217
217
218
218
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`.
219
219
To avoid ambiguity, the standard provider network **SHOULD** be the only provider network available to projects by default.
0 commit comments