Re: [Openstack] Help regarding openstack dashboard

2014-09-03 Thread nithish B
Hi Sadia, Both your config files are wrong. For example, the section "sql_connection = mysql://root:seecs@127.0.0.1/nova?charset=utf8" in nova.conf is present under the [DEFAULT] section, but it's supposed to be under the [database] section and in keystone.conf, it's missing!!! Kindly change bo

Re: [Openstack] Help regarding openstack dashboard

2014-09-03 Thread Sadia Bashir
Hello Nithish, Thank you for your reply, I found nova.conf in /etc/nove and keystone.conf in /etc/keystone. Pls see attached. I found these two files different from what you have told me. Should I change these files accordingly in order to make things work? On Wed, Sep 3, 2014 at 2:36 PM, nithis

Re: [Openstack] Help regarding openstack dashboard

2014-09-03 Thread nithish B
Hi Sadia, If you cannot find nova.conf and keystone.conf in your system, do the following: 1. Copy the following to a file. NOVA_CONF=/etc/nova/nova.conf KEYSTONE_CONF=/etc/keystone/keystone.conf cp ${NOVA_CONF}{,.bak} cat > ${NOVA_CONF}

Re: [Openstack] Help regarding openstack dashboard

2014-09-03 Thread Sadia Bashir
Got the files there in /etc/nova/api-paste-ini but got no following sections there: [pipeline:openstackapi10] # pipeline = faultwrap noauth ratelimit osapiapp10 # NOTE(vish): use the following pipeline for deprecated auth #pipeline = faultwrap auth ratelimit osapiapp10 [pipeline:openstackapi11]

Re: [Openstack] Help regarding openstack dashboard

2014-09-03 Thread Sadia Bashir
By the way I followed instructions given at www.devstack.org and its installation went smooth. On Wed, Sep 3, 2014 at 1:51 PM, Sadia Bashir <11msccssbas...@seecs.edu.pk> wrote: > Hello everyone, > > I am new here, It is my first email to the list. I successfully completed > installation of opens

[Openstack] Help regarding openstack dashboard

2014-09-03 Thread Sadia Bashir
Hello everyone, I am new here, It is my first email to the list. I successfully completed installation of openstack on Ubuntu 14.04 LTS and it gave me URLs for accessing dashboard, admin user password and keystone services as well. But I am facing following issues: 1. After I login to openstack d