Add load-balancer service

In preparation for an openstack-load-balancer cookbook add the service
so that we can create a database, message queues and endpoints.

Change-Id: I4e67ec649124a16470c72bc831bd2825b3741449
This commit is contained in:
Jens Harbott 2020-10-01 11:19:36 +02:00 committed by Dr. Jens Harbott
parent a45cea15d7
commit e009657be1
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ default['openstack']['common']['services'] = {
'dns' => 'designate',
'identity' => 'keystone',
'image' => 'glance',
'load_balancer' => 'octavia',
'network' => 'neutron',
'object_storage' => 'swift',
'orchestration' => 'heat',

View File

@ -46,6 +46,7 @@ services =
dns
identity
image
load_balancer
network
orchestration
placement