[Openstack] Unable to launch instance: BadRequest: Specifying 'tenant_id' other than authenticated tenant in request requires admin privileges

2015-10-31 Thread Marco Antonio Carcano
Hi all, I'm a total newbie to openstack, and I'm trying to install a testing environment to study it. I installed Openstack Juno on CentOS 7 following "Openstack Installation Guide for Red Hat 7, CentOS 7 and Fedora 20" - I'm working on CentOS 7 I'm not able to launch the CirrOS instance:

Re: [Openstack] Unable to launch instance.

2015-06-08 Thread Anne Gentle
On Mon, Jun 8, 2015 at 1:11 AM, vikrant ambedkar wrote: > Hi Abhishek, > > We don't use devstack or any other available ready made packages for > installation. As we are using it for production purposes and we have > followed official document of openstack Juno. > > Is it related to network confi

Re: [Openstack] Unable to launch instance.

2015-06-07 Thread Abhishek Shrivastava
Well Vikrant, as you mentioned that you are not using devstack so in that case you need to add the services manually to the compute node (or better try to search for nova.conf), so that you can use console services of nova. Also after adding those service you need to restart the services in all of

Re: [Openstack] Unable to launch instance.

2015-06-07 Thread vikrant ambedkar
Hi Abhishek, We don't use devstack or any other available ready made packages for installation. As we are using it for production purposes and we have followed official document of openstack Juno. Is it related to network configuration which we done on network node or controller node ? Or relate

Re: [Openstack] Unable to launch instance.

2015-06-07 Thread Abhishek Shrivastava
Hi Vikrant, Sorry for the late reply. So you need to add it on that node where DevStack has been installed. If you have not installed devstack then the documentation which you are following is outdated, so you have to search for the updated document where they have included those services. On Sun

Re: [Openstack] Unable to launch instance.

2015-06-06 Thread vikrant ambedkar
Hi Abhishek, Thank you for valuable response. Just wanted to know that on which node we suppose to add this configuration ? We have controller, network and compute node. Also as we already have added Ubuntu and windows bootable ISO image and we are using the same. Thanks Vikrant On Jun 6, 2015

Re: [Openstack] Unable to launch instance.

2015-06-06 Thread Abhishek Shrivastava
Hi Vikrant, To solve this issue, you need to include following in the ENABLED_SERVICES in your local.conf file: - ENABLED_SERVICES+=n-novnc,n-xvnc,n-cauth Also while creating an instance, create a bootable volume from the image then create the instance it will be easy and more efficient. On

Re: [Openstack] unable to launch instance on icehouse 3 node setup

2015-01-21 Thread Li, Chen
ent: Thursday, January 22, 2015 10:17 AM To: openstack@lists.openstack.org<mailto:openstack@lists.openstack.org> Subject: [Openstack] unable to launch instance on icehouse 3 node setup Hi, I have a setup with 3 node architecture with [ 1 controller + 1 compute + 1 network node ]. My servic

Re: [Openstack] unable to launch instance on icehouse 3 node setup

2015-01-21 Thread Chetan Bali
.openstack.org> Subject: [Openstack] unable to launch instance on icehouse 3 node setup Hi, I have a setup with 3 node architecture with [ 1 controller + 1 compute + 1 network node ]. My services are in running state for all nova and neutron. When I try to launch a instance from demo user, I am get

Re: [Openstack] unable to launch instance on icehouse 3 node setup

2015-01-21 Thread Li, Chen
drwxr-xr-x 6 root root 4096 Jan 6 14:44 ./ Edit it: Chown -R nova:nova /var/lib/nova/instances/ Thanks. -chen From: Chetan Bali [mailto:chetan.b...@aricent.com] Sent: Thursday, January 22, 2015 10:17 AM To: openstack@lists.openstack.org Subject: [Openstack] unable to launch instanc

[Openstack] unable to launch instance on icehouse 3 node setup

2015-01-21 Thread Chetan Bali
Hi, I have a setup with 3 node architecture with [ 1 controller + 1 compute + 1 network node ]. My services are in running state for all nova and neutron. When I try to launch a instance from demo user, I am getting "no valid host found" error in dashboard. While seeing nova-compute.log in co