memcached_servers is miswrited to memcache_servers

Bug #1638784 reported by James Du
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Invalid
Undecided
Unassigned

Bug Description

memcached_servers is miswrited to memcache_servers.
For example:
In kolla\ansible\roles\sahara\templates\sahara.conf.j2:
{% if orchestration_engine == 'KUBERNETES' %}
memcache_servers = {{ memcached_servers }} ------ this is wrong.
{% else %}
memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %} -------this is right
{% endif %}

Changed in kolla:
milestone: none → ocata-1
Revision history for this message
Jeffrey Zhang (jeffrey4l) wrote :

in kolla-kubernetes, the memcached_servers is configured to `memcached_servers: "memcached"`, and in ansible deployment, this is not used, so i think this is OK.

Changed in kolla:
status: New → Triaged
Changed in kolla:
milestone: ocata-1 → ocata-2
Changed in kolla:
status: Triaged → Incomplete
milestone: ocata-2 → ocata-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (master)

Change abandoned by dupengfei (<email address hidden>) on branch: master
Review: https://review.openstack.org/393088
Reason: timeout

Changed in kolla:
milestone: ocata-3 → ocata-rc1
Changed in kolla:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.