Re: [Openstack] Swift + Keystone integration problem

2013-02-04 Thread Andrey V. Romanchev
[pipeline:main] pipeline = catch_errors healthcheck cache authtoken keystone proxy-server How to add log messages to middleware components? 2013/2/1 David Goetz > I'm sorry- I didn't read that part about the proxy restart :) The proxy > may not log if it gets hung up in some middleware. What

Re: [Openstack] Swift + Keystone integration problem

2013-02-04 Thread Andrey V. Romanchev
Of course. # cat /etc/swift/proxy-server.conf [DEFAULT] cert_file = /etc/swift/cert.crt key_file = /etc/swift/cert.key bind_port = bind_ip = workers = 8 user = swift log_facility = LOG_LOCAL1 log_level = DEBUG [pipeline:main] pipeline = catch_errors healthcheck cache authtoken keystone prox

[Openstack] [openstack] [ceilometer] API /v1/meters/ return '404 Not Found'

2013-02-04 Thread Qinglong.Meng
Hi all, I have deployed ceilometer with openstack F. Version: ceilometer: stable/folsom openstack: folsom nova: 2012.2.3 The ceilometer services here: nova 6750 5522 0 17:16 pts/0 00:00:04 /usr/bin/python /usr/local/bin/ceilometer-collector nova 6762 5522 0 17:17 pts/0 00:0

Re: [Openstack] [openstack] [ceilometer] API /v1/meters/ return '404 Not Found'

2013-02-04 Thread Julien Danjou
On Mon, Feb 04 2013, Qinglong.Meng wrote: > Hi all, > I have deployed ceilometer with openstack F. > Version: > ceilometer: stable/folsom > openstack: folsom > nova: 2012.2.3 > > The ceilometer services here: > nova 6750 5522 0 17:16 pts/0 00:00:04 /usr/bin/python > /usr/lo

[Openstack] nova-base.xml

2013-02-04 Thread Joe Warren-Meeks
Hi guys, I need to have arp and mac spoofing work on my virts so that HA works as I need it. I've used virsh nwfilter-edit nova-base to edit and remove the bits I need, however it looks like that change was undone when the server was dist-upgraded What is the proper way to make these changes per

[Openstack] keystone help! keystone stop/waiting

2013-02-04 Thread Mballo Cherif
Hi every body! I need help for keystone service. when I try to run keystone with 'service keystone start', I get this: $ sudo service keystone start keystone start/running, process 15335 $ sudo service keystone status keystone stop/waiting How can I fix this? Thanks you for your help. Sheri

[Openstack] openstack public cloud providers who support glance?

2013-02-04 Thread JR
Greetings all, I've recently signed up with HP cloud and Rackspace. Neither, it turns out allow uploading of OS images (or, actually, any of the glance functionality) via glance. We are looking at testing being able to run excess computes at a public cloud provider using our own images. I know

Re: [Openstack] Swift + Keystone integration problem

2013-02-04 Thread Chmouel Boudjnah
you seem to use ssl with a http:// url. Chmouel. On Mon, Feb 4, 2013 at 10:38 AM, Andrey V. Romanchev < andrey.romanc...@gmail.com> wrote: > Of course. > > # cat /etc/swift/proxy-server.conf > [DEFAULT] > cert_file = /etc/swift/cert.crt > key_file = /etc/swift/cert.key > bind_port = > bind

Re: [Openstack] Swift + Keystone integration problem

2013-02-04 Thread Chmouel Boudjnah
you need to add the proxy-logging middleware, see swift's default proxy-server.conf https://github.com/openstack/swift/blob/master/etc/proxy-server.conf-sample Chmouel. On Mon, Feb 4, 2013 at 10:37 AM, Andrey V. Romanchev < andrey.romanc...@gmail.com> wrote: > [pipeline:main] > pipeline = catch

Re: [Openstack] [Fixed] Swift + Keystone integration problem

2013-02-04 Thread Andrey V. Romanchev
Chmouel, you're a genius! I've changed my storage endpoint and URL that solved the problem. Thank you! 2013/2/4 Chmouel Boudjnah > you seem to use ssl with a http:// url. > > Chmouel. > > > On Mon, Feb 4, 2013 at 10:38 AM, Andrey V. Romanchev < > andrey.romanc...@gmail.com> wrote: > >> Of cours

Re: [Openstack] keystone help! keystone stop/waiting

2013-02-04 Thread Ritesh Nanda
Try running keystone service in verbose , it will give you logs on screen. Keystone -v There must be something missing in your config file. Sent from my Windows Phone -- From: Mballo Cherif Sent: 04-02-2013 04:03 PM To: openstack@lists.launchpad.net Subject: [Openst

[Openstack] can't run nova boot from command line (works from horizon)

2013-02-04 Thread JR
Greetings, I'm running a devstack test cluster (all in one on a single host), which I've had up for days now. Suddenly, I'm unable to run: nova boot --image d5784c25-9d3f-4023-8dd2-785d14fe251a --flavor 1 --security-groups default inst01 which returns ERROR: The resource could not be found. (H

Re: [Openstack] nova-base.xml

2013-02-04 Thread Vishvananda Ishaya
On Feb 4, 2013, at 2:29 AM, Joe Warren-Meeks wrote: > Hi guys, > > I need to have arp and mac spoofing work on my virts so that HA works as I > need it. > > I've used virsh nwfilter-edit nova-base to edit and remove the bits I need, > however it looks like that change was undone when the serve

Re: [Openstack] can't run nova boot from command line (works from horizon)

2013-02-04 Thread JR
Hi Sébastien Problem is, I can't run nova network-list either! stack@gpfs6-int:~$ nova network-list ERROR: Not found (HTTP 404) I can, however, run: stack@gpfs6-int:~$ nova net-list +--+-+---+ | ID | Label

Re: [Openstack] can't run nova boot from command line (works from horizon)

2013-02-04 Thread Sébastien Han
hum ok now I wonder if you created a network or not? # nova-manage network list ? -- Regards, Sébastien Han. On Mon, Feb 4, 2013 at 7:09 PM, JR wrote: > Hi Sébastien > > Problem is, I can't run nova network-list either! > > stack@gpfs6-int:~$ nova network-list > ERROR: Not found (HTTP 404) > >

Re: [Openstack] can't run nova boot from command line (works from horizon)

2013-02-04 Thread JR
I didn't do it, devstack did as a result of setting FIXED_RANGE=172.30.1.0/24 in localrc (the file in devstack which is sourced when the main stack.sh runs - in case you aren't familiar with devstack ;-) stack@gpfs6-int:~$ nova-manage network list id IPv4IPv6

Re: [Openstack] can't run nova boot from command line (works from horizon)

2013-02-04 Thread Sébastien Han
nova network-list then look for the id and add the following to your boot command: nova boot bla bla bla --nic net-id= Let me know if it's better. Cheers. -- Regards, Sébastien Han. On Mon, Feb 4, 2013 at 6:24 PM, JR wrote: > Greetings, > > I'm running a devstack test cluster (all in one on

[Openstack] Error: Upgrade DB using Essex release first

2013-02-04 Thread Liu Wenmao
hi all: I have setup a basic openstack environment, and I recently try to install cinder. When following the openstack install guide, I stuck after running "cinder-manage db sync": root@controller:~# cinder-manage db sync 2013-02-05 11:39:39 15121 DEBUG cinder.utils [-] backend __get_backend /us