Merge "Octavia: fix developer cert generation script"
This commit is contained in:
commit
52c132b935
@ -39,11 +39,10 @@ EOF
|
||||
}
|
||||
|
||||
rm -rf /tmp/octavia
|
||||
git clone https://github.com/openstack/octavia.git /tmp/octavia
|
||||
|
||||
git clone -b stable/stein https://github.com/openstack/octavia.git /tmp/octavia
|
||||
cd /tmp/octavia/bin
|
||||
|
||||
rm -rf /tmp/octavia_certs
|
||||
./create_certificates.sh /tmp/octavia_certs /tmp/octavia/etc/certificates/openssl.cnf
|
||||
|
||||
create_secret
|
||||
create_secret
|
||||
|
Loading…
Reference in New Issue
Block a user