Rename openstack-chef-repo references to openstack-chef

Change-Id: I9ab98a6892994e6795fd9beefdeac42f0267a3d6
This commit is contained in:
Samuel Cassiba 2018-08-06 21:47:48 -07:00
parent 22d034d20a
commit c874aec833
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
- project:
templates:
- openstack-chef-repo-jobs
- openstack-chef-jobs

View File

@ -12,7 +12,7 @@ Description
This cookbook installs the OpenStack Network service **Neutron** as part of a
Chef reference deployment of OpenStack. The
https://github.com/openstack/openstack-chef-repo contains documentation for using this cookbook in the context of a full OpenStack deployment.
https://github.com/openstack/openstack-chef contains documentation for using this cookbook in the context of a full OpenStack deployment.
More information about the OpenStack Network service is available
[here](http://docs.openstack.org/mitaka/config-reference/networking.html)

View File

@ -30,7 +30,7 @@ class ::Chef::Recipe
end
# set and get name for tun interface (can be overwritten in the environment,
# like shown for the multi-node scenario in the openstack-chef-repo)
# like shown for the multi-node scenario in the openstack-chef)
node.default['openstack']['network']['tun_network_bridge_interface'] = 'eth-tun'
tun_interface = node['openstack']['network']['tun_network_bridge_interface']