Heat error on running ./stack.sh on newton branch. [closed]
HI All,
I'm seeing this issue related to heat on the latest stable newton branch(devstack). I'm Using Ubuntu 14.04 LTS OS. Below are the my local.conf file and error related to heat from the console.
I tried ./unstack.sh; ./clean.sh; ./stack.sh multiple times, even with that I see the same error. Even ./unstack.sh; ./clean.sh; sudo rm -rf /opt/stack/; ./stack.sh dint help. I saw the same below error related to heat. Somebody please help me how to fix this issue.
local.conf:
[[local|localrc]]
FLOATING_RANGE=172.18.161.0/24
FIXED_RANGE=10.0.0.0/24 FIXED_NETWORK_SIZE=256 ADMIN_PASSWORD=supersecret DATABASE_PASSWORD=iheartdatabases RABBIT_PASSWORD=flopsymopsy SERVICE_PASSWORD=iheartksl disable_service n-net
Enable heat services
enable_service h-eng h-api h-api-cfn h-api-cw
Enable heat plugin
enable_plugin heat https://git.openstack.org/openstack/heat stable/newton
IMAGE_URL_SITE="https://dl.fedoraproject.org" IMAGE_URL_PATH="/pub/archive/fedora/linux/releases/21/Cloud/Images/x86_64/" IMAGE_URL_FILE="Fedora-Cloud-Base-20141203-21.x86_64.qcow2" IMAGE_URLS+=","$IMAGE_URL_SITE$IMAGE_URL_PATH$IMAGE_URL_FILE
enable_service q-svc q-agt q-dhcp q-l3 q-meta neutron PUBLIC_INTERFACE=eth1 NETWORK_GATEWAY=10.0.0.1 FLAT_INTERFACE=eth1 Q_FLOATING_ALLOCATION_POOL=start=172.24.4.10,end=172.24.4.20 PUBLIC_NETWORK_GATEWAY=172.24.4.1 Q_USE_PROVIDERNET_FOR_PUBLIC=True OVS_PHYSICAL_BRIDGE=br-ex PUBLIC_BRIDGE=br-ex OVS_BRIDGE_MAPPINGS=public:br-ex Q_PLUGIN=ml2
Error:
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Obtaining file:///opt/stack/heat Exception: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main
where is the duplicate question ?