zoukankan      html  css  js  c++  java
  • [OpenStack] OpenStack Essex Dashboard 安装部署详解

     OpenStack Dashboard

    Install OpenStack Dashboard by executing the following command:

    sudo apt-get install openstack-dashboard
    

    Restart apache with the following command:

    sudo service apache2 restart

    Open a browser and enter IP address of the server1. You should see the OpenStack Dashboard login prompt. Login with username 'admin' and password 'admin'. From the dashboard, you can create keypairs, create/edit security groups, raise new instances, attach volumes etc. which are explained in "OpenStack Dashboard" chapter.

  • 相关阅读:
    css定位
    css盒子
    css元素分类
    Css属性
    Css基础2
    啊啊啊啊
    函数指针
    重载函数
    成员函数
    资源网站
  • 原文地址:https://www.cnblogs.com/licheng/p/2535094.html
Copyright © 2011-2022 走看看