This is an automated email from the ASF dual-hosted git repository.
duncangrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
The following commit(s) were added to refs/heads/master by this push:
new b676f89 Url changed
new 1619d41 Merge pull request #336 from duncangrant/openstack-url-fix
b676f89 is described below
commit b676f898a6689ce97c77c44bdc58e2a617ac2649
Author: Duncan Grant <[email protected]>
AuthorDate: Fri Sep 3 12:23:02 2021 +0100
Url changed
---
guide/locations/_openstack.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/locations/_openstack.md b/guide/locations/_openstack.md
index ab290b8..eba79d0 100644
--- a/guide/locations/_openstack.md
+++ b/guide/locations/_openstack.md
@@ -10,7 +10,7 @@ section_position: 7
Brooklyn requires the following API to deploy an application onto an
OpenStack-based provider
-- Identity API (a.k.a. OpenStack Keystone): [Identity API
v2](https://developer.openstack.org/api-ref/identity/v2/) and [Identity API
v3](https://developer.openstack.org/api-ref/identity/v3/) The Identity API
provides an authentication and authorization service for other OpenStack
services. It also provides a catalog of endpoints for all OpenStack services,
like the Compute service, a.k.a OpenStack Nova.
+- Identity API (a.k.a. OpenStack Keystone): [Identity API
v2](https://developer.openstack.org/api-ref/identity/v2-ext/) and [Identity API
v3](https://developer.openstack.org/api-ref/identity/v3/) The Identity API
provides an authentication and authorization service for other OpenStack
services. It also provides a catalog of endpoints for all OpenStack services,
like the Compute service, a.k.a OpenStack Nova.
- Compute API (a.k.a. OpenStack Nova): [Compute
API](https://developer.openstack.org/api-ref/compute/) manages the lifecycle of
compute instances in an OpenStack environment. Responsibilities include
spawning, scheduling and decommissioning of machines on demand by talking to
different hypervisors.
In some old OpenStack installations, `Nova SecurityGroupAPI extension` is
generally used to manage Security Groups, when required.