Re: [Openstack] problem in log in django swiftbrowser

2014-03-05 Thread pragya jain
hi Christian, Please help to resolve the problem. Thanks  Pragya Jain On Monday, 3 March 2014 4:33 PM, pragya jain wrote: hi Christian, > > >I did the following steps: >1. root@pragya-VirtualBox:~/django-swiftbrowser/myproj# python manage.py >collectstatic > > > >OUTPUT: >You have requeste

Re: [Openstack] swift recon query

2014-03-05 Thread pragya jain
please somebody answer my questions related to swift recon. Thanks  Pragya Jain On Wednesday, 5 March 2014 2:31 PM, pragya jain wrote: hello all, > > >I have some basic questions about swift recon. please query them. > > > >Q1: what should be the curl command for recon? > > >I use the follo

[Openstack] provider network with 3 nics

2014-03-05 Thread Remo Mattei
Hello everyone, I have a strange scenario I have 3 nodes, compute, controller and neutron the neutron box has 3 nics, 1 management, which is ok, the sec is used for the tun (GRE) and it’s ok as well and the 3rd is my provider network in this case to do some testing I have it running on a 192.1

Re: [Openstack] Unable to restore network connectivity after the controller and compute nodes were restarted

2014-03-05 Thread Narayanan, Krishnaprasad
Hi Ritesh, Can I precisely know is this what you meant in the below email? Kill dnsmasq process and start it again. Then restart the nova-network. Regards, Krishnaprasad From: Ritesh Nanda [mailto:riteshnand...@gmail.com] Sent: Donnerstag, 6. März 2014 02:50 To: Narayanan, Krishnaprasad Subject:

[Openstack] Failed when I try to start openstack-compute

2014-03-05 Thread Li, Chen
Hi list, I'm working under CentOS 6.4 + Havana. When I try to start openstack-compute, I get error in "/var/log/nova/compute.log": 2014-03-06 14:13:59.205 11563 ERROR nova.openstack.common.threadgroup [-] Version 1.9 of Instance is not supported 2014-03-06 14:13:59.205 11563 TRACE nova.openstac

[Openstack] neutron not schedule the network to DHCP agent

2014-03-05 Thread Li, Chen
Hi list, I'm working on CentOS 6.4 + Havana. When I create a new network, I get error message in /var/log/neutron/server.log: Run command: neutron net-create test-network03 Output in /var/log/neutron/server.log: 2014-03-06 13:28:37.

Re: [Openstack] issue when I using PKI for token format

2014-03-05 Thread Ali, Haneef
In you keystone.conf under signing section, make sure your entries are pointing to these generated files. In your config file [signing] section is empty Thanks Haneef From: Li, Chen [mailto:chen...@intel.com] Sent: Wednesday, March 05, 2014 9:04 PM To: Ali, Haneef; Adam Young; openstack@

Re: [Openstack] issue when I using PKI for token format

2014-03-05 Thread Li, Chen
Still not work... keystone user-list Authorization Failed: Unable to sign token. (HTTP 500) Thanks. -chen id uid=0(root) gid=0(root) groups=0(root) keystone-manage pki_setup --keystone-user 0 --keystone-group 0 2014-03-06 13:01:19.905 23316 INFO keystone.common.openssl [-] openssl genrsa -

Re: [Openstack] issue when I using PKI for token format

2014-03-05 Thread Ali, Haneef
The user/group are not the user, group created in the keystone. They are unix user and unix group. Just run "id" command in unix and take the user name and group name Thanks Haneef From: Li, Chen [mailto:chen...@intel.com] Sent: Wednesday, March 05, 2014 8:22 PM To: Adam Young; openstack@lists.

Re: [Openstack] issue when I using PKI for token format

2014-03-05 Thread Li, Chen
I remember somewhere ask me to do at the very beginning... But I can't re-produce that anymore. Anyway, When I run command keystone-manage pki_setup I get : usage: keystone-manage [db_sync|db_version|pki_setup|ssl_setup|token_flush] pki_setup [-h] --keystone-user KEYSTONE_USE

Re: [Openstack] issue when I using PKI for token format

2014-03-05 Thread Adam Young
On 03/05/2014 08:59 PM, Li, Chen wrote: Hi, I'm working under CentOS 6.4 + Havana, my keystone version is: openstack-keystone.noarch 2013.2.2-1.el6 @openstack-havana When I run command "keystone user-list", I get error: Authorization Failed: Unable to sign token. (HTTP 500)

