Merge "Add load-balancer service"

This commit is contained in:
Zuul 2020-11-20 10:15:24 +00:00 committed by Gerrit Code Review
commit f888e048e7
2 changed files with 2 additions and 0 deletions

View File

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

View File

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