博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
openStack use
阅读量:6796 次
发布时间:2019-06-26

本文共 1372 字,大约阅读时间需要 4 分钟。

<1,project security>

  security groyps

Security groups--> are sets of IP filter rules() that ,define networking access,are applied to

all instances within a project

default security group denies all incoming

traffic and allows only outgoing traffic to your instance

common use case is to edit the

default security group to permit SSH access and ICMP access, so that users can log into and
ping instances.

Example,create a security group:

<2,Volumes are the Block Storage devices that you attach to instances to enable persistent

storage.>

<3,cloud disk type>

云硬盘类型定义了云硬盘的规格参数. 通常为云硬盘映射一组后端驱动器的存储容量. 例如:"性能"."SSD"."备份",等.

<4,运行OpenStack 命令行命令时加--debug parameters>

Example:

nova --debug list or keystone --debug user-list;

(关于OpenStack every core project client tools)

Internally, each command uses cURL command-line tools, which embed API requests. Open-

Stack APIs are RESTful APIs, and use the HTTP protocol. They include methods, URIs, media
types, and response codes.

nova console-log server(virtual machine instance)

nova credentials

nova diagnotics

nova endpoints

nova floating-ip-list

nova floating-ip-pool-list

libvirt virsh vncdisplay server_id or instance_id also kown as virtual machine

OpenStack novnc url获取

openStack 查看物理主机的主要资源信息

hypervisor-host

hypervisor-server hypervisor_host_name

nova hypervisor-show hypervisot_host_name (host-list)

nova hypervisor-status

 

转载地址:http://rtego.baihongyu.com/

你可能感兴趣的文章
我的友情链接
查看>>
如何把网页变成黑白
查看>>
中科恒伦入选安全牛,安全行业全景图
查看>>
Python:使用threading模块实现多线程编程四[使用Lock互斥锁]
查看>>
LVM磁盤管理PV/VG/LV常用命令參考手冊(附AIX命令對比)
查看>>
office工具栏内的图标字体变的很大很虚
查看>>
IIS站点下多应用程序 C#获取根目录方法
查看>>
手机影音第五天 视频列表的显示与播放以及个别牌子手机播放的问题
查看>>
软件下载链接获取方法
查看>>
如何升级Nginx到最新稳定版
查看>>
什么是Git
查看>>
fstab文件中的UUID查看
查看>>
Centos 安装Radius manager
查看>>
我的友情链接
查看>>
创意思维练习方法
查看>>
5 SQL语句之DDL
查看>>
mysql主从如何取消
查看>>
bash的配置文件总结
查看>>
回车与换行的区别
查看>>
linux中基于时间的增量备份
查看>>