Re: [Openstack] [openstack] [neutron] how to config one l3 agent for each l3 router?

2014-03-05 Thread sylecn
Hi all, I have get this working this morning. The settings have no problem, but I didn't get the order right on first try. Here is the correct order: 1. create network resources, but do not connect them to router yet. create ext-net, net1/subnet1, net2/subnet2 2. create router1 3. config route

Re: [Openstack] [keystone] can't not use file-based backend for catalog

2014-03-05 Thread Remo Mattei
Just in case here is the syntax keystone-manage db_sync On Mar 5, 2014, at 6:26 PM, Li, Chen wrote: > That’s the most strange part. > > If I’m using > [catalog] > driver = keystone.catalog.backends.sql.Catalog > > Everything is fine. > > While I’m using file-based backend, even I

Re: [Openstack] [keystone] can't not use file-based backend for catalog

2014-03-05 Thread Li, Chen
That's the most strange part. If I'm using [catalog] driver = keystone.catalog.backends.sql.Catalog Everything is fine. While I'm using file-based backend, even I'm using env |grep SERVICE SERVICE_ENDPOINT=http://host-keystone:35357/v2.0 SERVICE_TOKEN=ADMIN I get nothing fro

Re: [Openstack] [keystone] can't not use file-based backend for catalog

2014-03-05 Thread Remo Mattei
Well looks like it does send the endpoints back to you from keystone. but looks like it’s using a token. can you try a different user? Not sure if that user had access to the endpoints. Just a suggestions. Remo On Mar 5, 2014, at 6:15 PM, Li, Chen wrote: > > keystone --debug endpoint-list

Re: [Openstack] [openstack][TROVE]Error in building an instance

2014-03-05 Thread tangyi
Server not active, status: ERROR The trove always detect nova vm status until timeout. if nova service spawn vm failed,then you saw the log. please check nova-compute.log ? 2014?03?06? 01:37, Giuseppe Galeota ??: Dear all, I have a trove service running on a VM different from the controller

Re: [Openstack] [keystone] can't not use file-based backend for catalog

2014-03-05 Thread Li, Chen
keystone --debug endpoint-list REQ: curl -i -X POST http://host-keystone:5000/v2.0/tokens -H "Content-Type: application/json" -H "User-Agent: python-keystoneclient" REQ BODY: {"auth": {"tenantName": "test", "passwordCredentials": {"username": "lichen", "password": "lichen"}}} RESP: [200] {'dat

Re: [Openstack] [keystone] can't not use file-based backend for catalog

2014-03-05 Thread Remo Mattei
Try to add —debug and see what it says.. Ciao On Mar 5, 2014, at 6:08 PM, Li, Chen wrote: > Hi list, > > I’m working under CentOS 6.4 + Havana. > > I want to use the file based backend for keystone catalog. > But, after I configured that, when I run command “keystone service list” and > “k

[Openstack] [keystone] can't not use file-based backend for catalog

2014-03-05 Thread Li, Chen
Hi list, I'm working under CentOS 6.4 + Havana. I want to use the file based backend for keystone catalog. But, after I configured that, when I run command "keystone service list" and "keystone endpoint-list", I get nothing. Anyone know why this happened ??? I used to be successfully to this o

Re: [Openstack] Unable to restore network connectivity after the controller and compute nodes were restarted

2014-03-05 Thread Ritesh Nanda
Hello Krishna, Please check the dnsmasq process using ps aux | grep dnsmasq. If it is there you can still kill the process and restart the nova-network , i think dhcp will start giving lease. Regards, Ritesh On Wed, Mar 5, 2014 at 7:30 PM, Narayanan, Krishnaprasad < naray...@uni-mainz.de> wrot

[Openstack] issue when I using PKI for token format

2014-03-05 Thread Li, Chen
Hi, I'm working under CentOS 6.4 + Havana, my keystone version is: openstack-keystone.noarch 2013.2.2-1.el6 @openstack-havana When I run command "keystone user-list", I get error: Authorization Failed: Unable to sign token. (HTTP 500) I can get error information in both "keyst

[Openstack] issue when I using pki as the token provider

