Fix Venus containers start issue
The venus containers failed to start with an error (venus_api container): /usr/local/bin/kolla_start: line 24: exec: venus-api: not found because of [1] and also changes the encoding of the files form dos to unix introduced in [2]. 1. https://opendev.org/openstack/venus/src/branch/master/setup.cfg#L29-L30 2. If3562bbed6181002b76831bab54f863041c5a885 Change-Id: I8bee27882c15e39a3d2946787d56bc90db994887 Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
This commit is contained in:
parent
aff8e4a065
commit
8c8dad0187
@ -1,5 +1,5 @@
|
||||
{
|
||||
"command": "venus-api --config-file /etc/venus/venus.conf",
|
||||
"command": "venus_api --config-file /etc/venus/venus.conf",
|
||||
"config_files": [
|
||||
{
|
||||
"source": "{{ container_config_directory }}/venus.conf",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"command": "venus-manager --config-file /etc/venus/venus.conf task start",
|
||||
"command": "venus_manager --config-file /etc/venus/venus.conf task start",
|
||||
"config_files": [
|
||||
{
|
||||
"source": "{{ container_config_directory }}/venus.conf",
|
||||
|
Loading…
Reference in New Issue
Block a user