keystone: drop duplicate -DFOREGROUND

No need to specify this as kolla adds this arg automatically
when using kolla_start.

Note that the commit this was cherry picked from does not apply
cleanly, as docker/services/keystone.yaml is used in Rocky and
earlier, while Stein and later use puppet/services/keystone.yaml.

Conflicts:
       puppet/services/keystone.yaml

Change-Id: Ib179e3bbc827cc438519b19e85bda4a9994376b9
Closes-bug: #1832090
(cherry picked from commit 8eaac3026e)
(cherry picked from commit 1c7b5ff95f)
This commit is contained in:
Dan Prince 2019-06-08 08:56:03 -04:00 committed by Keigo Noha
parent 7c79d1be15
commit 44581caf5b
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ outputs:
config_image: &keystone_config_image {get_param: DockerKeystoneConfigImage}
kolla_config:
/var/lib/kolla/config_files/keystone.json:
command: /usr/sbin/httpd -DFOREGROUND
command: /usr/sbin/httpd
config_files:
- source: "/var/lib/kolla/config_files/src/etc/keystone/fernet-keys"
dest: "/etc/keystone/fernet-keys"