missing parameter for delay-nova-compute in hci

Bug #2048454 reported by Cyril Lopez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
New
Undecided
Unassigned

Bug Description

In wallaby centos stream 8/9, nova compute fail to start in HCI due to missing parameter for script "delay-nova-compute"

```
2024-01-06T21:01:46.797414528+00:00 stderr F + exec /var/lib/nova/delay-nova-compute --delay 180 --nova-binary
2024-01-06T21:01:46.834943672+00:00 stderr F usage: delay-nova-compute [-h] [--config-file NOVA_CONFIG]
2024-01-06T21:01:46.834943672+00:00 stderr F [--nova-binary NOVA_BINARY] [--delay DELAY]
2024-01-06T21:01:46.834943672+00:00 stderr F [--state-dir STATE_DIR] [--state-file STATE_FILE]
2024-01-06T21:01:46.834999024+00:00 stderr F delay-nova-compute: error: argument --nova-binary: expected one argument
```

my dirty quick patch :
```
/usr/share/openstack-tripleo-heat-templates/deployment/nova/nova-base-puppet.yaml
1291c1291
< template: '/var/lib/nova/delay-nova-compute --delay DELAY --nova-binary'
---
> template: '/var/lib/nova/delay-nova-compute --delay DELAY --nova-binary /usr/bin/nova-compute'
```

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.