2012-03-08 14:46:58 DEBUG nova.utils [-] Attempting to grab semaphore
"252f77f9ae919d0e87c7bf2c73772e0cd8f74e04" for method
"call_if_not_exists"... from (pid=1567) inner
/data/stack/nova/nova/utils.py:834
2012-03-08 14:46:58 DEBUG nova.utils [-] Got semaphore
"252f77f9ae919d0e87c7bf2c73772e0cd8f74e
I'm using a devstack-configured box with all the latest code and am running
into DeprecationWarning wherever weob.Request.str_[GET,PUT,cookies,params] are
accessed (they are being replaced by unicode equivalents). Since Python < 2.7
does not ignore DeprecationWarning, and I am running on Python
Add --root_helper=sudo nova-rootwrap to your nova.conf file..
this will allow it to work without needing to specify each command by hand or
ALL. Also the 12.04 packages are shipping a /etc/sudoers.d/nova file that has
the required sudo access for nova-rootwrap
--shep
On Mar 6, 2012, at 7:59 AM,
+1
On Wed, Mar 7, 2012 at 7:59 PM, Alexey Eromenko wrote:
> There are several blocker bugs in manuals. (they prevent new users
> from installing or configuring OpenStack)
>
> But I doubt they are marked as such.
>
> What to do ?
> Can I up priority for docs on L-pad, if a broken docs prevent new
The final swift release for openstack essex is coming quickly. Swift 1.4.8 is
tentatively scheduled for March 22nd. To get your patches into this release,
please submit them for review by next week so we have enough time to review and
QA them.
--John
smime.p7s
Description: S/MIME cryptograp
There are several blocker bugs in manuals. (they prevent new users
from installing or configuring OpenStack)
But I doubt they are marked as such.
What to do ?
Can I up priority for docs on L-pad, if a broken docs prevent new
users from configuring OpenStack ?
--
-Alexey Eromenko "Technologov"
Piling on while it's hot - there are still a few bugs pending triage for
Keystone, but if anyone has some time to look through them and sees something
we absolutely shouldn't miss, please let me know.
-joe
On Mar 7, 2012, at 4:04 PM, Vishvananda Ishaya wrote:
> Hey Everyone,
>
> We are getti
Hey Everyone,
We are getting really close to finishing all of the bugs that I know about for
RC-1. I could use some help (especially from nova-core!) with bug triaging.
If anyone knows of any bugs that we absolutely shouldn't miss for essex, please
find me via irc or email and let me know.
V
On Wed, Mar 7, 2012 at 4:35 PM, Ken Thomas wrote:
> There have been some recent changes to the devstack script w.r.t.
> nova/api-paste.ini that puzzle me. There's the template api-paste.ini with
> various tokens that need to be substituted, and some of them are commented
> out.
Ken, I have a med
On 03/05/2012 06:27 PM, rob_hirschf...@dell.com wrote:
> Stackers,
>
> The Dell OpenStack team is coordinating a world-wide effort to work on Essex
> deployments this coming Thursday, 3/8.
Coincidentally Fedora is having an OpenStack test day
on the same date (tomorrow).
http://fedoraproject.or
Hi all,
There have been some recent changes to the devstack script w.r.t.
nova/api-paste.ini that puzzle me. There's the template api-paste.ini
with various tokens that need to be substituted, and some of them are
commented out.
E.g.
# admin_user = %SERVICE_USER%
# admin_password = %SERVIC
Does /etc/glance/policy.json exist?
Is is readable?
- Original Message -
> From: ".。o 0 O泡泡" <501640...@qq.com>
> To: "openstack"
> Sent: Wednesday, 7 March, 2012 2:06:50 PM
> Subject: [Openstack] can not start glance-api in glance E4
>
>
> hi all:
>
> In glance E4 ,when I enter fol
Hi,
do you have "auth_strategy=keystone" or similar in your nova.conf file?
Ghe Rivero
On Wed, Mar 7, 2012 at 7:21 AM, Roman Sokolkov wrote:
> and in nova-api.log
>
> 2012-03-07 10:16:23 INFO nova.api.openstack.wsgi
> [req-384a202a-45c6-4aa7-9a92-a8ad15f8ec3c 7e749fed4cee4999ac86a79044c68d1
On Wed, Mar 07, 2012 at 07:04:30PM +0400, Roman Sokolkov wrote:
> Hi
>
> I have stupid issue. When I login to dashboard and click on any link,
> dashboard write "*Error: *You are not authorized to access /syspanel/" and
> redirect to login page, if I type login and password, I needed page open.
>
Glad there is some interest. Looking forward to it!
From: openstack-bounces+john.garbutt=eu.citrix@lists.launchpad.net
[mailto:openstack-bounces+john.garbutt=eu.citrix@lists.launchpad.net] On
Behalf Of Cole
Sent: 06 March 2012 23:57
To: Tom Ellis
Cc: openstack@lists.launchpad.net
Subject
Hi There,
I'm looking at implementing some form of Auditing/logging for various
components, with the main aim of having a full audit trail of all user actions,
for various legal, and general troubleshooting/support purposes.
Firstly, I'm wondering if there's already an implementation of somethi
Hi
I have stupid issue. When I login to dashboard and click on any link,
dashboard write "*Error: *You are not authorized to access /syspanel/" and
redirect to login page, if I type login and password, I needed page open.
And for any click same happens.
I use packages last for 12.04.
apache erro
Deepak,
The client handles the slashes correctly, but there's still a bit of a bug in
the server as there's no matching route without the trailing slash.
Legacy keystone had a trivial URL normalization middleware to handle a similar
issue.
-Dolph Mathews
On Mar 7, 2012, at 6:27 AM, Deepak Gar
Hello,
I have a question regarding load balancing and availability. I've tried to
figure it out by reading the documentation, but i'm not quite sure yet.
Is it possible to have various controller node ( server where nova-api,
nova-scheduler and keystone are installed) and maintain a coherent stat
On 03/07/2012 01:27 PM, Deepak Garg wrote:
@ Rafael
Can you post more details about the configurations and cmds you are using ?
It will be helpful if you also paste the keystone.conf file.
commands:
$ cd path/to/keystone
$ bin/keystone-all
$ curl http://localhost:35357/v2.0 (or cur
hi all:
In glance E4 ,when I enter follows:
sudo glance-api glance-api.conf --debug &
It returns :
2012-03-07 21:53:50 26589ERROR [glance.store.filesystem] Could not find
filesystem_store_datadir in configuration options.
2012-03-07 21:53:50 26589ERROR [glance.store.base] Failed to confi
@ Dolph,
It works well for me with or without the traling slash in cases when I
pass the value in cli using the
--endpoint switch or in case when I pass it as an env variable
[SERVICE_ENDPOINT]
Am I missing something ?
@ Rafael
Can you post more details about the configurations and cmds you ar
22 matches
Mail list logo