自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (1)
  • 收藏
  • 关注

原创 房贷首付

# Install Images# ==============# Upload an image to glance.## The default image is cirros, a small testing image which lets you login as **root**# cirros has a ``cloud-init`` analog supporting

2013-08-19 16:50:01 620

转载 的V

# Launch Services# ===============# Only run the services specified in ``ENABLED_SERVICES``# Launch Swift Servicesif is_service_enabled s-proxy; then echo_summary "Starting Swift" start_

2013-08-19 16:44:19 615 1

原创 devstack

# Interactive Configuration# -------------------------# Do all interactive config up front before the logging spew begins# Generic helper to configure passwordsfunction read_password { XTRAC

2013-08-19 16:27:42 600 1

原创 devstack源码

# Common Configuration# ====================# Set fixed and floating range here so we can make sure not to use addresses# from either range when attempting to guess the IP to use for the host.# N

2013-08-19 16:21:57 1133 1

原创 devstack源码分析

# root Access# -----------# OpenStack is designed to be run as a non-root user; Horizon will fail to run# as **root** since Apache will not serve content from **root** user). If# ``stack.sh`` is

2013-08-19 16:14:49 1351

原创 devstack源码分析

# Additional repos# ================# Some distros need to add repos beyond the defaults provided by the vendor# to pick up required packages.# The Debian Wheezy official repositories do not con

2013-08-19 15:59:02 1395 3

原创 quantum源码分析22

class Controller(object): """WSGI app that dispatched to methods. 与Method对应的controller,上面说到,一个路由表会指定一个controller。 WSGI app that reads routing information supplied by RoutesMiddleware

2013-08-12 14:32:49 1215 6

原创 quantum源码分析

#这是一个引入脚本,quantum-server的具体内容需要看引入的内容import eventleteventlet.monkey_patch()import osimport syssys.path.insert(0, os.getcwd())from quantum.server import main as serverserver()

2013-08-12 10:48:18 920 9

SSD课程面向对象程序设计

东北大学软件学院SSD课程作业面向对象程序设计,

2011-09-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除