NotImplementedError at /

my local.conf file is: [[local|localrc]] HOST_IP=<MY IP> SERVICE_HOST=$HOST_IP MYSQL_HOST=$HOST_IP RABBIT_HOST=$HOST_IP GLANCE_HOSTPORT=$HOST_IP:9292 ADMIN_PASSWORD=secret DATABASE_PASSWORD=$ADMIN_PASSWORD RABBIT_PASSWORD=$ADMIN_PASSWORD SERVICE_PASSWORD=$ADMIN_PASSWORD KEYSTONE_USE_MOD_WSGI=”True” NOVA_USE_MOD_WSGI=”True” SWIFT_USE_MOD_WSGI=”True” HEAT_USE_MOD_WSGI=”True” CINDER_USE_MOD_WSGI=”True” # ceilometer enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git master # horizon enable_service horizon # cloudkitty enable_plugin cloudkitty https://git.openstack.org/openstack/cloudkitty.git master enable_service ck-api ck-proc CLOUDKITTY_COLLECTOR=ceilometer disable_service tempest after successfully completing ./stack.sh I got this page instead of dashboard/login page where … Read more

Making a mini-cloud at home, using a few Ubuntu boxes [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question I’m looking to make a sort of at-home mini-cloud. I have several Ubuntu boxes lying around and thought I’d make them into something … Read more

Advantages of more routers? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 years ago. Improve this question I want to know what advantages or disadvantages are of adding more routers in network topology? … Read more

Openstack Nova Compute cluster [duplicate]

This question already has answers here: Can a virtualized machine have the CPU and RAM resources of multiple underlying physical machines? (2 answers) Closed 6 years ago. how to glue multiple CPUs together, I mean How openstack achieves it. What do they really mean when they say create CPU cluster using Openstack Nova. Openstack is … Read more

How to redirect specific outgoing packet from one physical interface to another one in Linux?

In the linux bridge br100 of 1 linux host, vnet0 is the interface connecting 1 internal linux VM. br100 is 1 linux bridge, which has 3 IP addresses: 10.11.13.1/24 is the GW of linux VM (the VM has internal address 10.11.13.2/24 in VM) 192.168.57.102/24 is the bridge local address connecting to remote port 192.168.57.1/24 via … Read more

Map a physical switch port to a private network in openstack? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 22 hours ago. Improve this question Am new to openstack and was wondering how to go about mapping a physical port to a virtual network within openstack in a … Read more

KVM vs Hyper-V. Which hypervisor is best for windows guests? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I am currently testing openstack for windows guests (XP and 7). I have deployed openstack “all in one” on system with following specs … Read more

How exactly are Distributed File Systems used in cloud environment? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more

how to upgrade libvirt?

I’m trying to install openstack on RHEL 6.2. Following installation guide from openstack.org, I’m using the command: yum install openstack-nova openstack-glance After resolved many dependencies, I got the final error: Error: Package: openstack-nova-compute-2012.2.2-1.el6.noarch (epel) Requires: libvirt >= 0.9.6 Installed: libvirt-0.9.4-23.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201111171049.x86_64/6.2) libvirt = 0.9.4-23.el6 I installed libvirt 0.9.4 from the RHEL 6.2 DVD, but it … Read more