automate packstack workaround
syntax error, which is updated in upstream but not in icehouse
This commit is contained in:
parent
9429aa5f24
commit
ab3b917d3f
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@
|
|||
- name: remove the MySQL test database
|
||||
action: mysql_db db=test state=absent
|
||||
|
||||
- lineinfile:
|
||||
dest=/usr/lib/python2.7/site-packages/packstack/plugins/dashboard_500.py
|
||||
regexp=" host_resources.append(ssl_key, 'ssl_ps_server.key')"
|
||||
line=" host_resources.append((ssl_key, 'ssl_ps_server.key'))"
|
||||
# http://openstack.redhat.com/Quickstart
|
||||
- template: src={{ files }}/fedora-cloud/packstack-controller-answers.txt dest=/root/ owner=root mode=0600
|
||||
- authorized_key: user=root key="{{ lookup('file', files + '/fedora-cloud/fed09-ssh-key.pub') }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue