From 05a1bee419e0e78ac1e9b56f3462be97eb2f9b7b Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Mon, 6 Aug 2018 21:47:48 -0700 Subject: [PATCH] Rename openstack-chef-repo references to openstack-chef Change-Id: Ie1ba251712f38ffc6539d3d00c4a6806f75538ce --- .zuul.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 199cb43..f578684 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,3 +1,3 @@ - project: templates: - - openstack-chef-repo-jobs + - openstack-chef-jobs diff --git a/README.md b/README.md index 0bdff0b..1be104b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Description This cookbook installs the OpenStack Identity Service **Keystone** as part of the OpenStack reference deployment Chef for OpenStack. The -https://github.com/openstack/openstack-chef-repo contains documentation for +https://github.com/openstack/openstack-chef contains documentation for using this cookbook in the context of a full OpenStack deployment. Keystone is installed from packages, creating the default user, tenant, and roles. It also registers the identity service and identity endpoint.