2014-03-05 Thread Li, Chen
Hi, I'm working under CentOS + Havana. When I start keystone, I get error in both keystone.log and keystone-startup.log: 2014-03-06 09:38:18.214 20199 INFO keystone.common.environment [-] Environment configured as: eventlet 2014-03-06 09:38:18.413 20199 CRITICAL keystone [-] Clas

[Openstack] Unable to restore network connectivity after the controller and compute nodes were restarted

2014-03-05 Thread Narayanan, Krishnaprasad
Hallo all, In our OpenStack ESSEX (openstack-2012.1-dev) setup, there are multiple compute nodes and the networking mode is based on VLAN manager. The controller and the compute nodes were restarted and I could see that only few VMs have network connectivity and for the others the connections a

Re: [Openstack] [Cinder] Default volume type

2014-03-05 Thread Bill Owen
Hi Belmiro, That already exists, see default_volume_type in cinder.conf: # default volume type to use (string value) #default_volume_type= Regards, Bill Owen billo...@us.ibm.com GPFS and OpenStack 520-799-4829 From: Belmiro Moreira To: "openstack-operat...@lists.openstack.org"

Re: [Openstack] [Barbican] HTTPS Connection Question

2014-03-05 Thread Clark, Robert Graham
Very often you’ll deploy them on the same server, so no plaintext goes over the wire. -Rob From: Miller, Mark M (EB SW Cloud - R&D - Corvallis) Sent: 05 March 2014 20:31 To: Douglas Mendizabal; Tiwari, Arvind; Ferreira, Rafael; Remo Mattei; Wyllys Ingersoll; openstack@lists.openstack.org

Re: [Openstack] [SWIFT] When is it safe to remove data in /tmp?

2014-03-05 Thread Stephen Wood
Does anyone have any thoughts on this? I have a feeling it was because I rebalanced, pushed the shards, but then rolled back to the original (before the rebalance) shards because I saw that it was too aggressive. During that time I saw errors like the following, which I believe is responsible for

Re: [Openstack] [Barbican] HTTPS Connection Question

2014-03-05 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Hello, I now have a web server question. I just configured NGINX to server as an HTTPS front end. If I am not mistaken, NGINX receives the HTTPS requests and then makes an HTTP request to the uWSGI server which parses the request and calls Barbican directly passing in the request parameters. I

Re: [Openstack] [openstack] [neutron] how to config one l3 agent for each l3 router?

2014-03-05 Thread gustavo panizzo
you may want to look at this thread https://www.mail-archive.com/openstack@lists.openstack.org/msg03984.html is not what you ask for, but is the closest thing i've seen also check if your pkgs have this patch applied https://review.openstack.org/#/c/59359/ On 03/05/2014 09:21 AM, sylecn wrote

[Openstack] [Cinder] Default volume type

2014-03-05 Thread Belmiro Moreira
Hi, in our cinder setup we would like to have different volume types associated to different qos. For example: standard, high_iops. If the user doesn't specify explicitly the volume type when it creates the volume in our use case it should default to one. "standard" for example. I can't find a

Re: [Openstack] Instances Location and Space Occupied

2014-03-05 Thread gustavo panizzo
On 03/05/2014 11:40 AM, Georgios Dimitrakakis wrote: > I have an OpenStack installation with one compute and one controller node. > > The location of the instances is at: > > /var/lib/nova/instances at the compute node > > I would like to know the following: > > 1) If there is a way to move it

Re: [Openstack] [openstack][TROVE]Error in building an instance

2014-03-05 Thread Giuseppe Galeota
Furthermore, the keystone service accepts only HTTPS connections. Giuseppe 2014-03-05 18:37 GMT+01:00 Giuseppe Galeota : > Dear all, > I have a trove service running on a VM different from the controller node. > > I have configured a user=Trove both in tenant=trove and tenant=service > with rol

[Openstack] Fwd: [openstack-wiki] Missing Build & run Scripts

2014-03-05 Thread Mayur Patil
Hi All, On wiki page of Openstack, https://wiki.openstack.org/wiki/Setup_keystone_in_Eclipse there are some scripts are missing from the following parts: In this section, - *a)* Use mysql database - *b)* setup keystone db 1. Run shell scripts below to create keystone db:

Re: [Openstack] [Barbican] HTTPS Connection Question

