Comment 2 for bug 1700039

Revision history for this message
Spyros Trigazis (strigazi) wrote :

You picket also the change to add docker_volume_type. That is the reason the conductor fails.

You have two options:
Option 1: Revert the code to ocata without the cherry-picked change and then create the kubernetes dashboard manually. You can either take the manifests from here [1] or here [2].

Option 2: To fix you modified ocata version you could remove these lines [3][4] and add default: "" in [5].

[1] http://git.openstack.org/cgit/openstack/magnum/tree/magnum/drivers/common/templates/kubernetes/fragments/kube-dashboard-service.sh
[2] https://github.com/kubernetes/dashboard
[3] http://git.openstack.org/cgit/openstack/magnum/tree/magnum/drivers/k8s_fedora_atomic_v1/templates/kubemaster.yaml#n558
[4] http://git.openstack.org/cgit/openstack/magnum/tree/magnum/drivers/k8s_fedora_atomic_v1/templates/kubeminion.yaml#n443
[5] http://git.openstack.org/cgit/openstack/magnum/tree/magnum/drivers/k8s_fedora_atomic_v1/templates/kubecluster.yaml#n144