Switch Keystone to use ConfigMap

We should use config map and not mount the host
directory

Partially-implements blueprint openstack-services
Change-Id: I0fc8f19678234520c10bb14a661f6c8464b602ba
This commit is contained in:
Davanum Srinivas 2016-05-10 22:33:14 -04:00
parent 269f0cfa63
commit 758d2ceba8
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ spec:
value: {{ config_strategy }}
volumes:
- name: keystone-config
hostPath:
path: "/etc/kolla/keystone"
configMap:
name: keystone-configmap
metadata:
name: keystone