2014-03-05 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Thank you Arvind for the information. Barbican information is very precious. Mark From: Tiwari, Arvind Sent: Tuesday, March 04, 2014 5:08 PM To: Miller, Mark M (EB SW Cloud - R&D - Corvallis); Douglas Mendizabal; Ferreira, Rafael; Remo Mattei; Wyllys Ingersoll; openstack@lists.openstack.org Sub

[Openstack] [openstack][TROVE]Error in building an instance

2014-03-05 Thread Giuseppe Galeota
Dear all, I have a trove service running on a VM different from the controller node. I have configured a user=Trove both in tenant=trove and tenant=service with role=admin. If I log into horizon as a trove user and create a database isntances, the status goes in Error. Here there is what I can

Re: [Openstack] [Barbican] HTTPS Connection Question

2014-03-05 Thread Douglas Mendizabal
Arvind, I think you are confused about HTTPS support. >> Barbican does not support SSL , I have added BP for the same. This is a false statement. Barbican does not need to support SSL. It’s up to the container (aka the Web Server) being used to provide SSL for the application, just as you’ve sh

[Openstack] Instances Location and Space Occupied

2014-03-05 Thread Georgios Dimitrakakis
I have an OpenStack installation with one compute and one controller node. The location of the instances is at: /var/lib/nova/instances at the compute node I would like to know the following: 1) If there is a way to move it to /home or any other partition without breaking OpenStack. I don't

[Openstack] [openstack] [neutron] how to config one l3 agent for each l3 router?

2014-03-05 Thread Ageeleshwar Kandavelu
Hi, This was interesting so lets work it out this way. Lets do it for vlan mode first and then apply the logic for gre. Lets have two hosts that run l3-agent (nethost1, nethost2) nethost1 configurations In '/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini' network_vlan_ranges = Intnet1:1

[Openstack] [openstack] [neutron] how to config one l3 agent for each l3 router?

2014-03-05 Thread sylecn
Hi all, I'm experimenting to config one l3 agent for each l3 router. I'm running Havana with neutron + OVS with GRE. AFAIK when using virtual tenant network as fixed ip, when vm access the internet, all traffic will go through l3 agent/router (NAT), then to router's gateway. If floating ip is us

Re: [Openstack] unable to ping google.com

2014-03-05 Thread Ageeleshwar Kandavelu
Reasons for lack of connectivity to google 1. You do not have connectivity to your default gateway Symptoms: you will be unable to ping your default gateway. By default the first ip in your subnet is the ip address of your gateway. Solution: Make sure you have a router that connects your

Re: [Openstack] [openstack][trove] Instances in build status

2014-03-05 Thread tangyi
? 2014?03?05? 18:41, Giuseppe Galeota ??: Hi all, executing # trove list I can see 5 instances in a Build status, and the command # trove delete instance_id gives me an obvious error of “instance is not ready” http://paste.openstack.org/show/72530/_ ._ But instances are in a Build status f

Re: [Openstack] Error mounting disk with libguestfs (child process died unexpectedly)

2014-03-05 Thread Arindam Choudhury
Which user I must add in root group? nova or qemu? From: parthi...@hp.com To: arin...@live.com; openstack@lists.openstack.org Subject: RE: [Openstack] Error mounting disk with libguestfs (child process died unexpectedly) Date: Wed, 5 Mar 2014 10:12:14 + Seems like qemu doesn’t have t

Re: [Openstack] unable to ping google.com

2014-03-05 Thread yalla.gnan.kumar
Hi Yonghua, This is the output: -- $ curl --head google.com HTTP/1.1 301 Moved Permanently Location: http://www.google.com/ Content-Type: text/html; charset=UTF-8 Date: Wed, 05 Mar 2014 10:42:15 GMT Expires: Fri, 04 Apr 2014 10:42:15 GMT Cache-Control: public, max-age=25920

Re: [Openstack] Hyper-V as Compute node with OpenStack Havana

2014-03-05 Thread Pedro Navarro Pérez
Pitri, this is a documentation bug, it would be great if you can file the bug. After cloning, the nova repo: C:\git.exe clone https://github.com/openstack/nova.git it's important to checkout the stable/havana branch: C:\git.exe checkout stable/havana Then to start the nova-compute service in

[Openstack] [openstack][trove] Instances in build status

