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 david.go...@rackspace.com I'm sorry- I didn't read that part about the proxy restart :) The proxy may not log if it gets hung up

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 = host workers = 8 user = swift log_facility = LOG_LOCAL1 log_level = DEBUG [pipeline:main] pipeline = catch_errors healthcheck cache authtoken keystone

[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

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

[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

[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.

[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_ip =

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 =

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 chmo...@chmouel.com 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:

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 cherif.mba...@gemalto.com Sent: 04-02-2013 04:03 PM To:

[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.

Re: [Openstack] nova-base.xml

2013-02-04 Thread Vishvananda Ishaya
On Feb 4, 2013, at 2:29 AM, Joe Warren-Meeks joe.warren.me...@gmail.com 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

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 botem...@gmail.com wrote: Hi Sébastien Problem is, I can't run nova network-list either! stack@gpfs6-int:~$ nova network-list ERROR: Not found

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=network-id instance-name Let me know if it's better. Cheers. -- Regards, Sébastien Han. On Mon, Feb 4, 2013 at 6:24 PM, JR botem...@gmail.com wrote: Greetings, I'm running

[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 module

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_ceilometer_trunk #68

2013-02-04 Thread openstack-testing-bot
at 20130204-0402Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_ceilometer_trunk #70

2013-02-04 Thread openstack-testing-bot
at 20130204-1402Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_ceilometer_trunk #74

2013-02-04 Thread openstack-testing-bot
at 20130204-1404Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_keystone_trunk #112

2013-02-04 Thread openstack-testing-bot
at 20130204-1607Build needed 00:02:40, 13060k disc spaceERROR:root:Error occurred

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_keystone_trunk #113

2013-02-04 Thread openstack-testing-bot
at 20130204-1909Build needed 00:04:35, 13060k disc spaceERROR:root:Error occurred during

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_glance_trunk #113

2013-02-04 Thread openstack-testing-bot
at 20130204

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_nova_trunk #609

2013-02-04 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/609/Project:precise_grizzly_nova_trunkDate of build:Mon, 04 Feb 2013 22:02:17 -0500Build duration:5 min 26 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_keystone_trunk #115

2013-02-04 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/115/Project:raring_grizzly_keystone_trunkDate of build:Tue, 05 Feb 2013 02:01:09 -0500Build duration:5 min 39 secBuild cause:Started by an SCM changeBuilt