Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Gube <[email protected]>
  • Loading branch information
kgube committed Jun 10, 2024
1 parent 69f20de commit 1fc89c0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Standards/scs-xxxx-v1-provider-network-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This standard identifies some of these options and defines a baseline setup that

## Design Considerations

This section will provide some general background on OpenStack provider networks before considering specific options to standardize.
This section will provide some general background on OpenStack provider networks before considering specific options to standardize.

### Provider Network Access Control

Expand All @@ -53,6 +53,7 @@ This is also true for CSP-managed resources, such as provider networks, which ha

The Network API's Role Based Access Control (RBAC) extension can then be used to share it with other projects.
RBAC rules for networks support the two actions `access_as_external` and `access_as_shared`, and can be created automatically on `openstack network create` with the options `--external` and `--share`.

* `access_as_external` allows networks to be used as external gateway for virtual routers in the target projects. Such networks are in the following referred to as _external networks_.
External networks have some special properties, such as allowing the creation of floating IPs, which will be discussed in the next section.
* `access_as_shared` allows networks to be attached directly to servers in the target projects. Such networks are in the following referred to as _shared networks_.
Expand Down Expand Up @@ -196,7 +197,7 @@ By default, users **SHOULD** be prohibited by policy from creating RBAC rules fo

## References

[^bgp]: https://docs.openstack.org/neutron/2024.1/admin/config-bgp-dynamic-routing.html
[^pd]: https://docs.openstack.org/neutron/2024.1/admin/config-ipv6.html#prefix-delegation
[^pf]: https://docs.openstack.org/api-ref/network/v2/index.html#floating-ips-port-forwarding
[^ds]: https://docs.openstack.org/neutron/2024.1/admin/config-ipv6.html
[^bgp]: <https://docs.openstack.org/neutron/2024.1/admin/config-bgp-dynamic-routing.html>
[^pd]: <https://docs.openstack.org/neutron/2024.1/admin/config-ipv6.html#prefix-delegation>
[^pf]: <https://docs.openstack.org/api-ref/network/v2/index.html#floating-ips-port-forwarding>
[^ds]: <https://docs.openstack.org/neutron/2024.1/admin/config-ipv6.html>

0 comments on commit 1fc89c0

Please sign in to comment.