2014-03-05 Thread Giuseppe Galeota
Hi all, executing # trove list I can see 5 instances in a Build status, and the command # trove delete instance_id gives me an obvious error of "instance is not ready" http://paste.openstack.org/show/72530/* .* But instances are in a Build status from many days... Where is the problem? More

Re: [Openstack] Hyper-V as Compute node with OpenStack Havana

2014-03-05 Thread Priti Sarap
Pedro, Thanks for the quick response and the info. We would like to have the Hyper-V compute node installed using the OpenStack code base (*Havana*) without using the installer. Referring the guide - http://docs.openstack.org/havana/config-reference/content//hyper-v-virtualization-platform.html,

Re: [Openstack] unable to ping google.com

2014-03-05 Thread Yonghua Peng
And when ping is unreachable, I always make a http request like: curl --head google.com Good wish. -- looking for cloud developers: http://www.nsbeta.info/jobs Wednesday, March 5, 2014 10:07 AM UTC from : >Solved it  J . It seems that ping is firewalled for our local LAN. > 

Re: [Openstack] Error mounting disk with libguestfs (child process died unexpectedly)

2014-03-05 Thread Parthipan, Loganathan
Seems like qemu doesn't have the privileges to read /sys/kernel/debug/tracing/tracing_on From: Arindam Choudhury [mailto:arin...@live.com] Sent: 04 March 2014 15:15 To: Parthipan, Loganathan; openstack@lists.openstack.org Subject: RE: [Openstack] Error mounting disk with libguestfs (child proce

Re: [Openstack] unable to ping google.com

2014-03-05 Thread yalla.gnan.kumar
Everybody thanks a lot. From: sylecn [mailto:syl...@gmail.com] Sent: Wednesday, March 05, 2014 1:42 PM To: Gnan Kumar, Yalla Cc: Subject: Re: [Openstack] unable to ping google.com Hi, Have you tried directly ping 74.125.236.206 or 8.8.8.8? Have you enabled icmp in security groups? What kind of

Re: [Openstack] unable to ping google.com

2014-03-05 Thread yalla.gnan.kumar
Solved it :). It seems that ping is firewalled for our local LAN. From: sylecn [mailto:syl...@gmail.com] Sent: Wednesday, March 05, 2014 1:42 PM To: Gnan Kumar, Yalla Cc: Subject: Re: [Openstack] unable to ping google.com Hi, Have you tried directly ping 74.125.236.206 or 8.8.8.8? Have you ena

Re: [Openstack] Hyper-V as Compute node with OpenStack Havana

2014-03-05 Thread Pedro Navarro Pérez
Hi Priti, I'd recommend you to use the Cloudbase OpenStack Hyper-v installer: http://www.cloudbase.it/openstack/openstack-compute-installer/ About https://wiki.openstack.org/wiki/Hyper-V, the page has not been update since Havana. So most of the bps have been implemented in Havana/Icehouse time.

[Openstack] [openstack-wiki] Missing Build & run Scripts

2014-03-05 Thread Mayur Patil
Hi All, On wiki page of Openstack, https://wiki.openstack.org/wiki/Setup_keystone_in_Eclipse there are some scripts are missing from the following parts: In this section, - *a)* Use mysql database - *b)* setup keystone db 1. Run shell scripts below to create keystone db:

[Openstack] swift recon query

2014-03-05 Thread pragya jain
hello all, I have some basic questions about swift recon. please query them. Q1: what should be the curl command for recon? I use the following commands: 1.  root@swift-VirtualBox:~# curl -i http://127.0.0.1:8080/recon/async HTTP/1.1 401 Unauthorized Content-Length: 131 Content-Type: text/htm

Re: [Openstack] unable to ping google.com

2014-03-05 Thread sylecn
Hi, Have you tried directly ping 74.125.236.206 or 8.8.8.8? Have you enabled icmp in security groups? What kind of network topology are you using? *YY Inc. is hiring openstack and python developers. Interested? Check http://www.nsbeta.info/jobs * -- Thanks, Yuanle

Re: [Openstack] Image Network+SWAP

2014-03-05 Thread Georgios Dimitrakakis
I was expecting that this is not normal. Any ideas in what do I have to do to make it work? Are they related with the "virt-sysprep" command which is failing on my image?? Best, G. On Wed, 5 Mar 2014 13:14:40 +0800, sylecn wrote: Hi Georgios, 1. I havent seen that problem in my environmen