kolla-ansible/ansible/roles/nova/tasks
Doug Szumski 7b636033ee Fix Nova cell search
The output from `nova-manage cell_v2 list_cells --verbose` contains
an extra column, stating whether the cell is enabled or not. This means
that the regex never matches, so existing_cells is always empty.

This fix updates the regex by adding a match group for this field which
may be used in a later change.

Unfortuately the CLI doesn't output in JSON format, which would make
this a lot less messy.

Closes-Bug: #1842460
Change-Id: Ib6400b33785f3ef674bffc9329feb3e33bd3f9a3
2019-09-03 18:12:14 +01:00
..
bootstrap_service.yml Fix handling of docker restart policy 2019-07-18 13:39:06 +00:00
bootstrap_xenapi.yml Verify YAML syntax in gates 2018-03-26 17:56:22 +02:00
bootstrap.yml During deploy, always sync DB 2019-07-12 08:56:54 +00:00
ceph.yml Simplify handler conditionals 2019-06-27 15:57:19 +00:00
check.yml Enable sanity checks from kolla-ansible 2017-03-09 10:37:06 +00:00
clone.yml Git checkout version support for several projects 2018-10-03 15:30:06 +08:00
config-nova-fake.yml Fix up config file permissions on the host 2019-04-02 17:23:31 +01:00
config.yml Simplify handler conditionals 2019-06-27 15:57:19 +00:00
create_cells.yml Fix Nova cell search 2019-09-03 18:12:14 +01:00
deploy.yml Create cells before starting nova services 2018-12-14 19:26:42 +00:00
discover_computes.yml Support configuration of trusted CA certificate file 2019-08-16 12:47:42 +00:00
external_ceph.yml Simplify handler conditionals 2019-06-27 15:57:19 +00:00
legacy_upgrade.yml Restart all nova services after upgrade 2019-06-27 09:36:20 +00:00
loadbalancer.yml Refactor haproxy config (split by service) V2.0 2018-09-26 03:30:38 -07:00
main.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
precheck.yml Use become for all docker tasks 2019-06-06 19:04:58 +01:00
pull.yml Specify 'become' for all tasks that use kolla_docker module 2018-06-08 12:39:24 +00:00
reconfigure.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
register.yml Support configuration of trusted CA certificate file 2019-08-16 12:47:42 +00:00
rolling_upgrade.yml Fix handling of docker restart policy 2019-07-18 13:39:06 +00:00
stop.yml Support stop specific containers 2018-11-26 08:07:01 +00:00
upgrade.yml Handle more return codes from nova-status upgrade check 2019-07-08 14:13:27 +01:00