Skip to content

Commit

Permalink
Fix the wsgi server
Browse files Browse the repository at this point in the history
  • Loading branch information
bigjools committed Feb 1, 2017
1 parent e243715 commit 4f11db7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tasks/ironic_api_post_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
owner: "root"
group: "root"
with_items:
- { src: "ironic-ports.conf.j2", dest: "/etc/httpd/conf/ironic-ports.conf" }
- { src: "ironic-httpd.conf.j2", dest: "/etc/httpd/conf/ironic.conf" }
- { src: "ironic-ports.conf.j2", dest: "/etc/httpd/conf.d/ironic-ports.conf" }
- { src: "ironic-httpd.conf.j2", dest: "/etc/httpd/conf.d/ironic.conf" }
notify:
- Restart ironic services

Expand Down
4 changes: 2 additions & 2 deletions templates/ironic.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ memcached_servers = {{ memcached_servers }}
token_cache_time = 300

# if your memcached server is shared, use these settings to avoid cache poisoning
memcache_security_strategy = ENCRYPT
memcache_secret_key = {{ memcached_encryption_key }}
#memcache_security_strategy = ENCRYPT
#memcache_secret_key = {{ memcached_encryption_key }}

[matchmaker_redis]

Expand Down

0 comments on commit 4f11db7

Please sign in to comment.