Octavia hook failed 'start' post config
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Octavia Charm |
New
|
Undecided
|
Unassigned |
Bug Description
The following were the list of commands used to setup octavia
touch demoCA/index.txt
touch demoCA/
openssl genrsa -passout pass:<passphrase> -des3 -out issuing_ca_key.pem 2048
openssl req -x509 -passing pass:<redacted> -new -nodes -key issuing_ca_key.pem \
-config /etc/ssl/
-subj <redacted> \
-days 30 \
-out issuing_ca.pem
openssl genrsa -passout pass:<redacted> -des3 -out controller_
openssl genrsa -passout pass:<redacted> -new -nodes -key controller_
-config /etc/ssl/
-subj <redacted>
-days 30 \
-out controller_ca.pem
openssl req \
-newkey rsa:2048 -nodes -keyout controller_ky.pem \
-subj <redacted>
-out controller.csr
openssl ca -passin pass:<redacted> -config /etc/ssl/
-cert controller_ca.pem -keyfile controller_
-create_serial -batch \
-in controller.xsr -days 30 -out controller_cert.pem
juju config octavia \
lb-mgmt-
lb-mgmt-
lb-mgmt-
lb-mgmt-
lb-mgmt-
Upon running juju status, the octavia-ovn-chassis is in error state with the following error: 'hook failed: "start"'