./stack.sh error requires authentication on ubuntu16.04
ตอนรัน ./stack.sh เจอปัญหาเรื่อง token ครับ
ERROR: openstack The request you have made requires authentication. (HTTP 401)
ทำการแก้ไขโดย รันเพื่อให้สร้าง token_id
#openssl rand -hex 10
222f159ac03xxxd2342342
หลังจากนั้นทำการ export 3 บันทัด
export OS_TOKEN=ADMIN_TOKEN
export OS_TOKEN=222f159ac03xxxd2342342
export OS_URL=http://controller:35357/v3.0
เสร็จแล้วทำการ รัน ./stack.sh อีกรอบครับ
$./stack.sh