2020-09-02 23:45:50 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2020-09-02 23:45:50 -0500 | 获得奖牌 | ● 著名问题 (source) |
2020-09-02 23:45:50 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2016-09-16 08:51:01 -0500 | 获得奖牌 | ● 著名问题 (source) |
2016-07-16 07:42:20 -0500 | 回答问题 | while i am installing ppa i got an error did you try installing sudo apt-get install --reinstall ca-certificates and running add-apt-repository ppa:cloud-installer/testing ?? |
2016-07-16 07:39:34 -0500 | 评论回答 | while i am installing ppa i got an error did you try installing sudo apt-get install --reinstall ca-certificates and running add-apt-repository ppa:cloud-installer/testing ?? |
2016-07-12 23:17:47 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2016-07-11 07:09:17 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2016-07-11 01:49:46 -0500 | 获得奖牌 | ● 粉丝 |
2016-07-10 02:08:47 -0500 | 问了问题 | Horizon dashboard is not running on my host machine I have installed devstack with ./stack.sh on ubuntu 14.04 which is running on my virtual box. I got my horizon and keystone running successfully and got the url as well. This is your host IP address: 10.0.2.15 This is your host IPv6 address: ::1 Horizon is now available at http://10.0.2.15/dashboard keystone is serving at http://10.0.2.15/identity/ when i copy the url and run the dashboard on my local machine(virtual box hosted machine) it gives an error as below, The connection has timed out The server at 10.0.2.15 is taking too long to respond. my virtual box network is pointing to host only network. Can anyone help me here to solve this problem? BR, Gowrisankar |
2016-07-08 05:31:53 -0500 | 评论问题 | Discovering versions from the identity service failed when creating the password plugin proposed solution dint work for me after changing LOCAL_PATH to '/tmp'. is there any other way to fix this issue? i have changed ownership as also and tried but dint help cna any one suggest? |
2016-07-08 04:03:22 -0500 | 回答问题 | [ERROR] /home/gowri/devstack/tools/install_pip.sh:76Download of get-pip.py failed issue is solved by using the proxy $ export http_proxy=http://myproxy:port $ export https_proxy=http://myproxy:port $ git config --global http.proxy $http_proxy $ git config --global https.proxy $http_proxy |
2016-07-08 03:36:19 -0500 | 评论回答 | Discovering versions from the identity service failed when creating the password plugin it should be under /opt/stack/horizon/openstack_dashboard/local/ |
2016-07-08 00:00:54 -0500 | 问了问题 | [ERROR] /home/gowri/devstack/tools/install_pip.sh:76Download of get-pip.py failed I am getting below error when i try to install openstack on top of ubuntu 14.04. can you help here to proceed further? Also i have tried couple of related thread but provided solution dint help.
|