add --no-check-certificate so that document procedure works
This commit is contained in:
parent
138b283823
commit
d395b3a29f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Step 2: Prepare DOM0
|
||||||
At this point, your server is missing some critical software that you will
|
At this point, your server is missing some critical software that you will
|
||||||
need to run devstack (like git). Do this to install required software:
|
need to run devstack (like git). Do this to install required software:
|
||||||
|
|
||||||
wget https://github.com/cloudbuilders/devstack/raw/xen/tools/xen/prepare_dom0.sh
|
wget --no-check-certificate https://github.com/cloudbuilders/devstack/raw/xen/tools/xen/prepare_dom0.sh
|
||||||
chmod 755 prepare_dom0.sh
|
chmod 755 prepare_dom0.sh
|
||||||
./prepare_dom0.sh
|
./prepare_dom0.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue