Skip to content
Snippets Groups Projects
Commit 0b24cad9 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove transitional support for influxdb in cloudkitty upgrade"

parents 31a5848b e6c5aa4a
No related branches found
No related tags found
No related merge requests found
--- ---
- include_tasks: config.yml - include_tasks: config.yml
# NOTE(mgoddard): Transition support for upgrades from Rocky or Stein which may
# be using the SQLAlchemy storage backend.
# TODO(mgoddard): Remove in U cycle.
- name: Creating Cloudkitty influxdb database
become: true
kolla_toolbox:
module_name: influxdb_database
module_args:
hostname: "{{ influxdb_address }}"
port: "{{ influxdb_http_port }}"
database_name: "{{ cloudkitty_influxdb_name }}"
when: cloudkitty_storage_backend == 'influxdb'
- include_tasks: bootstrap_service.yml - include_tasks: bootstrap_service.yml
- name: Flush handlers - name: Flush handlers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment