Re: [Openstack] [Openstack-operators] A concept feature named 'scheduling live migration'

2013-01-08 Thread Stephen Gran
://help.launchpad.net/ListHelp -- Stephen Gran Senior Systems Integrator - guardian.co.uk Please consider the environment before printing this email. -- Visit guardian.co.uk - website of the year www.guardian.co.ukwww.observer.co.uk

Re: [Openstack] Why my vm often change into shut off status by itself?

2012-12-06 Thread Stephen Gran
job for something like log rotation that signals a process to restart or reload. That process seems to have PID 1957. Maybe you can work out what's happening from that. Cheers, -- Stephen Gran Senior Systems Integrator - guardian.co.uk Please consider the environment before printing this email

Re: [Openstack] nova/quantum/ovs configuration conundrum

2012-11-08 Thread Stephen Gran
gateway (the quantum router), or if the quantum router can't reach the metadata server. try: ip netns exec qrouter-61245d6f-1195-4ca0-ba08-f0636f7d44c6 wget http://172.16.0.201:8775/ To rule out the latter so you know where to concentrate your efforts. -- Stephen Gran Senior Systems Integrator

Re: [Openstack] nova/quantum/ovs configuration conundrum

2012-11-07 Thread Stephen Gran
network namespace: ip netns exec qrouter-61245d6f-1195-4ca0-ba08-f0636f7d44c6 iptables -L -v -t nat ip netns exec qrouter-61245d6f-1195-4ca0-ba08-f0636f7d44c6 ip r Cheers, -- Stephen Gran Senior Systems Integrator - guardian.co.uk Please consider the environment before printing this email

Re: [Openstack] Error in l3_agent

2012-11-05 Thread Stephen Gran
Hi, On Mon, 2012-11-05 at 10:52 +0100, Skible OpenStack wrote: Hello Stackers ! i am finding a weird error in my l3_agent.log file: Stdout: 'Unauthorized command: /sbin/iptables-save -t filter\n' Your sudoers config doesn't allow this command - you'll want to fix that. Cheers, -- Stephen

Re: [Openstack] can't ssh instance when launched on a second compute node

2012-10-07 Thread Stephen Gran
not loaded the key! But I have no idea how to solve that ! ??? You haven't loaded the key - all of that debug output is from the client. I'd try passing the correct path to the correct key. Cheers, -- Stephen Gran Senior Systems Integrator - guardian.co.uk Please consider the environment before

Re: [Openstack] [Nova] How common is user_data for instances?

2012-08-13 Thread Stephen Gran
/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp -- Stephen Gran Senior Systems Integrator - guardian.co.uk Please consider the environment before printing this email

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-28 Thread Stephen Gran
nova starts up. How you do that depends on your local architecture. Cheers, -- Stephen Gran Senior Systems Integrator - guardian.co.uk Please consider the environment before printing this email. -- Visit guardian.co.uk - newspaper

[Openstack] rabbit MQ and mirrored queues

2012-05-25 Thread Stephen Gran
queue parameters on reconnect, but it seems a shame there's not an obvious way to do this out of the box. Unless I'm missing something? Cheers, -- Stephen Gran Senior Systems Integrator - guardian.co.uk Please consider the environment before printing this email

[Openstack] metadata for instances

2012-05-25 Thread Stephen Gran
for it, so both always end up as 'server NN' as far as I can tell. Am I missing a knob to tweak? I don't mind maintaining a small local patch set to generate a different _default_display_name, but it seems like it might be nicer to have this be templateable. Cheers, -- Stephen Gran Senior Systems