1 回答

TA貢獻(xiàn)1906條經(jīng)驗(yàn) 獲得超10個(gè)贊
第一步,登錄horizon,進(jìn)入下圖所示的頁(yè)面。
看到那個(gè)“下載OpenStack RC文件”的按鈕了么?看到了么?看到了么?別光顧著點(diǎn)頭了,還等啥?!
打開(kāi)下載的文件(這里舉個(gè)例子,我以admin用戶登錄的),對(duì)內(nèi)容稍作修改(主要是最后那個(gè)password,改成你登錄horizon的密碼,其他內(nèi)容不要改):
#!/bin/bash
# With the addition of Keystone, to use an openstack cloud you should
# authenticate against keystone, which returns a **Token** and **Service
# Catalog**. The catalog contains the endpoint for all services the
# user/tenant has access to - including nova, glance, keystone, swift.
#
# *NOTE*: Using the 2.0 *auth api* does not mean that compute api is 2.0. We
# will use the 1.1 *compute api*
- 1 回答
- 0 關(guān)注
- 1143 瀏覽
添加回答
舉報(bào)