import os
DEBUG = True
TEMPLATE_DEBUG = DEBUG
PROD = False
USE_SSL = False
SECRET_KEY = 'elj1IWiLoWHgcyYxVLj7cMrGOxWl0'
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
#DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.sqlite3',
# 'NAME': os.path.join(LOCAL_PATH, 'dashboard_openstack.sqlite3'),
# },
#}
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'horizon',
'USER': 'horizon',
'PASSWORD': 'horizon',
'HOST': 'localhost',
'default-character-set': 'utf8'
},
}
CACHE_BACKEND = 'dummy://'
SESSION_ENGINE = 'django.contrib.sessions.backends.cached_db'
# Send email to the console by default
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
# Or send them to /dev/null
#EMAIL_BACKEND = 'django.core.mail.backends.dummy.EmailBackend'
# django-mailer uses a different settings attribute
MAILER_EMAIL_BACKEND = EMAIL_BACKEND
# Configure these for your outgoing email host
# EMAIL_HOST = 'smtp.my-company.com'
# EMAIL_PORT = 25
# EMAIL_HOST_USER = 'djangomail'
# EMAIL_HOST_PASSWORD = 'top-secret!'
OPENSTACK_KEYSTONE_URL = "http://localhost:5000/v2.0/"
# FIXME: this is only needed until keystone fixes its GET /tenants call
# so that it doesn't return everything for admins
OPENSTACK_KEYSTONE_ADMIN_URL = "http://localhost:35357/v2.0"
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member"
# NOTE(tres): Available services should come from the service
# catalog in Keystone.
SWIFT_ENABLED = False
# Configure quantum connection details for networking
QUANTUM_ENABLED = False
QUANTUM_URL = '127.0.0.1'
QUANTUM_PORT = '9696'
QUANTUM_TENANT = '1234'
QUANTUM_CLIENT_VERSION='0.1'
# If you have external monitoring links
EXTERNAL_MONITORING = [
['Nagios','http://foo.com'],
['Ganglia','http://bar.com'],
]
# If you do not have external monitoring links
# EXTERNAL_MONITORING = []
# Uncomment the following segment to silence most logging
# django.db and boto DEBUG logging is extremely verbose.
#LOGGING = {
# 'version': 1,
# # set to True will disable all logging except that specified, unless
# # nothing is specified except that django.db.backends will still log,
# # even when set to True, so disable explicitly
# 'disable_existing_loggers': False,
# 'handlers': {
# 'null': {
# 'level': 'DEBUG',
# 'class': 'django.utils.log.NullHandler',
# },
# 'console': {
# 'level': 'DEBUG',
# 'class': 'logging.StreamHandler',
# },
# },
# 'loggers': {
# # Comment or Uncomment these to turn on/off logging output
# 'django.db.backends': {
# 'handlers': ['null'],
# 'propagate': False,
# },
# 'django_openstack': {
# 'handlers': ['null'],
# 'propagate': False,
# },
# }
#}
# How much ram on each compute host?
COMPUTE_HOST_RAM_GB = 4
没有合适的资源?快使用搜索试试~ 我知道了~
OpenStack全部软件下载
5星 · 超过95%的资源 需积分: 35 574 下载量 183 浏览量
2012-04-26
17:29:55
上传
评论 16
收藏 29.68MB GZ 举报
温馨提示
安装OpenStack所需的所有软件及依赖包,只要你有CentOS6.2的光盘,镜像及本软件包即可在无网络的环境下完整安装OpenStack,附我已经成功运行的配置文件,说明见这http://blog.csdn.net/ugyn109/article/details/7515199
资源推荐
资源详情
资源评论
收起资源包目录
install.tar.gz (85个子文件)
install
nova-2012.1.tar.gz 4.16MB
pipdowns
lxml-2.3.tar.gz 3.04MB
lockfile-0.8.tar.gz 9KB
greenlet-0.3.4.zip 62KB
python-daemon-1.5.5.tar.gz 40KB
distribute-0.6.26.tar.gz 607KB
unittest2-0.5.1.zip 76KB
decorator-3.3.2.tar.gz 28KB
paramiko-1.7.7.1.zip 1.02MB
feedparser-5.1.1.tar.gz 277KB
mox-0.5.3.tar.gz 32KB
eventlet-0.9.16.tar.gz 310KB
django-nose-1.0.tar.gz 22KB
carrot-0.10.5.tar.gz 59KB
pam-0.1.4.tar.gz 3KB
python-dateutil-2.1.tar.gz 149KB
iso8601-0.1.4.tar.gz 5KB
pycrypto-2.3.tar.gz 324KB
xattr-0.6.4.tar.gz 15KB
pysendfile-2.0.0.tar.gz 11KB
suds-0.4.tar.gz 102KB
mock-0.8.0.tar.gz 732KB
anyjson-0.2.4.tar.gz 5KB
Cheetah-2.4.4.tar.gz 187KB
python-cloudfiles-1.7.10.tar.gz 388KB
PasteDeploy-1.5.0.tar.gz 23KB
Routes-1.12.3.tar.gz 781KB
python-gflags-1.3.tar.gz 49KB
sqlalchemy-migrate-0.7.2.tar.gz 103KB
wsgiref-0.1.2.zip 36KB
pep8-0.6.1.tar.gz 21KB
passlib-1.5.3.tar.gz 250KB
WebOb-1.0.8.zip 190KB
six-1.1.0.tar.gz 12KB
boto-2.1.1.tar.gz 306KB
nosexcover-1.0.7.tar.gz 2KB
coverage-3.5.1.tar.gz 111KB
simplejson-2.5.0.tar.gz 52KB
Tempita-0.5.1.tar.gz 12KB
prettytable-0.5.tar.gz 6KB
httplib2-0.7.4.zip 110KB
netaddr-0.7.6.zip 1.21MB
Markdown-2.1.1.tar.gz 237KB
Paste-1.7.5.1.tar.gz 511KB
amqplib-0.6.1.tgz 52KB
argparse-1.2.1.tar.gz 68KB
Babel-0.9.6.zip 1.84MB
nose-1.1.2.tar.gz 712KB
kombu-1.0.4.tar.gz 197KB
SQLAlchemy-0.7.6.tar.gz 2.48MB
Django-1.4.tar.gz 7.28MB
glance-2012.1.tar.gz 292KB
pip-1.1.tar.gz 93KB
etc
local_settings.py 3KB
horizon.conf 1KB
glance
glance-registry-paste.ini 926B
logging.cnf.sample 982B
glance-registry.conf 2KB
glance-cache-paste.ini 528B
glance-api.conf 8KB
glance-api-paste.ini 2KB
glance-cache.conf 1KB
policy.json 66B
glance-scrubber.conf 1KB
glance-scrubber-paste.ini 125B
keystone
keystone.conf 3KB
logging.conf 758B
default_catalog.templates 2KB
policy.json 59B
ec2rc 182B
nova
nova.conf 1KB
api-paste.ini 4KB
nova.conf.sample 48KB
logging_sample.conf 1KB
policy.json 4KB
python-keystoneclient-2012.1.tar.gz 47KB
pip-requires 579B
rpms
python-sqlite2-2.3.5-2.el6.x86_64.rpm 80KB
python-greenlet-devel-0.3.1-6.el6.x86_64.rpm 5KB
python-greenlet-0.3.1-6.el6.x86_64.rpm 21KB
horizon-2012.1.tar.gz 592KB
swift-1.4.8.tar.gz 412KB
test 202B
keystone-2012.1.tar.gz 182KB
python-novaclient-2012.1.tar.gz 83KB
共 85 条
- 1
ugyn109
- 粉丝: 86
- 资源: 6
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 时间复杂度与数据结构:算法效率的双重奏
- QT 简易项目 网络调试器(未实现连接唯一性) QT5.12.3环境 C++实现
- YOLOv3网络架构深度解析:关键特性与代码实现
- 2024 CISSP考试大纲(2024年4月15日生效)
- ACOUSTICECHO CANCELLATION WITH THE DUAL-SIGNAL TRANSFORMATION LSTM NETWORK
- 深入解析:动态数据结构与静态数据结构的差异
- YOLOv2:在YOLOv1基础上的飞跃
- imgview图片浏览工具v1.0
- Toony Colors Pro 2 2.2.5的资源
- Java项目:基于SSM框架+Mysql+Jsp实现的药品管理系统(ssm+B/S架构+源码+数据库)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
- 3
- 4
- 5
- 6
前往页