how to install devstack icehouse with heat?
Hi, I installed devstack from http://devstack.org/guides/single-mac... on Ubuntu 12.04 LTS.
Have the following in the local.conf
#local.conf setup
FLOATING_RANGE=192.168.1.224/27
FIXED_RANGE=10.11.12.0/24
FIXED_NETWORK_SIZE=256
FLAT_INTERFACE=eth0
ADMIN_PASSWORD=stack
MYSQL_PASSWORD=stack
RABBIT_PASSWORD=stack
SERVICE_PASSWORD=stack
and then ran
./stack.sh
Once the install is done, I don't see heat installed or enabled. I download heat and ran install.sh
then saw
error: ['/usr/bin/python', u'-m', u'pip.__init__', u'install', u'pbr>=0.6,<1.0', u'pycrypto>=2.6', u'eventlet>=0.13.0', u'greenlet>=0.3.2', u'httplib2>=0.7.5', u'iso8601>=0.1.8', u'kombu>=2.4.8', u'lxml>=2.3', u'netaddr>=0.7.6', u'six>=1.4.1', u'sqlalchemy-migrate>=0.8.2', u'python-novaclient>=2.15.0', u'PasteDeploy>=1.5.0', u'requests>=1.1', u'Routes>=1.12.3', u'SQLAlchemy>=0.7.8,<=0.8.99', u'WebOb>=1.2.3', u'python-heatclient>=0.2.3', u'python-keystoneclient>=0.6.0', u'python-swiftclient>=1.6', u'python-neutronclient>=2.3.4,<3', u'python-ceilometerclient>=1.0.6', u'python-cinderclient>=1.0.6', u'python-troveclient>=1.0.3', u'PyYAML>=3.1.0', u'paramiko>=1.9.0', u'Babel>=1.3', u'oslo.config>=1.2.0', u'qpid-python'] returned 1
Is there a way I can clean devstack and reinstall it with heat.
keystone service-list +----------------------------------+----------+-----------+---------------------------+ | id | name | type | description | +----------------------------------+----------+-----------+---------------------------+ | d25d550c72c144488fe2d5943b31701b | cinder | volume | Cinder Volume Service | | 58d73802607e4556b2128cd71fbfd4c3 | cinderv2 | volumev2 | Cinder Volume Service V2 | | 80c7154b3d704063a269d3a09c34f37b | ec2 | ec2 | EC2 Compatibility Layer | | e98ed4e5d6984775b4bcf56d981a4b59 | glance | image | Glance Image Service | | 0b9119cd698648009c9318a356caa8cb | keystone | identity | Keystone Identity Service | | f64d325633cb4301a050631a52ab7ea4 | nova | compute | Nova Compute Service | | 84f618755b71474fad55b006c30172fa | novav3 | computev3 | Nova Compute Service V3 | | 02eaf9da5dc94112b26e23abcb062935 | s3 | s3 | S3 | +---------
what is your hardware configuration for single node with devstack?
edit the question instead of using comments.