*** ccustine has joined #openstack | 00:00 | |
*** vrturbo has quit IRC | 00:04 | |
*** stimble has quit IRC | 00:08 | |
*** gyee has quit IRC | 00:08 | |
*** stimble has joined #openstack | 00:09 | |
*** zeus has quit IRC | 00:13 | |
*** reed has quit IRC | 00:15 | |
*** wiliam has quit IRC | 00:16 | |
*** jplewi has quit IRC | 00:16 | |
*** stimble has quit IRC | 00:17 | |
*** dwcramer has joined #openstack | 00:18 | |
*** Deathvalley122 has quit IRC | 00:22 | |
*** aspiers has quit IRC | 00:23 | |
*** Deathvalley122 has joined #openstack | 00:28 | |
*** wiliam has joined #openstack | 00:30 | |
*** wilmoore has quit IRC | 00:33 | |
*** wilmoore has joined #openstack | 00:33 | |
*** nmistry has joined #openstack | 00:34 | |
*** dpippenger has quit IRC | 00:35 | |
*** aspiers has joined #openstack | 00:35 | |
*** jedi4ever has quit IRC | 00:35 | |
*** littleidea has joined #openstack | 00:36 | |
*** wilmoore has quit IRC | 00:38 | |
*** jgriffith is now known as jgriffith_away | 00:38 | |
*** blamar has left #openstack | 00:39 | |
*** jog0 has joined #openstack | 00:40 | |
*** jog0 has left #openstack | 00:41 | |
*** mislam has quit IRC | 00:41 | |
apetrescu | Does the Nova API by default only allow calls from localhost by any chance? I'm experiencing an error where I can successfully make an API call from the nova controller machine itself, but not from another machine on the same local network (it seems to get a token, but fail with a 400 error when making the exact same request that worked locally) | 00:43 |
---|---|---|
apetrescu | Basically just doing: nova = client.Client('user', 'password', 'admin', 'http://192.168.1.135:5000/v2.0/', service_type="compute"); nova.servers.list() | 00:43 |
apetrescu | And yes, 192.168.1.135 is definitely the right local address, and yes, I'm on the same network | 00:44 |
apetrescu | ping and ssh to 192.168.1.135 both work fine | 00:45 |
apetrescu | My only guess is that the Nova API by default forbids API calls from any remote host | 00:45 |
apetrescu | Is that the case? | 00:46 |
*** jedi4ever has joined #openstack | 00:47 | |
*** llang629_ has joined #openstack | 00:47 | |
*** llang629_ is now known as llang629 | 00:47 | |
*** krow has quit IRC | 00:48 | |
*** warik has quit IRC | 00:49 | |
*** krow has joined #openstack | 00:50 | |
*** llang629 has quit IRC | 00:52 | |
*** s0mik has quit IRC | 00:54 | |
*** arrsim` has joined #openstack | 00:55 | |
*** darkarnium has joined #openstack | 00:57 | |
*** rods has quit IRC | 00:58 | |
*** bencherian has quit IRC | 01:01 | |
darkarnium | Hi there, I have an OpenStack environment setup using XenServer as the hypervisor, NFS for virtual machine storage and the DomU running nova-compute, nova-volume and nova-network all setup and running. I have no issues with launching VMs via Horizon or the CLI, however when I attempt to spawn multiple VMs at once I receive a "VDI_IN_USE" error in the compute logs. Is there anyone that may be able to assist in diagnosing this is | 01:02 |
darkarnium | I've come across Bug 960655 which appears to be similar, so I've applied the patch and restarted the nova-compute services, but I am still encountering the same issues. I can provide logging and configuration on request, but I have a feeling I may just be doing something wrong :) | 01:04 |
*** adjohn has quit IRC | 01:04 | |
uvirtbot | New bug: #1008798 in horizon "Don't show disallowed actions for deleting instance" [Low,Confirmed] https://launchpad.net/bugs/1008798 | 01:06 |
uvirtbot | New bug: #1008799 in horizon "Don't add messages during AJAX requests" [Undecided,Confirmed] https://launchpad.net/bugs/1008799 | 01:06 |
*** johnpostlethwait has quit IRC | 01:07 | |
*** e1mer has quit IRC | 01:08 | |
*** miclorb has quit IRC | 01:08 | |
*** osier has joined #openstack | 01:10 | |
*** Aaton is now known as Aaton_off | 01:12 | |
*** aa has quit IRC | 01:12 | |
*** zehicle1 has joined #openstack | 01:15 | |
*** zehicle has quit IRC | 01:15 | |
*** tmichael has joined #openstack | 01:21 | |
*** krow has quit IRC | 01:21 | |
*** ccustine has quit IRC | 01:21 | |
*** ccustine has joined #openstack | 01:21 | |
*** dark_coyote has joined #openstack | 01:22 | |
*** e1mer has joined #openstack | 01:23 | |
*** e1mer has joined #openstack | 01:23 | |
*** dark_coyote has left #openstack | 01:26 | |
*** miclorb has joined #openstack | 01:28 | |
*** hermy is now known as hermy|away | 01:33 | |
*** wabat has left #openstack | 01:35 | |
*** tmichael has quit IRC | 01:37 | |
*** hunglin has joined #openstack | 01:39 | |
*** joearnold has quit IRC | 01:42 | |
*** edygarcia has joined #openstack | 01:45 | |
*** feiyuliu has joined #openstack | 01:46 | |
*** darkarnium has quit IRC | 01:48 | |
*** johnpostlethwait has joined #openstack | 01:49 | |
apetrescu | Okay, so I figured out the root cause | 01:50 |
apetrescu | The problem is that my token endpoint is returning "localhost" in publicUrl fields | 01:50 |
apetrescu | Like so: https://gist.github.com/2871966 | 01:51 |
apetrescu | Where is this being misconfigured? Obviously the publicUrls should not be localhost, but rather the IP address | 01:51 |
apetrescu | I can't find this in nova.conf though; where should I be looking? | 01:51 |
*** aspiers has quit IRC | 01:53 | |
feiyuliu | Is there anything suggestion about monitor hypervisor? | 01:54 |
*** paulmillar has joined #openstack | 01:56 | |
*** vitiho has joined #openstack | 01:59 | |
*** jackh has joined #openstack | 02:01 | |
*** edygarcia has quit IRC | 02:01 | |
*** CristianDM has joined #openstack | 02:02 | |
CristianDM | Hi. Please help, I have one node down | 02:03 |
CristianDM | Openstack don´t create br100 when start | 02:03 |
CristianDM | I add this manually but the instances can´t get ip via dhcp | 02:03 |
*** shang has joined #openstack | 02:03 | |
*** jemartin has quit IRC | 02:04 | |
*** aspiers has joined #openstack | 02:05 | |
*** koolhead17 has joined #openstack | 02:07 | |
*** andrewsben_zz is now known as andrewsben | 02:08 | |
CristianDM | Any? | 02:10 |
CristianDM | How to force to create br100 | 02:10 |
CristianDM | ? | 02:10 |
*** fikus-kukis^TP has quit IRC | 02:13 | |
*** glove has quit IRC | 02:13 | |
*** glove has joined #openstack | 02:15 | |
*** ayoung has quit IRC | 02:18 | |
*** fikus-kukis^TP has joined #openstack | 02:21 | |
*** edygarcia has joined #openstack | 02:21 | |
*** tmichael has joined #openstack | 02:22 | |
*** Dr_Who has joined #openstack | 02:24 | |
*** rnorwood has joined #openstack | 02:24 | |
*** ryanpetr_ has joined #openstack | 02:24 | |
*** ryanpetrello has quit IRC | 02:26 | |
*** jgriffith has joined #openstack | 02:30 | |
*** MarkAtwood-away is now known as MarkAtwood | 02:30 | |
*** ryanpetr_ has quit IRC | 02:33 | |
*** koolhead17 has quit IRC | 02:33 | |
*** wilmoore has joined #openstack | 02:38 | |
*** rnorwood has quit IRC | 02:38 | |
*** ryanpetrello has joined #openstack | 02:41 | |
CristianDM | nova-network return flat_network_bridge : br100 from (pid=1249) wait /usr/lib/python2.7/dist-packages/nova/service.py:411 | 02:43 |
CristianDM | And don´t create br100 | 02:43 |
*** feiyuliu_ has joined #openstack | 02:44 | |
*** miclorb has quit IRC | 02:45 | |
*** feiyuliu has quit IRC | 02:45 | |
*** rnorwood has joined #openstack | 02:46 | |
*** hunglin has quit IRC | 02:47 | |
*** vitiho_ has joined #openstack | 02:48 | |
*** vitiho has quit IRC | 02:48 | |
*** BRod has quit IRC | 02:50 | |
*** anderstj has joined #openstack | 02:53 | |
*** reed has joined #openstack | 02:54 | |
*** anderstj has quit IRC | 02:56 | |
*** ryanpetrello has quit IRC | 02:57 | |
*** jemartin has joined #openstack | 03:00 | |
*** dwcramer has quit IRC | 03:00 | |
*** networkstatic has joined #openstack | 03:01 | |
*** dwcramer has joined #openstack | 03:04 | |
*** bharata has joined #openstack | 03:05 | |
*** weetabeex has quit IRC | 03:07 | |
*** stimble has joined #openstack | 03:08 | |
*** miclorb has joined #openstack | 03:09 | |
*** littleidea has quit IRC | 03:09 | |
*** paulmillar has quit IRC | 03:10 | |
*** paulmillar has joined #openstack | 03:11 | |
*** ijw has quit IRC | 03:12 | |
*** littleidea has joined #openstack | 03:14 | |
*** Dr_Who has quit IRC | 03:15 | |
*** anderstj has joined #openstack | 03:15 | |
*** cheako has quit IRC | 03:15 | |
*** relateable has joined #openstack | 03:18 | |
*** fifieldt has joined #openstack | 03:19 | |
*** aspiers has quit IRC | 03:23 | |
*** bencherian has joined #openstack | 03:27 | |
*** joearnold has joined #openstack | 03:31 | |
*** wilmoore has quit IRC | 03:32 | |
*** edygarcia has quit IRC | 03:32 | |
*** ellisdee has quit IRC | 03:33 | |
*** ellisdee has joined #openstack | 03:34 | |
*** dwcramer has quit IRC | 03:35 | |
*** aspiers has joined #openstack | 03:35 | |
*** joearnold has quit IRC | 03:42 | |
*** edygarcia has joined #openstack | 03:44 | |
*** ryanpetrello has joined #openstack | 03:45 | |
*** feiyuliu_ has quit IRC | 03:50 | |
*** feiyuliu has joined #openstack | 03:50 | |
*** e1mer has quit IRC | 03:55 | |
*** johnpostlethwait has quit IRC | 03:55 | |
*** e1mer has joined #openstack | 04:05 | |
*** warik has joined #openstack | 04:05 | |
*** osier has quit IRC | 04:09 | |
*** llang629 has joined #openstack | 04:13 | |
*** rnorwood has quit IRC | 04:13 | |
*** paulmillar_ has joined #openstack | 04:14 | |
*** llang629 has left #openstack | 04:14 | |
*** whenry has quit IRC | 04:14 | |
*** e1mer has quit IRC | 04:16 | |
*** paulmillar has quit IRC | 04:17 | |
*** paulmillar_ is now known as paulmillar | 04:17 | |
*** e1mer has joined #openstack | 04:17 | |
*** koolhead17 has joined #openstack | 04:19 | |
*** romero has left #openstack | 04:21 | |
*** e1mer has quit IRC | 04:23 | |
*** hattwick has quit IRC | 04:25 | |
*** bencherian has quit IRC | 04:27 | |
*** garyk has quit IRC | 04:29 | |
*** e1mer has joined #openstack | 04:32 | |
*** mnewby has quit IRC | 04:34 | |
*** melanargia_ has joined #openstack | 04:35 | |
*** JD1zZl3 has quit IRC | 04:37 | |
*** jgriffith has quit IRC | 04:37 | |
*** DRP has joined #openstack | 04:38 | |
*** DRP has quit IRC | 04:41 | |
*** melanargia_ has quit IRC | 04:42 | |
*** koolhead17 has quit IRC | 04:42 | |
*** maoy has quit IRC | 04:43 | |
*** melanargia has joined #openstack | 04:43 | |
*** s0mik has joined #openstack | 04:46 | |
*** s0mik has quit IRC | 04:49 | |
*** ryanpetrello has quit IRC | 04:49 | |
*** DRP has joined #openstack | 04:50 | |
*** johnpostlethwait has joined #openstack | 04:50 | |
*** aspiers has quit IRC | 04:54 | |
*** ccustine has quit IRC | 04:54 | |
*** jemartin has quit IRC | 04:54 | |
*** ywu_ has quit IRC | 04:58 | |
*** ccustine has joined #openstack | 05:00 | |
*** leetrout has quit IRC | 05:00 | |
*** leetrout_ is now known as leetrout | 05:00 | |
*** issackelly has quit IRC | 05:01 | |
*** edygarcia has quit IRC | 05:02 | |
*** issackelly has joined #openstack | 05:02 | |
*** ccustine has quit IRC | 05:04 | |
*** aspiers has joined #openstack | 05:05 | |
*** b1rkh0ff has quit IRC | 05:07 | |
*** ccustine has joined #openstack | 05:09 | |
*** issackelly has quit IRC | 05:11 | |
*** koolhead17 has joined #openstack | 05:11 | |
*** supriya has joined #openstack | 05:13 | |
*** melanargia has quit IRC | 05:16 | |
*** bencherian has joined #openstack | 05:17 | |
*** bencherian has left #openstack | 05:17 | |
*** reed has quit IRC | 05:18 | |
*** CristianDM has quit IRC | 05:18 | |
*** b1rkh0ff has joined #openstack | 05:21 | |
*** cheako has joined #openstack | 05:23 | |
*** deepakcs has joined #openstack | 05:26 | |
*** littleidea has quit IRC | 05:27 | |
*** evanjfraser has quit IRC | 05:27 | |
*** dachary has joined #openstack | 05:28 | |
*** johnpostlethwait has quit IRC | 05:28 | |
*** bharata has quit IRC | 05:35 | |
*** arBmind has joined #openstack | 05:39 | |
*** Entonian has joined #openstack | 05:41 | |
*** Entonian has quit IRC | 05:41 | |
*** ewindisch has quit IRC | 05:42 | |
*** ewindisch has joined #openstack | 05:44 | |
*** fifieldt has quit IRC | 05:45 | |
*** bharata has joined #openstack | 05:48 | |
*** DRP has quit IRC | 05:52 | |
*** Slower has quit IRC | 05:55 | |
*** VivekVC has joined #openstack | 05:56 | |
*** sylvia_mark has joined #openstack | 05:56 | |
*** garyk has joined #openstack | 05:57 | |
*** osier has joined #openstack | 05:59 | |
*** bharata has quit IRC | 06:03 | |
*** koolhead17 has quit IRC | 06:03 | |
*** networkstatic has quit IRC | 06:06 | |
*** networkstatic has joined #openstack | 06:06 | |
*** guigui1 has joined #openstack | 06:07 | |
*** ondergetekende has joined #openstack | 06:07 | |
*** dachary has quit IRC | 06:08 | |
*** Guest80558 is now known as Vivek | 06:09 | |
*** melmoth has joined #openstack | 06:15 | |
*** bharata has joined #openstack | 06:15 | |
*** aspiers has quit IRC | 06:23 | |
*** mrunge has joined #openstack | 06:25 | |
*** supriya has quit IRC | 06:31 | |
*** ellisdee_ has joined #openstack | 06:33 | |
*** bharata has quit IRC | 06:34 | |
*** ellisdee has quit IRC | 06:35 | |
*** aspiers has joined #openstack | 06:36 | |
uvirtbot | New bug: #1008851 in tempest "TestCases: Additional Testcases to be added to test_list_floating_ips.py" [Undecided,New] https://launchpad.net/bugs/1008851 | 06:36 |
*** cooper has joined #openstack | 06:39 | |
*** anderstj has quit IRC | 06:41 | |
*** olafont has quit IRC | 06:42 | |
*** olafont_ has joined #openstack | 06:42 | |
*** evanjfraser has joined #openstack | 06:43 | |
*** olafont_ has quit IRC | 06:43 | |
*** evanjfraser_ has joined #openstack | 06:44 | |
*** wiliam has quit IRC | 06:44 | |
uvirtbot | New bug: #1008854 in tempest "TestCases: Additional Test Cases to be added to test_floating_ips_actions.py " [Undecided,New] https://launchpad.net/bugs/1008854 | 06:46 |
*** bharata has joined #openstack | 06:47 | |
*** feiyuliu has quit IRC | 06:47 | |
*** evanjfraser has quit IRC | 06:48 | |
*** nelson1234 has left #openstack | 06:51 | |
*** feiyuliu has joined #openstack | 06:53 | |
*** pmezard has joined #openstack | 06:53 | |
*** asavu has joined #openstack | 06:54 | |
*** jakkudanieru has joined #openstack | 06:55 | |
*** ijw has joined #openstack | 06:56 | |
*** Leseb has joined #openstack | 06:57 | |
*** etnt has quit IRC | 06:58 | |
*** ijw has quit IRC | 06:58 | |
*** bharata has quit IRC | 06:59 | |
*** prakasha-log has quit IRC | 07:00 | |
*** prakasha-log has joined #openstack | 07:00 | |
*** corXi has joined #openstack | 07:01 | |
*** Triade has joined #openstack | 07:10 | |
*** bharata has joined #openstack | 07:17 | |
*** dachary has joined #openstack | 07:17 | |
*** rendar has joined #openstack | 07:18 | |
*** ttrifonov_zZzz is now known as ttrifonov | 07:25 | |
*** blimus has quit IRC | 07:26 | |
uvirtbot | New bug: #1008866 in nova "Creating volume from snapshot on real/production/multicluster installation of OpenStack is broken" [Undecided,New] https://launchpad.net/bugs/1008866 | 07:26 |
*** blimus has joined #openstack | 07:28 | |
*** Triade has quit IRC | 07:29 | |
VivekVC | When is the Open Stack Deployment day ? | 07:32 |
*** networkstatic_ has joined #openstack | 07:33 | |
*** networkstatic has quit IRC | 07:33 | |
*** networkstatic_ is now known as networkstatic | 07:33 | |
*** pixelbeat has joined #openstack | 07:34 | |
*** luyan has joined #openstack | 07:35 | |
*** roge has quit IRC | 07:39 | |
evanjfraser_ | hello, I assume different tenant's instances running in separate security groups shouldn't be able to ssh/ping each other? | 07:40 |
evanjfraser_ | currently that's not the case in my setup | 07:40 |
*** shaon has joined #openstack | 07:41 | |
*** Triade has joined #openstack | 07:50 | |
*** dnaori has joined #openstack | 07:50 | |
*** dguerri has joined #openstack | 07:50 | |
*** pretec has joined #openstack | 07:51 | |
*** adjohn has joined #openstack | 07:53 | |
*** aspiers has quit IRC | 07:53 | |
uvirtbot | New bug: #1008874 in glance "Glance create API times out with copy_from header" [Undecided,New] https://launchpad.net/bugs/1008874 | 07:56 |
uvirtbot | New bug: #1008875 in nova "Instance could not be terminated after deleting a network" [Undecided,New] https://launchpad.net/bugs/1008875 | 07:56 |
*** hattwick has joined #openstack | 07:58 | |
*** arBmind has quit IRC | 08:01 | |
*** nacx has joined #openstack | 08:02 | |
*** derekh has joined #openstack | 08:04 | |
*** aspiers has joined #openstack | 08:05 | |
*** Free_maN has joined #openstack | 08:06 | |
*** Free_maN has joined #openstack | 08:06 | |
*** jfcastro has joined #openstack | 08:09 | |
jfcastro | morning from Spain | 08:09 |
jfcastro | I have deploy openstack in two nodes following ubuntu 12.04 official guide | 08:10 |
jfcastro | but I have not installed swift by the moment | 08:10 |
*** vila has quit IRC | 08:11 | |
jfcastro | when I launch an instance everything is ok because it launches in server1 | 08:11 |
jfcastro | but when i launch other one (in server2) it not working :( | 08:11 |
*** arBmind has joined #openstack | 08:12 | |
jfcastro | logs say instance not found | 08:12 |
jfcastro | any help? | 08:12 |
dguerri | hi all | 08:13 |
*** z0 has quit IRC | 08:14 | |
dguerri | I've some problems with novnc console with a "multi node" installation | 08:14 |
dguerri | this is the error i'm getting: "New state 'failed', was 'ProtocolVersion'. Msg: Failed to connect to server" | 08:14 |
*** vila has joined #openstack | 08:15 | |
dguerri | i've double-checked nova.conf and the strange thing is that doing a simple $("iframe")[0].src=$("iframe")[0].src in the safari console, will show the vnv console! | 08:16 |
dguerri | another way to see the console is to open the iframe in another tab/window | 08:16 |
dguerri | so, novnc console works modulo 2 | 08:17 |
trapni | I'm having a serious issue. we lost a switch tonight, and now, replaced that one, we cannot use any of our VM instances anymore. we cannot talk to them. seems like vlan is not working, but I already configured the new switch properly, and tested vlan seperately, but still, I cannot talk to any of the KVM's still running. a hard reboot/snapshot results into an endless state of reboot/snapshotting. Why this ?? | 08:17 |
*** adjohn has quit IRC | 08:18 | |
dguerri | ooops I forgot to mention I'm talking about horizon :) | 08:19 |
zykes- | Neptu__: ping | 08:20 |
*** networkstatic has quit IRC | 08:21 | |
*** MarkAtwood has left #openstack | 08:27 | |
*** evanjfraser_ has quit IRC | 08:28 | |
jfcastro | I have some instances not launched properly and now I can't delete them | 08:44 |
jfcastro | any help? | 08:44 |
*** Eyk^off is now known as Eyk | 08:44 | |
*** Triade1 has joined #openstack | 08:46 | |
*** Triade has quit IRC | 08:46 | |
Madkiss | jfcastro: drop your novadb, recreate it ;) | 08:48 |
jfcastro | Madkiss: ok. I must to recreate with nova sync_db? | 08:49 |
*** Triade1 has quit IRC | 08:49 | |
*** Triade has joined #openstack | 08:49 | |
jfcastro | and runnings instance will be dissapear? | 08:50 |
dguerri | jfcastro: check also your /var/lib/nova/instances/ dir (on the compute node) | 08:51 |
dguerri | jfcastro: (after db dropping) | 08:51 |
feiyuliu | hi guys , Any suggestion about monitor hypervisor? | 08:51 |
jfcastro | and how can i regenerate database with losing my running instances? | 08:52 |
jfcastro | * without | 08:52 |
*** miclorb has quit IRC | 08:55 | |
AndyMillar | jfcastro: you can patch your database to make nova think they're destoyed | 08:57 |
AndyMillar | there are about 3 fields you need to change, though I can't remember what they are | 08:58 |
AndyMillar | though they're kinda obvious | 08:58 |
jfcastro | ok, I'm going to look for them | 08:58 |
*** panda has joined #openstack | 08:59 | |
jfcastro | AndyMillar: into table instances, really? | 09:00 |
*** krow has joined #openstack | 09:00 | |
uvirtbot | New bug: #993133 in horizon "Metadata keys not listed in Instance-Details" [Low,Confirmed] https://launchpad.net/bugs/993133 | 09:01 |
AndyMillar | jfcastro: worked for me | 09:05 |
AndyMillar | jfcastro: pastebin the output of "SELECT * FROM instances LIMIT 1\G" and we'll work it out : | 09:06 |
AndyMillar | :) | 09:06 |
AndyMillar | I don't have access to an openstack controller at the moment | 09:06 |
jfcastro | AndyMillar: http://paste.openstack.org/show/18343/ | 09:07 |
jfcastro | thanks in advance ;) | 09:07 |
*** Ryan_Lane has joined #openstack | 09:08 | |
*** matwood has quit IRC | 09:09 | |
*** eglynn has joined #openstack | 09:12 | |
*** Triade has quit IRC | 09:12 | |
*** Triade has joined #openstack | 09:12 | |
jfcastro | AndyMillar: the fields maybe are vm_state: deleted and deleted: 0 | 09:15 |
jfcastro | anything else? | 09:15 |
uvirtbot | New bug: #1008906 in nova "Launch instance failed - Error Failed to add interface: sudo: cannot get working directory" [Undecided,New] https://launchpad.net/bugs/1008906 | 09:16 |
*** krow has quit IRC | 09:18 | |
AndyMillar | you've got deleted: 1 in there | 09:23 |
AndyMillar | bah, lemme see if I can login to one of mine.. | 09:23 |
*** aspiers has quit IRC | 09:23 | |
*** vitiho_ has quit IRC | 09:23 | |
*** vitiho_ has joined #openstack | 09:24 | |
AndyMillar | yeah, from what you've got in pastebin, nova list shouldn't show that | 09:25 |
LarsErikP | is there any way to download a .pem file after it's created (from horizon) | 09:26 |
*** Ryan_Lane has quit IRC | 09:26 | |
jfcastro | AndyMillar: try this http://paste.openstack.org/show/18344/ | 09:27 |
*** Ryan_Lane has joined #openstack | 09:28 | |
AndyMillar | ok, then yes, deleted=1,vm_state=deleted | 09:29 |
AndyMillar | aha | 09:30 |
AndyMillar | and task_state=NULL | 09:30 |
jfcastro | ok, perfecto! | 09:32 |
jfcastro | perfect! sorry, I'm spanish :p | 09:32 |
jfcastro | and is this a bug? | 09:32 |
AndyMillar | no idea, it's happened to me a few times | 09:32 |
AndyMillar | de nada | 09:32 |
AndyMillar | (I think is the right response here :-p) | 09:32 |
jfcastro | only happens when nova try launch a instances in other nova-compute different localhost | 09:33 |
jfcastro | yes, it is xD | 09:33 |
AndyMillar | \o/ | 09:34 |
AndyMillar | ok, you'll want to dig into /var/log/nova/compute.log on the !localhost machines to see why it failed to launch | 09:34 |
jfcastro | logs say something similar to "raise InstanceNotFound ..." | 09:35 |
*** bharata has quit IRC | 09:35 | |
jfcastro | only when nova try launch instances in other nova different to localhost | 09:35 |
*** aspiers has joined #openstack | 09:35 | |
jfcastro | in same machine, everything is ok | 09:36 |
AndyMillar | what distro are you using? | 09:36 |
jfcastro | essex on ubuntu 12.04 | 09:36 |
jfcastro | but without swift | 09:37 |
jfcastro | I follow this tutorial: http://docs.openstack.org/essex/openstack-compute/starter/content/ | 09:37 |
jfcastro | but I don't deploy swift | 09:38 |
jfcastro | may is it the problem? | 09:38 |
AndyMillar | nah, you don't need seift | 09:38 |
AndyMillar | swift* | 09:38 |
AndyMillar | I tried a few distros to make it work, and I think I settled on fedora 16 | 09:38 |
*** dguerri has quit IRC | 09:39 | |
*** Ryan_Lane has quit IRC | 09:40 | |
zykes- | rackerhacker: ping | 09:41 |
*** SplasPood has quit IRC | 09:42 | |
*** sannes has quit IRC | 09:43 | |
Qu310 | did you pop in the mysql connection details into the localsettings file? | 09:43 |
Qu310 | nm | 09:44 |
*** semyazz has joined #openstack | 09:44 | |
*** sdomme has quit IRC | 09:44 | |
*** semyazz has left #openstack | 09:44 | |
*** SplasPood has joined #openstack | 09:45 | |
janisg | is it safe to use public IPs for VMS in compute, if vm network is isolated and don't intersect with other dhcp servers? or is there any other motivation behind using private IP's and mapping them to floating IPs? | 09:45 |
*** cryptk is now known as cryptk|offline | 09:45 | |
*** sannes has joined #openstack | 09:46 | |
jfcastro | AndyMillar: and last question ;) Can I setup hostname of instance when I launch from a image? my instances always have same hostname and I must login to it to change it | 09:46 |
AndyMillar | yes | 09:47 |
jfcastro | it would be useful to puppet, for example | 09:47 |
jfcastro | how? any pointer? | 09:47 |
AndyMillar | nova boot <hostname> --flavour <type> --image <imageid> | 09:47 |
jfcastro | ok, I'm going to try ;) | 09:48 |
*** bharata has joined #openstack | 09:48 | |
*** Vincent has joined #openstack | 09:48 | |
*** Vincent is now known as Guest91060 | 09:48 | |
*** koolhead17 has joined #openstack | 09:49 | |
uvirtbot | New bug: #1005903 in swift "Request handler allows to call internal functions" [Medium,Fix committed] https://launchpad.net/bugs/1005903 | 09:51 |
*** jackh has quit IRC | 09:52 | |
jfcastro | AndyMillar: it doesn't work; name of my instance is ok but in virtual machine os the hostname is ubuntu, not webserver01 (name I set to boot) :( | 09:52 |
AndyMillar | ok, have you got the nbd driver loaded? | 09:53 |
jfcastro | where? host or instance? | 09:53 |
AndyMillar | host | 09:53 |
*** davepigott has joined #openstack | 09:54 | |
jfcastro | I going to test | 09:54 |
jfcastro | * I'm | 09:54 |
AndyMillar | right, bbl, need to head out | 09:55 |
jfcastro | how can i test it? | 09:55 |
zynzel | jfcastro: lsmod |grep nbd | 09:56 |
*** davepigott has quit IRC | 09:56 | |
zynzel | what image you are using? | 09:56 |
jfcastro | ah! kernel module | 09:56 |
zynzel | what network manager? | 09:56 |
jfcastro | my image is a ubuntu build by myself | 09:56 |
jfcastro | and network manager is nova-network, I suppose | 09:57 |
jfcastro | # lsmod | grep nbd | 09:57 |
jfcastro | nbd 17744 0 | 09:57 |
jfcastro | # lsmod | grep bbl | 09:58 |
zynzel | jfcastro: what driver? 'grep network_manager /etc/nova/nova.conf | 09:58 |
jfcastro | FlatDHCPManager | 09:58 |
jfcastro | bbl is not loaded | 09:59 |
zynzel | bbl means be back later ;) | 09:59 |
zynzel | jfcastro: check if your instance get hostname from dhcp server, with tcpdump or check lease file | 10:00 |
jfcastro | oh! my bad english! sorry about that! :-( | 10:00 |
jfcastro | I'm going to look for how do that | 10:01 |
*** Ryan_Lane has joined #openstack | 10:01 | |
*** bharata has quit IRC | 10:02 | |
Qu310 | some reason when i logon to my dashboard i get the login screen ok then i get an error of which apache log says, No handlers could be found for logger "openstack_dashboard" | 10:04 |
Qu310 | driving me crazy =) | 10:05 |
Qu310 | checked all my keystone endpoints they look correct | 10:06 |
*** Triade has quit IRC | 10:07 | |
*** Guest91060 has quit IRC | 10:10 | |
*** mgalkiewicz has quit IRC | 10:10 | |
*** osier has quit IRC | 10:13 | |
*** bharata has joined #openstack | 10:14 | |
*** Triade has joined #openstack | 10:14 | |
*** rods has joined #openstack | 10:15 | |
jfcastro | zynzel: I don't know configure a instance to get hostname from dhcp. Any pointer? | 10:19 |
zynzel | jfcastro: on network node check /var/lib/nova/networks/nova-*.conf | 10:21 |
zynzel | you should have lines like: MAC,HOSTNAME,IP | 10:21 |
jfcastro | yes, that is ok: fa:16:3e:55:e3:e8,webserver01.novalocal,192.168.4.35 | 10:22 |
jfcastro | but my instance not set it | 10:23 |
jfcastro | ip is ok | 10:23 |
jfcastro | mac is ok | 10:23 |
jfcastro | but hostname is not ok :( | 10:23 |
jfcastro | it always get "ubunut". the hostname that I configure when build the image | 10:24 |
jfcastro | * "ubuntu" | 10:24 |
zynzel | jfcastro: so check if dhclient get hostname from server | 10:24 |
*** miclorb has joined #openstack | 10:26 | |
jfcastro | I don't know do that :-( | 10:26 |
jfcastro | in my /etc/dhcp/dhclient.conf I have: | 10:27 |
jfcastro | send host-name "<hostname>"; | 10:28 |
jfcastro | request [...] host-name [...] | 10:28 |
*** sandywalsh has joined #openstack | 10:29 | |
*** e1mer has quit IRC | 10:29 | |
zynzel | jfcastro: from vm you can check: dhclient3 -d -lf /var/lib/dhcp/dhclient.eth0.leases eth0 | 10:31 |
zynzel | and then check /var/lib/dhcp/dhclient.eth0.leases | 10:31 |
jfcastro | option host-name "myinstance15"; | 10:34 |
jfcastro | option domain-name "novalocal"; | 10:34 |
jfcastro | but it not setup to SO | 10:34 |
zynzel | jfcastro: you have cloud-init? | 10:35 |
*** e1mer has joined #openstack | 10:35 | |
zynzel | in debian(maybe ubuntu) dhclient have problem with hostname. | 10:35 |
*** Eyk is now known as Eyk^off | 10:35 | |
zynzel | if not, try install cloud-init package in new image | 10:35 |
jfcastro | yes, I have cloud-init | 10:35 |
zynzel | and it works? | 10:36 |
jfcastro | how can I know that? | 10:36 |
jfcastro | yes | 10:36 |
*** asavu has quit IRC | 10:36 | |
jfcastro | I run cloud-init start and instance get ip | 10:37 |
jfcastro | and router | 10:37 |
zynzel | /var/log/cloud-init.log | 10:37 |
jfcastro | but not hostname | 10:37 |
zynzel | grep hostname ;) | 10:37 |
zynzel | 2012-04-17 07:26:45,209 - __init__.py[DEBUG]: handling set_hostname with freq=None and args=[] | 10:38 |
zynzel | 2012-04-17 07:26:45,228 - cc_set_hostname.py[DEBUG]: populated /etc/hostname with twiki on first boot | 10:38 |
jfcastro | nothing to shot | 10:38 |
zynzel | 2012-04-17 07:26:45,229 - __init__.py[DEBUG]: handling update_hostname with freq=None and args=[] | 10:38 |
jfcastro | * show | 10:38 |
zynzel | 2012-04-17 07:26:45,263 - cc_update_hostname.py[DEBUG]: wrote twiki to /var/lib/cloud/data/previous-hostname | 10:38 |
zynzel | paste /etc/cloud/cloud.cfg | 10:38 |
jfcastro | http://paste.openstack.org/show/18347/ | 10:39 |
zynzel | ok, stupid question why you use self made ubuntu image? | 10:41 |
zynzel | not ubuntu uec? | 10:41 |
uvirtbot | New bug: #1008940 in swift "Unicode is not currently supported for object copy." [Undecided,New] https://launchpad.net/bugs/1008940 | 10:41 |
jfcastro | because I follow official guide OpenSatck on ubuntu 12.04 I understood that | 10:42 |
zynzel | plz paste link to howto | 10:43 |
koolhead17 | jfcastro: are you facing any issue with the guide and image management chapter | 10:43 |
jfcastro | koolhead17: maybe with create own images | 10:44 |
koolhead17 | jfcastro: and the issue is? | 10:44 |
jfcastro | http://docs.openstack.org/essex/openstack-compute/starter/content/Ubuntu-d1e1386.html | 10:45 |
jfcastro | I did that | 10:45 |
jfcastro | koolhead17: instances not set up hostname from dhcp | 10:45 |
zynzel | jfcastro: check this image 'http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64.tar.gz' | 10:46 |
zynzel | if it also doesnt work, we will know that problem is not with image | 10:47 |
jfcastro | ok, I'm going to download, upload with glance and launch an instance from it | 10:49 |
*** sanek has joined #openstack | 10:49 | |
*** bsza has joined #openstack | 10:52 | |
koolhead17 | jfcastro: check url zynzel suggested | 10:53 |
*** aspiers has quit IRC | 10:53 | |
jfcastro | yes, I'm looking for add to glance a ami image | 10:54 |
*** rkukura has quit IRC | 10:57 | |
jfcastro | zynzel: disk format is raw? | 10:58 |
zynzel | this is ami/aki/ari format ;) | 10:59 |
zynzel | you have 3 images | 10:59 |
*** vrturbo has joined #openstack | 10:59 | |
jfcastro | ah, ok | 11:00 |
jfcastro | I'm going to look for to add a ami to glance | 11:00 |
zynzel | jfcastro: http://paste.openstack.org/show/18348/ | 11:01 |
zynzel | you can check this script | 11:01 |
vrturbo | Quick question, where should I run nova-vnc, on the cloud controller or on the compute nodes ? | 11:01 |
*** deepakcs has quit IRC | 11:02 | |
vrturbo | I followed the MAAS server with juju deployment from cloud.ubuntu.com but don't have vnc setup anywhere | 11:02 |
*** networkstatic has joined #openstack | 11:03 | |
*** aspiers has joined #openstack | 11:05 | |
koolhead17 | zynzel: last time i had conversation with smoser and he said the qcow2 .img is sufficient for booting the ubuntu cloud image | 11:06 |
*** Triade has quit IRC | 11:06 | |
*** networkstatic has quit IRC | 11:06 | |
*** aliguori has joined #openstack | 11:07 | |
zynzel | i dont know, i dont test it | 11:07 |
jfcastro | zynzel: what must i put in TOKEN? | 11:07 |
zynzel | in our env we have ami/ari/aki and raw images | 11:07 |
zynzel | jfcastro: token from keystone | 11:08 |
zynzel | for example admin token ;) | 11:08 |
Qu310 | nm find my issue its with nova-api just gotta work out how to fix it now :) | 11:11 |
koolhead17 | Qu310: http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-openstack-compute-basics.html | 11:12 |
koolhead17 | see if this helps | 11:12 |
* Qu310 shakes his fist at nova-api | 11:12 | |
Qu310 | cheers mate i'll take a squize i think its todo with the api endpoints in the nova.conf file | 11:13 |
*** hugokuo1 has joined #openstack | 11:17 | |
*** adrian17od has joined #openstack | 11:18 | |
*** adrian17od has left #openstack | 11:18 | |
*** Trixboxer has joined #openstack | 11:18 | |
*** hugokuo has quit IRC | 11:20 | |
*** corXi has quit IRC | 11:22 | |
*** Triade has joined #openstack | 11:22 | |
koolhead17 | anyone tried ec2 with keystone? | 11:23 |
*** miclorb has quit IRC | 11:24 | |
koolhead17 | 'Client' object has no attribute 'auth_tenant_id' | 11:26 |
koolhead17 | is what am getting | 11:26 |
*** davepigott has joined #openstack | 11:29 | |
*** EDevil has joined #openstack | 11:32 | |
*** Egyptian[Home] has joined #openstack | 11:32 | |
*** stimble has quit IRC | 11:32 | |
Egyptian[Home] | hello | 11:32 |
Egyptian[Home] | how do i reset my horizon password? | 11:32 |
EDevil | I know that it is possible to add a X-Delete-After atribute to an existing object in swift, but is it possible to remove a TTL from an object? | 11:33 |
*** hggdh has quit IRC | 11:38 | |
*** davepigott has quit IRC | 11:38 | |
*** primozf has joined #openstack | 11:38 | |
Madkiss | hello. | 11:41 |
koolhead17 | Egyptian[Home]: change the user credentials via keystone command | 11:41 |
koolhead17 | hi Madkiss | 11:41 |
*** markvoelker has joined #openstack | 11:42 | |
*** sdomme has joined #openstack | 11:44 | |
*** rmartinelli has joined #openstack | 11:46 | |
*** sandywalsh has quit IRC | 11:47 | |
*** jackh has joined #openstack | 11:47 | |
jfcastro | zynzel: | 11:48 |
jfcastro | sorry | 11:48 |
jfcastro | I launch with your image and hostname is ubuntu, not webserver02 (instance name) | 11:48 |
jfcastro | zynzel: what are username and pass to that image? | 11:50 |
Egyptian[Home] | koolhead17: i just installed openstack for the first time .. can you provide me the command? i need to change admin and demo's password for horizon | 11:51 |
mrunge | Egyptian[Home], did you follow that fedora 17 guide? | 11:53 |
mrunge | it's everything covered there | 11:53 |
rackerhacker | zykes-: here now | 11:54 |
*** salgado has joined #openstack | 11:54 | |
mrunge | Egyptian[Home], https://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17 | 11:54 |
*** mrunge has quit IRC | 11:54 | |
uvirtbot | New bug: #1008964 in ceilometer "update to use nova style flagfile config " [Undecided,New] https://launchpad.net/bugs/1008964 | 11:55 |
koolhead17 | Egyptian[Home]: http://docs.openstack.org/essex/openstack-compute/starter/content/Keystone_Commands-d1e2734.html | 11:57 |
*** sandywalsh has joined #openstack | 11:57 | |
koolhead17 | user-password-update Update user password | 11:57 |
koolhead17 | can you try this command :) | 11:57 |
*** aliguori has quit IRC | 11:58 | |
*** ahasenack has joined #openstack | 11:59 | |
*** sandywalsh has quit IRC | 11:59 | |
jfcastro | koolhead17: do you know user and pass to this image: 'http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64.tar.gz' | 12:00 |
koolhead17 | jfcastro: user is ubuntu and you can login to the image with the keypair you have downloaded while creating the project | 12:02 |
koolhead17 | jfcastro: ssh -i yourkey.pem ubuntu@<IP> | 12:03 |
*** guigui1 has quit IRC | 12:03 | |
*** guigui1 has joined #openstack | 12:05 | |
*** maoy has joined #openstack | 12:05 | |
jfcastro | # ssh ubuntu@192.168.4.35 | 12:05 |
jfcastro | Read from socket failed: Connection reset by peer | 12:05 |
*** sandywalsh has joined #openstack | 12:06 | |
*** eglynn_ has joined #openstack | 12:06 | |
koolhead17 | jfcastro: please check the user guide it asks you to enable port via security group | 12:06 |
*** e1mer has quit IRC | 12:07 | |
koolhead17 | and also you need to downlaod keypair for the user. and try to log in with that | 12:07 |
koolhead17 | [17:32] <koolhead17> jfcastro: ssh -i yourkey.pem ubuntu@<IP> | 12:07 |
*** e1mer has joined #openstack | 12:07 | |
jfcastro | my security group is well configurate because I can login to other instances | 12:08 |
jfcastro | and my .pem is in .ssh/ because I use root keypair | 12:08 |
*** eglynn has quit IRC | 12:08 | |
*** ahasenack has quit IRC | 12:09 | |
*** hggdh has joined #openstack | 12:09 | |
jfcastro | when I launch instances with others images all is ok | 12:09 |
*** e1mer has quit IRC | 12:11 | |
*** ahasenack has joined #openstack | 12:11 | |
*** dwcramer has joined #openstack | 12:12 | |
smoser | zynzel, you most definitely (on openstack) want to use the qcow2 disk1.img file. | 12:12 |
*** ondergetekende has quit IRC | 12:14 | |
*** maploin has joined #openstack | 12:15 | |
*** maploin has joined #openstack | 12:15 | |
*** roge has joined #openstack | 12:17 | |
*** vmlinuz has joined #openstack | 12:20 | |
*** DavidLevin has quit IRC | 12:20 | |
*** littleidea has joined #openstack | 12:21 | |
*** semyazz has joined #openstack | 12:23 | |
*** semyazz has left #openstack | 12:23 | |
*** littleidea has quit IRC | 12:23 | |
*** e1mer has joined #openstack | 12:23 | |
*** aspiers has quit IRC | 12:23 | |
*** sanderj has joined #openstack | 12:25 | |
sanderj | Do anyone here knows how to get invidual windows guest logins working with openstack? | 12:25 |
koolhead17 | sanderj: you had chance to check official doc ? | 12:27 |
*** ondergetekende has joined #openstack | 12:32 | |
Egyptian[Home] | koolhead17: [stack@desktop ~]$ keystone user-password-update --pass password demo | 12:35 |
Egyptian[Home] | Expecting authentication method via either a service token, --token or env[SERVICE_TOKEN], or credentials, --os_username or env[OS_USERNAME]. | 12:35 |
*** aspiers has joined #openstack | 12:36 | |
*** VivekVC has quit IRC | 12:37 | |
*** lts has joined #openstack | 12:38 | |
*** ywu has joined #openstack | 12:38 | |
*** Qten has quit IRC | 12:38 | |
*** Qten has joined #openstack | 12:39 | |
*** ryanpetrello has joined #openstack | 12:39 | |
koolhead17 | Egyptian[Home]: yes please export those as well | 12:40 |
uvirtbot | New bug: #1008976 in nova "UnicodeEncodeError when snapshotting an instance (Essex version)" [Undecided,New] https://launchpad.net/bugs/1008976 | 12:41 |
uvirtbot | New bug: #1008978 in nova "Timed out waiting for RPC response: timed out" [Undecided,New] https://launchpad.net/bugs/1008978 | 12:41 |
*** Razique has joined #openstack | 12:42 | |
*** ryanpetrello has quit IRC | 12:42 | |
*** marrusl has joined #openstack | 12:43 | |
Egyptian[Home] | koolhead17: Expecting an endpoint provided via either --endpoint or env[SERVICE_ENDPOINT] | 12:44 |
*** DavidLevin has joined #openstack | 12:44 | |
Egyptian[Home] | no clue here | 12:44 |
koolhead17 | Egyptian[Home]: please read the doc | 12:45 |
koolhead17 | it explains it all | 12:45 |
*** koolhead17 has quit IRC | 12:45 | |
Egyptian[Home] | lol he got tired of explaining everything to me | 12:45 |
*** BRod has joined #openstack | 12:45 | |
*** Laines has joined #openstack | 12:46 | |
Egyptian[Home] | anyone got any idea which doc he was referring to? man keystone doesnt work and the url he gave is insufficient | 12:46 |
*** never2far has joined #openstack | 12:51 | |
*** stuntmachine has joined #openstack | 12:52 | |
sanderj | koolhead17, I don't know too much about it.. but someone tried to susprep the windows image.. but injecting a password from openstack dashboard I have no clue how works. | 12:52 |
sanderj | sysprep | 12:52 |
*** mdomsch has quit IRC | 12:55 | |
*** abecc has joined #openstack | 12:55 | |
*** iro has joined #openstack | 13:01 | |
*** maoy has quit IRC | 13:02 | |
*** ywu has quit IRC | 13:08 | |
*** vmeson has left #openstack | 13:10 | |
*** oubiwann has quit IRC | 13:11 | |
*** lazyshot has joined #openstack | 13:12 | |
*** littleidea has joined #openstack | 13:13 | |
*** mapu has joined #openstack | 13:13 | |
*** lborda has joined #openstack | 13:13 | |
*** zehicle has joined #openstack | 13:15 | |
*** zehicle1 has quit IRC | 13:15 | |
*** Glacee has joined #openstack | 13:21 | |
*** KarinLevenstein has joined #openstack | 13:21 | |
*** timello has joined #openstack | 13:22 | |
*** shaon has quit IRC | 13:22 | |
*** ayoung has joined #openstack | 13:23 | |
*** writerDi_ has joined #openstack | 13:23 | |
*** vrturbo has quit IRC | 13:24 | |
*** writerD__ has joined #openstack | 13:24 | |
*** jj0hns0n has joined #openstack | 13:24 | |
*** zehicle has quit IRC | 13:24 | |
Laines | What happend to the nova-instancemonitor? | 13:26 |
*** writerDiane has quit IRC | 13:27 | |
*** e1mer has quit IRC | 13:28 | |
*** writerDi_ has quit IRC | 13:28 | |
*** sanek has quit IRC | 13:29 | |
*** deepakcs has joined #openstack | 13:31 | |
*** masom has joined #openstack | 13:34 | |
masom | Hello, I'm facing a weird issue with OpenStack Essex. I run a multi-node setup (1 api/controller, 1 compute + network) with vlan networking. All traffic going to vm with floating ip appears to be coming from the compute node, not the source ip. Also, vm without a floating ip cannot access any outside network. Anyone could help? | 13:35 |
*** kbringard has joined #openstack | 13:36 | |
*** dachary1 has joined #openstack | 13:37 | |
*** dachary has quit IRC | 13:39 | |
*** wiliam has joined #openstack | 13:39 | |
*** JordanRinke has quit IRC | 13:39 | |
*** judd7 has joined #openstack | 13:40 | |
*** JordanRinke has joined #openstack | 13:40 | |
*** timello has quit IRC | 13:41 | |
*** dwcramer has quit IRC | 13:42 | |
*** timello has joined #openstack | 13:43 | |
*** edygarcia has joined #openstack | 13:44 | |
*** e1mer has joined #openstack | 13:45 | |
*** nikhil_ has joined #openstack | 13:46 | |
*** nikhil_ is now known as Guest19011 | 13:46 | |
*** epim_ has joined #openstack | 13:47 | |
*** rkukura has joined #openstack | 13:48 | |
*** imsplitbit has joined #openstack | 13:48 | |
*** GheRivero_ has joined #openstack | 13:49 | |
*** ryanpetrello has joined #openstack | 13:49 | |
*** epim has quit IRC | 13:51 | |
*** epim_ is now known as epim | 13:51 | |
*** PiotrSikora has joined #openstack | 13:52 | |
*** aspiers has quit IRC | 13:53 | |
*** tdowg1 has joined #openstack | 13:53 | |
*** Eyk^off is now known as Eyk | 13:54 | |
Madkiss | folks, what's the best method to integrate openstack with an existing iptables-setup? | 13:54 |
*** sstent has quit IRC | 13:54 | |
*** guigui1 has quit IRC | 13:55 | |
*** sstent has joined #openstack | 13:55 | |
uvirtbot | New bug: #1009018 in openstack-manuals "OpenStack Compute Administration Manual: PDF version scrumbled " [Undecided,New] https://launchpad.net/bugs/1009018 | 13:56 |
*** pnavarro has joined #openstack | 13:56 | |
*** iro has quit IRC | 13:57 | |
*** matiu has quit IRC | 13:57 | |
sstent | what are ppl using to loadbalance their nova-api ? pound, nginx etc? | 13:58 |
*** blamar has joined #openstack | 13:58 | |
*** e1mer has quit IRC | 13:59 | |
uvirtbot | New bug: #1009023 in keystone "Tenant list pagination is not handled by drivers" [Undecided,New] https://launchpad.net/bugs/1009023 | 14:01 |
*** maoy has joined #openstack | 14:02 | |
*** pnavarro has quit IRC | 14:02 | |
*** matiu has joined #openstack | 14:03 | |
*** matiu has quit IRC | 14:03 | |
*** matiu has joined #openstack | 14:03 | |
*** andrewsben is now known as andrewsben_zz | 14:03 | |
*** dachary1 has quit IRC | 14:04 | |
*** aspiers has joined #openstack | 14:05 | |
uvirtbot | New bug: #1009026 in nova "When launching 50 vms some of them fail to start vm_state=error task_state=networking. " [Undecided,New] https://launchpad.net/bugs/1009026 | 14:06 |
*** guigui has joined #openstack | 14:07 | |
*** rnirmal has joined #openstack | 14:13 | |
*** jcannava has joined #openstack | 14:14 | |
*** jcannava has left #openstack | 14:14 | |
*** lborda has quit IRC | 14:15 | |
*** ondergetekende has quit IRC | 14:15 | |
*** Deathvalley122 has quit IRC | 14:16 | |
*** dwcramer has joined #openstack | 14:17 | |
*** dmojoryder has joined #openstack | 14:18 | |
*** paltman has quit IRC | 14:18 | |
*** lborda has joined #openstack | 14:18 | |
*** paltman has joined #openstack | 14:18 | |
*** never2far has quit IRC | 14:21 | |
*** epim has quit IRC | 14:22 | |
*** anderstj has joined #openstack | 14:27 | |
*** feiyuliu has quit IRC | 14:29 | |
*** abecc has quit IRC | 14:29 | |
*** dachary has joined #openstack | 14:30 | |
*** datsun180b has joined #openstack | 14:30 | |
*** Deathvalley122 has joined #openstack | 14:30 | |
uvirtbot | New bug: #1009041 in nova "Creation of ext4 formatted ephemeral fails" [Undecided,New] https://launchpad.net/bugs/1009041 | 14:30 |
*** reed has joined #openstack | 14:31 | |
*** bsza has quit IRC | 14:31 | |
*** bharata has quit IRC | 14:31 | |
*** jfluhmann has joined #openstack | 14:32 | |
*** timello has quit IRC | 14:32 | |
*** krtaylor has joined #openstack | 14:33 | |
*** hunglin has joined #openstack | 14:34 | |
*** hunglin has joined #openstack | 14:34 | |
*** apetrescu has quit IRC | 14:35 | |
*** apetrescu has joined #openstack | 14:36 | |
*** dubsquared has joined #openstack | 14:37 | |
*** cooper has quit IRC | 14:38 | |
*** rnorwood has joined #openstack | 14:39 | |
*** writerD__ has quit IRC | 14:41 | |
*** ryker has joined #openstack | 14:41 | |
*** timello has joined #openstack | 14:45 | |
masom | Strangely, all network traffic to VM appears to be from the nova-network node, even ssh connection from outside. Anyone would know why? | 14:49 |
*** jcannava has joined #openstack | 14:50 | |
*** Razique has quit IRC | 14:51 | |
*** dolphm has joined #openstack | 14:52 | |
*** jcannava has left #openstack | 14:54 | |
*** timello has quit IRC | 14:56 | |
*** timello has joined #openstack | 14:57 | |
*** mrjazzcat has joined #openstack | 14:57 | |
*** foexle has joined #openstack | 14:57 | |
*** natea is now known as natea|afk | 14:59 | |
maoy | comstud: got time to help with the review? https://review.openstack.org/#/c/7796/ | 15:00 |
maoy | comstud: very much appreciated.. | 15:00 |
*** ori has quit IRC | 15:01 | |
*** sstent has quit IRC | 15:01 | |
*** Triade has quit IRC | 15:01 | |
*** dubsquared has quit IRC | 15:03 | |
maoy | comstud: oops. i meant to send this in the dev channel.. | 15:03 |
*** garyk has quit IRC | 15:06 | |
*** Gordonz has joined #openstack | 15:08 | |
*** matwood has joined #openstack | 15:09 | |
*** Gordonz has quit IRC | 15:09 | |
*** Gordonz has joined #openstack | 15:10 | |
*** bencherian has joined #openstack | 15:11 | |
*** anderstj has quit IRC | 15:12 | |
*** glove has quit IRC | 15:13 | |
*** freeflying has quit IRC | 15:13 | |
*** freeflying has joined #openstack | 15:15 | |
*** cooper has joined #openstack | 15:15 | |
*** paulmillar has quit IRC | 15:16 | |
*** jemartin has joined #openstack | 15:16 | |
*** paulmillar has joined #openstack | 15:16 | |
foexle | heyho guys | 15:17 |
Laines | hallo | 15:21 |
*** zeus has joined #openstack | 15:23 | |
*** aspiers has quit IRC | 15:23 | |
*** glove has joined #openstack | 15:28 | |
*** Deathvalley122 has quit IRC | 15:31 | |
*** glove has quit IRC | 15:32 | |
*** jgriffith_away has quit IRC | 15:33 | |
*** glove has joined #openstack | 15:34 | |
*** Deathvalley122 has joined #openstack | 15:35 | |
*** aspiers has joined #openstack | 15:35 | |
*** stimble has joined #openstack | 15:35 | |
*** ik04ka has joined #openstack | 15:36 | |
*** ryanpetrello has quit IRC | 15:37 | |
*** jj0hns0n has quit IRC | 15:39 | |
*** dnaori has quit IRC | 15:40 | |
*** primozf has quit IRC | 15:40 | |
med_ | jaypipes, did the suggestions yesterday in the netstack maillist unblock your quantum-devstack work? | 15:40 |
*** MarkAtwood has joined #openstack | 15:41 | |
*** avoine has joined #openstack | 15:42 | |
*** trevman2001 has joined #openstack | 15:45 | |
*** DavidLevin has quit IRC | 15:45 | |
*** eglynn__ has joined #openstack | 15:46 | |
*** jj0hns0n has joined #openstack | 15:47 | |
*** eglynn_ has quit IRC | 15:48 | |
*** glove has quit IRC | 15:48 | |
*** arun has quit IRC | 15:48 | |
*** jcannava1 has joined #openstack | 15:49 | |
*** glove has joined #openstack | 15:50 | |
*** DavidLevin has joined #openstack | 15:51 | |
*** arun has joined #openstack | 15:52 | |
*** lorin1 has joined #openstack | 15:52 | |
*** bencherian has quit IRC | 15:53 | |
*** vitiho_ has quit IRC | 15:54 | |
zykes- | BLZbubba: ping | 15:55 |
*** llang629 has joined #openstack | 15:55 | |
*** jackh has quit IRC | 15:57 | |
*** apetrescu has quit IRC | 15:57 | |
*** llang629 has left #openstack | 15:57 | |
*** jcannava1 has left #openstack | 15:58 | |
BLZbubba | zykes-: hey how's it going? | 15:58 |
*** imsplitbit has quit IRC | 15:59 | |
*** foexle has quit IRC | 15:59 | |
BLZbubba | long time no chat, i was going to try out PowerDNS here "real soon now" | 15:59 |
*** apetrescu has joined #openstack | 15:59 | |
*** Laines has quit IRC | 15:59 | |
BLZbubba | i have to get the scheduler working better before I can hack on anything else though, it is killing me | 15:59 |
*** garyk has joined #openstack | 16:02 | |
*** Guest19011 has quit IRC | 16:03 | |
*** Leseb has quit IRC | 16:03 | |
*** nikhil_ has joined #openstack | 16:03 | |
*** Adri2000 has quit IRC | 16:03 | |
*** Adri2000 has joined #openstack | 16:04 | |
*** nikhil_ is now known as Guest55884 | 16:04 | |
*** Adri2000 is now known as Guest67276 | 16:04 | |
*** alop has joined #openstack | 16:05 | |
*** Guest55884 is now known as help | 16:05 | |
zykes- | BLZbubba: nova scheduler ? | 16:05 |
*** help is now known as Guest28742 | 16:05 | |
*** issackelly has joined #openstack | 16:07 | |
*** issackelly has quit IRC | 16:07 | |
*** natea|afk is now known as natea|lunch | 16:07 | |
*** sstent has joined #openstack | 16:08 | |
*** Guest28742 is now known as register | 16:09 | |
*** issackelly has joined #openstack | 16:09 | |
*** register is now known as Guest19777 | 16:09 | |
*** MarkAtwood has left #openstack | 16:10 | |
*** s0mik has joined #openstack | 16:11 | |
*** eglynn has joined #openstack | 16:11 | |
Guest19777 | names | 16:12 |
*** eglynn__ has quit IRC | 16:15 | |
*** Glacee has quit IRC | 16:15 | |
*** vitiho has joined #openstack | 16:16 | |
*** joearnold has joined #openstack | 16:16 | |
*** masom has quit IRC | 16:17 | |
*** Guest19777 has quit IRC | 16:19 | |
*** nmistry has quit IRC | 16:19 | |
jaypipes | med_: hey, sorry, been working through some tempest bugs (that need a *non*-Quantum setup) in the meantime. will get back to that today. | 16:20 |
*** panda has quit IRC | 16:20 | |
*** maploin has quit IRC | 16:20 | |
*** zynzel has quit IRC | 16:22 | |
*** nikhil__ has joined #openstack | 16:25 | |
uvirtbot | New bug: #1009083 in glance "Glance update_image fails from Windows client" [Undecided,New] https://launchpad.net/bugs/1009083 | 16:26 |
*** warik has joined #openstack | 16:28 | |
*** koolhead17 has joined #openstack | 16:28 | |
*** NashTrash has joined #openstack | 16:29 | |
NashTrash | Hello Stackers! | 16:29 |
NashTrash | I am trying to get my Essex Nova working and failing. | 16:29 |
*** stimble has quit IRC | 16:30 | |
NashTrash | I have follow instructions on Docs and when I try to run nova image-list I get the following error: KeyError: 'images' | 16:30 |
alop | are you able to get output from glance index? | 16:31 |
NashTrash | Here is a paste of the debug output from the command: http://paste.openstack.org/show/18352/ | 16:31 |
NashTrash | alop: Yes. glance index seems to work fine | 16:31 |
*** ryanpetrello has joined #openstack | 16:34 | |
*** ChrisAM1 is now known as ChrisAM | 16:34 | |
*** eherot has joined #openstack | 16:37 | |
*** s0mik has quit IRC | 16:38 | |
*** Aaton_off is now known as Aaton | 16:39 | |
*** epim has joined #openstack | 16:41 | |
*** zynzel has joined #openstack | 16:42 | |
*** s0mik has joined #openstack | 16:42 | |
*** lloydde has joined #openstack | 16:43 | |
NashTrash | I am seeing only one error in the nova-api log: Unrecognized Content-Type provided in request from (pid=64087) get_body /usr/lib/python2.7/dist-packages/nova/api/openstack/wsgi.py:697 | 16:43 |
*** cheako has quit IRC | 16:45 | |
NashTrash | I get a similar error for all of the other nova calls | 16:45 |
*** nmistry has joined #openstack | 16:46 | |
*** martine has joined #openstack | 16:48 | |
*** blamar has quit IRC | 16:49 | |
*** Guest67276 has quit IRC | 16:49 | |
*** DavidLevin has quit IRC | 16:49 | |
*** Pr0toc0l has joined #openstack | 16:50 | |
*** Adri2000_ has joined #openstack | 16:50 | |
*** Adri2000_ is now known as Guest43626 | 16:50 | |
*** anderstj has joined #openstack | 16:50 | |
*** dubsquared has joined #openstack | 16:51 | |
*** rods has quit IRC | 16:52 | |
*** aspiers has quit IRC | 16:53 | |
Pr0toc0l | hello everyone….need some help in setting up novnc and vnc proxy in a multi host environment. i have two ubuntu 12.04 servers, a controller (server 1) and a compute node (server 2) and i'm trying to setup the vnc proxy and novnc so that when a user uses the dashboard and clicks on connects via vnc to and instance they can get console access. i'm able to do this in an all-in-one setup, but that doesn't work in my production | 16:54 |
Pr0toc0l | environment…. can anyone give me some pointers as to what flags i'm supposed to put in nova.conf on server 1 and on server 2? | 16:54 |
*** krow has joined #openstack | 16:54 | |
*** trevman2001 has quit IRC | 16:54 | |
*** stimble has joined #openstack | 16:55 | |
*** epim_ has joined #openstack | 16:55 | |
*** epim has quit IRC | 16:57 | |
*** epim_ is now known as epim | 16:57 | |
*** llang629 has joined #openstack | 16:58 | |
*** s0mik has quit IRC | 16:58 | |
*** s0mik has joined #openstack | 16:58 | |
NashTrash | Ok, I think that I see the issue. The GET is using v1 not v1.1. When I CURL with 1.1 it works, but does not with v1. | 16:59 |
NashTrash | I tried setting export NOVA_VERSION="1.1" but this doesn't work. What else can I do so that nova picks up it should be using v1.1 | 16:59 |
NashTrash | ? | 16:59 |
*** oubiwann has joined #openstack | 16:59 | |
*** mestery has quit IRC | 17:00 | |
*** shaon has joined #openstack | 17:00 | |
*** Guest43626 is now known as Adri2000 | 17:00 | |
*** eglynn has quit IRC | 17:00 | |
*** Adri2000 has quit IRC | 17:00 | |
*** Adri2000 has joined #openstack | 17:00 | |
*** samography has joined #openstack | 17:01 | |
*** swill has joined #openstack | 17:02 | |
*** derekh has quit IRC | 17:02 | |
swill | notmyname: is webob only used by the proxy service or is it also used by other swift services? | 17:03 |
*** jdurgin has joined #openstack | 17:04 | |
trapni | I cannot create any more security groups, due to quota limit. but I cannot find a way to increase the SG quota. how do I do this? | 17:04 |
*** rods has joined #openstack | 17:04 | |
*** Gekitsuu has joined #openstack | 17:04 | |
*** aspiers has joined #openstack | 17:05 | |
*** llang629 has quit IRC | 17:06 | |
*** gyee has joined #openstack | 17:07 | |
*** glenc_ has quit IRC | 17:07 | |
*** glenc has joined #openstack | 17:07 | |
swill | notmyname: i see that it is being imported into other servers, so i think it is safe to assume webob is used by multiple servers, not just the proxy... | 17:09 |
annegentle | Pr0toc0l: you probably want http://docs.openstack.org/essex/openstack-compute/install/content/ch_install-dashboard.html#getting-started-with-vnc-proxy - check your nova.conf for vncserver_listen | 17:09 |
*** gyee has quit IRC | 17:11 | |
*** SmoothSage has joined #openstack | 17:11 | |
*** glenc has quit IRC | 17:11 | |
*** glenc has joined #openstack | 17:12 | |
Pr0toc0l | annegentle: i followed that..but the part that i'm confused is what flags go in which nova.conf…vncserver_listen on compute node but what do i put on the controller? how does my compute node know where the proxy server is, in my case will be the controller? | 17:12 |
*** semyazz has joined #openstack | 17:13 | |
*** semyazz has left #openstack | 17:13 | |
*** glenc has quit IRC | 17:13 | |
*** gyee has joined #openstack | 17:13 | |
*** glenc has joined #openstack | 17:13 | |
*** deepakcs has quit IRC | 17:14 | |
*** natea|lunch is now known as natea | 17:14 | |
*** dachary has quit IRC | 17:15 | |
kbringard | Pr0toc0l: you shouldn't need anything on the compute node, I think it uses the message queue | 17:15 |
*** dachary has joined #openstack | 17:15 | |
Pr0toc0l | i see | 17:15 |
kbringard | the only thing I have is vncproxy_url= in the nova.conf on the server hosting the vncproxy | 17:15 |
kbringard | and thay url needs to be something the clients can access | 17:16 |
*** llang629 has joined #openstack | 17:16 | |
kbringard | since it's what will be returned when you attempt to get a VNC console | 17:16 |
uvirtbot | New bug: #1009110 in glance "Glanceclient doesn't work with essex Keystone endpoints" [Undecided,New] https://launchpad.net/bugs/1009110 | 17:16 |
Pr0toc0l | kbringard: ok so novncproxy_base_url is on my controller nova.conf do i put vncserver_listen on the controller nova.conf as well or shouldn't that be on the compute node using the compute node's management ip? | 17:17 |
kbringard | so like, I have a DNS entry, and I use that entry in the nova.conf on the node running the vnc proxy, so it's like vncproxy_url=http://console.address | 17:17 |
kbringard | I don't use the VNCserver listen flag… if you put that on the compute node I believe it will force the VNC server on the compute node to bind to that address instead of * | 17:18 |
kbringard | if you leave it off, it should bind the VNC server to all interfaces | 17:18 |
Pr0toc0l | k i think that is my problem then | 17:18 |
Pr0toc0l | let me try that | 17:18 |
Pr0toc0l | thanks | 17:18 |
kbringard | np | 17:18 |
*** llang629 has left #openstack | 17:19 | |
*** h0cin has joined #openstack | 17:20 | |
*** h0cin has joined #openstack | 17:20 | |
Pr0toc0l | kbringard: one last thing, do you have novnc installed on your compute node or just on the controller or both? | 17:20 |
*** CristianDM has joined #openstack | 17:21 | |
CristianDM | Hi. I have error with mysql | 17:21 |
CristianDM | Error : Table 'nova.projects' doesn't exist | 17:21 |
uvirtbot | New bug: #1009115 in nova "Reservations not destroyed when instances are destroyed" [Undecided,New] https://launchpad.net/bugs/1009115 | 17:21 |
kbringard | just the controller | 17:21 |
Pr0toc0l | thank kb let me uninstall from the node | 17:22 |
kbringard | since it runs there and connects through the proxy back to the VNC server on the compute node | 17:22 |
Pr0toc0l | cristiandm: did you initialize your mysql db using nova-manager db sync | 17:22 |
CristianDM | Yes | 17:23 |
*** paltman has quit IRC | 17:23 | |
CristianDM | Pr0toc01: Yes | 17:23 |
*** lopin has joined #openstack | 17:24 | |
*** paltman has joined #openstack | 17:24 | |
kbringard | and I assume you've looked at the DB and ensured that table exists? | 17:24 |
*** DavidLevin has joined #openstack | 17:24 | |
*** glenc has quit IRC | 17:24 | |
kbringard | and verified that your sql_connection string is correct in your nova.conf | 17:24 |
CristianDM | Yes, table into filesystem exist, but into mysql can´t access. | 17:24 |
*** glenc has joined #openstack | 17:24 | |
CristianDM | Pr0toc0l: Can give the export of the schema of nova.projects to rebuild it into mysql? | 17:25 |
CristianDM | Pr0toc0l: Just exports the structure, so I can regenerate into the nova db | 17:26 |
Pr0toc0l | i believe if you do the nova-manage db sync it should rebuild it | 17:26 |
Pr0toc0l | kbringard your thoughts? | 17:26 |
*** guigui has quit IRC | 17:26 | |
*** EDevil has quit IRC | 17:26 | |
*** nacx has quit IRC | 17:26 | |
CristianDM | Pr0toc0l: mmm but this don´t. First I need to delete this. | 17:27 |
kbringard | not sure… if the DB is in fact called nova and the sql string is pointing to the right host and the right db | 17:27 |
jfcastro | I have OpenStack in a single node | 17:27 |
kbringard | and the table is in the DB | 17:27 |
kbringard | then I'm not really sure why it wouldn't be able to find it | 17:27 |
jfcastro | when I add other node every seems ok | 17:27 |
*** imsplitbit has joined #openstack | 17:27 | |
CristianDM | Pr0toc0l: But I can´t, I run TRUNCATE TABLE projects and MySQL sais #1146 - Table 'nova.projects' doesn't exist | 17:27 |
Pr0toc0l | you can try backing up your nova database in mysql first by doing a mysqldump then drop the db..use nova-manage db sync to rebuild | 17:27 |
jfcastro | but when I launch a instance in server2 it was wrong | 17:28 |
jfcastro | logs say InstanceNotFound | 17:28 |
jfcastro | eny ideas? | 17:28 |
*** mestery has joined #openstack | 17:29 | |
Pr0toc0l | cristiandm: if things go south, you can restore your db that you backed up | 17:29 |
*** krow has quit IRC | 17:29 | |
*** mislam has joined #openstack | 17:29 | |
CristianDM | Pr0toc0l: mysqldump: Got error: 1146: Table 'nova.projects' doesn't exist when using LOCK TABLES | 17:29 |
sstent | anyone have any guides to setting up the policy json files? i.e. are there any base templates to work from | 17:29 |
Pr0toc0l | jfcastro: does your controller see the other node? if you type nova-manage service list does everything look happy? | 17:30 |
jfcastro | yes | 17:30 |
CristianDM | Pr0toc0l: I Have error with try to dump the db | 17:30 |
Pr0toc0l | crisitandb: hmm..you have a table lock issue…. | 17:30 |
jfcastro | CristianDM: try stop nova-compute | 17:31 |
Pr0toc0l | jfcastro: sounds like what you have in the db and what is running is inconsistent. i've had that issue before, but i'm trying to remember how i fixed that | 17:31 |
jfcastro | Pr0toc0l: problem is when I launch VM for first time | 17:32 |
Pr0toc0l | oh | 17:32 |
CristianDM | Same | 17:32 |
*** glenc has quit IRC | 17:32 | |
*** glenc has joined #openstack | 17:33 | |
Pr0toc0l | hmm... | 17:34 |
Pr0toc0l | jfcastro: maybe your server2 cannot talk to the glance service | 17:36 |
jfcastro | how can I test that? | 17:36 |
uvirtbot | New bug: #1009122 in glance "Creating a GlanceException with a specified msg containing kwargs does not work." [Undecided,In progress] https://launchpad.net/bugs/1009122 | 17:36 |
*** aa has joined #openstack | 17:36 | |
Pr0toc0l | cristiandm: somehow try and unlock the nova.project | 17:36 |
Pr0toc0l | jfcastro: you'll have to look at your glance logs to see if you can see a request | 17:37 |
CristianDM | mysqldump --skip-lock-tables -uroot -p nova > nova_2012_06_05.sql | 17:37 |
CristianDM | Error: Couldn't read status information for table projects () | 17:37 |
CristianDM | mysqldump: Couldn't execute 'show create table `projects`': Table 'nova.projects' doesn't exist (1146) | 17:37 |
Pr0toc0l | so you go into mysql and do a use nova; show tables; is projects there? | 17:38 |
*** shwetaap has joined #openstack | 17:38 | |
CristianDM | yES | 17:38 |
CristianDM | Yes | 17:38 |
CristianDM | But I can´t delete and I cant create a new | 17:39 |
CristianDM | MySQL reply #1146 - Table 'nova.projects' doesn't exist | 17:39 |
CristianDM | The same error for creation or deletion | 17:39 |
uvirtbot | New bug: #1009127 in openstack-common "jsonutils.load() breaks rpc" [Undecided,New] https://launchpad.net/bugs/1009127 | 17:41 |
*** dubsquared has quit IRC | 17:43 | |
*** GheRivero_ has quit IRC | 17:43 | |
*** dubsquared has joined #openstack | 17:43 | |
*** dnaori has joined #openstack | 17:45 | |
uvirtbot | New bug: #1009130 in devstack "nova-network can not works when enables melange and quantum" [Undecided,New] https://launchpad.net/bugs/1009130 | 17:45 |
*** davepigott has joined #openstack | 17:46 | |
*** davepigott has quit IRC | 17:46 | |
*** dubsquared has quit IRC | 17:48 | |
*** rafaduran has joined #openstack | 17:48 | |
*** mnewby has joined #openstack | 17:49 | |
Pr0toc0l | man sounds like your db is corrupted or something | 17:52 |
*** dpippenger has joined #openstack | 17:52 | |
*** blamar has joined #openstack | 17:52 | |
*** bencherian has joined #openstack | 17:53 | |
Pr0toc0l | try flush tables with read lock; | 17:53 |
Pr0toc0l | commit; | 17:53 |
Pr0toc0l | unlock tables; | 17:53 |
*** rafaduran has quit IRC | 17:55 | |
*** Free_maN has quit IRC | 17:55 | |
*** Bryanstein has quit IRC | 17:57 | |
*** tongli|2 has joined #openstack | 17:57 | |
*** Bryanstein has joined #openstack | 17:58 | |
jfcastro | Pr0toc0l: nova-compute in server2 must to talk with glance, really? | 18:03 |
kbringard | yes, all servers need to be able to talk to glance | 18:04 |
kbringard | so they can pull down the images to spin up | 18:04 |
jfcastro | ok | 18:05 |
jfcastro | and copy image in local? | 18:05 |
kbringard | yea, the compute node caches the image (the default is in /var/lib/nova/instances/_base) | 18:05 |
kbringard | it talks to the glance api to do that | 18:06 |
jfcastro | okis! and I define glance api endpoint in nova.conf | 18:07 |
kbringard | yeppers | 18:08 |
jfcastro | okis | 18:09 |
*** lloydde has quit IRC | 18:11 | |
*** shaon has quit IRC | 18:12 | |
*** s0mik has quit IRC | 18:15 | |
*** semyazz has joined #openstack | 18:16 | |
*** semyazz has left #openstack | 18:16 | |
*** rnirmal has quit IRC | 18:16 | |
*** wabat has joined #openstack | 18:16 | |
*** datsun180b has quit IRC | 18:17 | |
*** negronjl has quit IRC | 18:17 | |
*** johnpostlethwait has joined #openstack | 18:19 | |
notmyname | swill: ya, it's used pretty much all over | 18:22 |
*** aspiers has quit IRC | 18:23 | |
*** blitzrage has joined #openstack | 18:23 | |
*** Jd__ has joined #openstack | 18:23 | |
Jd__ | hi.. trying to setup openstack in a VM (everything other than compute) and a separate compute node. Is there a config file / instructions for such a setup ? | 18:24 |
*** natea has quit IRC | 18:24 | |
swill | notmyname: ya that is what i was assuming. i have downgraded all of our machines to webob 1.0.8 and we are still having some issues. when we restart a proxy the LB is not taking it offline (from what i can tell), so we are getting failures. i am looking into how to make pound recognize that the proxy is not available when a proxy is restarted right now. | 18:24 |
*** negronjl has joined #openstack | 18:25 | |
Jd__ | Also, quick question on networking, In Essex version, does nova-network run on all compute nodes or one designated box. i.e. is public network interface required on each compute node or only on node running nova-network. | 18:26 |
*** natea has joined #openstack | 18:27 | |
*** jcannava has joined #openstack | 18:29 | |
*** jcannava has left #openstack | 18:29 | |
*** rnirmal has joined #openstack | 18:34 | |
*** dendro-afk is now known as dendrobates | 18:35 | |
*** aspiers has joined #openstack | 18:35 | |
*** shaon has joined #openstack | 18:37 | |
*** issackel_ has joined #openstack | 18:40 | |
*** issackelly has quit IRC | 18:41 | |
*** issackel_ is now known as issackelly | 18:41 | |
*** martine has quit IRC | 18:42 | |
*** jtanner has joined #openstack | 18:42 | |
jtanner | are the openstack rpms in epel6 good? | 18:43 |
*** okapi14 has joined #openstack | 18:43 | |
*** pnavarro has joined #openstack | 18:46 | |
*** glove has quit IRC | 18:46 | |
*** glove has joined #openstack | 18:47 | |
*** dubsquared has joined #openstack | 18:48 | |
*** reed has quit IRC | 18:49 | |
sstent | anyone had issues proxying nova-api (ec2) with nginx? | 18:52 |
*** jtanner has left #openstack | 18:53 | |
*** tjikkun has quit IRC | 18:54 | |
uvirtbot | New bug: #1009161 in nova "nova-network accesses database directly" [Undecided,New] https://launchpad.net/bugs/1009161 | 18:56 |
*** adjohn has joined #openstack | 18:57 | |
*** martine has joined #openstack | 18:58 | |
*** blitzrage has quit IRC | 18:59 | |
*** mrjazzcat has quit IRC | 19:01 | |
*** CristianDM has quit IRC | 19:01 | |
*** dubsquared has quit IRC | 19:01 | |
*** dubsquared has joined #openstack | 19:01 | |
lorin1 | Jd__: nova-network runs on only one box, unless you are running in multi_host mode, in which case it runs on every compute box. See: http://docs.openstack.org/trunk/openstack-compute/admin/content/existing-ha-networking-options.html#d6e4797 for multi-host details | 19:04 |
*** tjikkun has joined #openstack | 19:06 | |
*** tjikkun has joined #openstack | 19:06 | |
Jd__ | ah! now it makes sense.. thanks. | 19:06 |
*** hingo has joined #openstack | 19:06 | |
*** ttrifonov is now known as ttrifonov_zZzz | 19:12 | |
*** dspano has joined #openstack | 19:12 | |
*** sobsidian has joined #openstack | 19:13 | |
*** mrjazzcat has joined #openstack | 19:14 | |
*** s0mik has joined #openstack | 19:16 | |
*** SmoothSage has quit IRC | 19:18 | |
*** Ruetobas has quit IRC | 19:18 | |
*** dolphm has quit IRC | 19:19 | |
*** mrmartin has joined #openstack | 19:20 | |
uvirtbot | New bug: #1009170 in openstack-manuals "Object Storage manual not properly rendering images in the introductory/common chapters" [Undecided,New] https://launchpad.net/bugs/1009170 | 19:21 |
*** Leseb has joined #openstack | 19:24 | |
*** trevman2001 has joined #openstack | 19:25 | |
*** stuntmachine has quit IRC | 19:32 | |
*** cipriano_ has quit IRC | 19:33 | |
*** stuntmachine has joined #openstack | 19:33 | |
*** stuntmachine has quit IRC | 19:33 | |
*** stuntmachine has joined #openstack | 19:33 | |
*** NashTrash has quit IRC | 19:35 | |
*** DavidLevin has quit IRC | 19:36 | |
*** Ryan_Lane has quit IRC | 19:36 | |
*** CristianDM has joined #openstack | 19:36 | |
CristianDM | Hi. Is it possible add an fixed IP from a secondary fixed network when the instance is running? | 19:37 |
*** cipriano has joined #openstack | 19:38 | |
*** DavidLevin has joined #openstack | 19:39 | |
*** arBmind has quit IRC | 19:41 | |
*** mrjazzcat has quit IRC | 19:41 | |
*** shaon has quit IRC | 19:44 | |
*** tpurcell has joined #openstack | 19:45 | |
zykes- | 2/win 16 | 19:47 |
*** cheako has joined #openstack | 19:47 | |
*** matwood has quit IRC | 19:50 | |
*** vap_ has joined #openstack | 19:51 | |
*** k1000litros has joined #openstack | 19:52 | |
CristianDM | Is it possible have two fixed networks with only one nic, with a br100 bridge to eth1 and br100:1 ? | 19:52 |
*** tpurcell has quit IRC | 19:53 | |
*** aspiers has quit IRC | 19:53 | |
CristianDM | any? | 19:54 |
*** glove has quit IRC | 19:56 | |
*** Trixboxer has quit IRC | 19:58 | |
*** arBmind has joined #openstack | 20:01 | |
*** dpippenger has quit IRC | 20:02 | |
*** aspiers has joined #openstack | 20:05 | |
*** Glacee has joined #openstack | 20:05 | |
*** mattray has joined #openstack | 20:05 | |
*** networkstatic has joined #openstack | 20:12 | |
*** dwcramer has quit IRC | 20:13 | |
*** glenc has quit IRC | 20:15 | |
*** ik04ka has quit IRC | 20:16 | |
*** pnavarro has quit IRC | 20:18 | |
*** matwood has joined #openstack | 20:19 | |
*** tmichael has quit IRC | 20:22 | |
*** k1000litros has left #openstack | 20:22 | |
*** aa has quit IRC | 20:23 | |
*** swill has quit IRC | 20:25 | |
*** wiliam has quit IRC | 20:27 | |
*** oubiwann has quit IRC | 20:27 | |
*** eherot has quit IRC | 20:28 | |
CristianDM | Hi | 20:29 |
CristianDM | Is it possible setup an MultiNic with bridge alias? | 20:30 |
*** aa has joined #openstack | 20:30 | |
*** eglynn has joined #openstack | 20:31 | |
*** Gekitsuu has quit IRC | 20:33 | |
*** Eyk is now known as Eyk^off | 20:35 | |
*** rkukura has quit IRC | 20:35 | |
*** glenc has joined #openstack | 20:39 | |
*** reed has joined #openstack | 20:43 | |
*** dendrobates is now known as dendro-afk | 20:43 | |
*** avoine has quit IRC | 20:43 | |
*** paltman has quit IRC | 20:43 | |
*** paltman has joined #openstack | 20:44 | |
*** NashTrash has joined #openstack | 20:44 | |
*** tongli|2 has quit IRC | 20:45 | |
*** dwcramer has joined #openstack | 20:49 | |
*** vmlinuz has quit IRC | 20:49 | |
NashTrash | Hello Stackeres | 20:53 |
*** stuntmachine has quit IRC | 20:53 | |
NashTrash | I am getting a very strange error on my newly installed Essex Nova. When I try to use the nova cli it fails. —debug shows that it has v1 in the url not v1.1. I have nova_version. —version, and os_compute_api_version all set to 1.1. | 20:54 |
NashTrash | What am I missing? | 20:54 |
kbringard | are you using keystone? does your endpoint in keystone return just v1? | 20:56 |
NashTrash | Ah, good call…let me check... | 20:56 |
NashTrash | F***ing brilliant! | 20:57 |
NashTrash | kbringard: As always, you are the man. | 20:57 |
kbringard | hehe | 20:57 |
kbringard | glad to help :-) | 20:57 |
NashTrash | annegentle: Docs should really be updated on this one. | 20:57 |
kbringard | file a bug | 20:57 |
kbringard | I'll review and push it through quickly | 20:58 |
*** jfluhmann has quit IRC | 20:58 | |
NashTrash | Now it looks like they have already updated them to say v2.0 | 20:58 |
kbringard | hah | 20:59 |
kbringard | faster than the speed of light | 20:59 |
*** Vinsh_HP has quit IRC | 20:59 | |
NashTrash | so, should I switch it to 2.0? Or stick with 1.1? | 20:59 |
NashTrash | I am just running Essex from apt-get on Precise. | 21:00 |
*** h0cin has quit IRC | 21:00 | |
NashTrash | v2.0 seems to work just as well. | 21:01 |
NashTrash | sorry, v2 seems to work just as well | 21:01 |
*** mapu has quit IRC | 21:01 | |
*** lts has quit IRC | 21:03 | |
*** Ryan_Lane has joined #openstack | 21:03 | |
NashTrash | Ok, moving on. | 21:04 |
NashTrash | Thanks kbringard | 21:04 |
*** eglynn has quit IRC | 21:04 | |
kbringard | np | 21:04 |
*** NashTrash has left #openstack | 21:04 | |
uvirtbot | New bug: #1009215 in quantum "During resuming instances get error "could not open /dev/net/tun: Operation not permitted"" [Undecided,New] https://launchpad.net/bugs/1009215 | 21:05 |
*** blimus has quit IRC | 21:06 | |
*** blimus has joined #openstack | 21:07 | |
annegentle | thanks kbringard - that version confusion nips us all the time | 21:08 |
*** tmichael has joined #openstack | 21:08 | |
kbringard | yea… if v2 works in essex, I'd say we should just update the docs to that and call it a day | 21:10 |
*** maoy has quit IRC | 21:11 | |
*** dev_ has joined #openstack | 21:11 | |
*** maoy has joined #openstack | 21:12 | |
annegentle | kbringard: do you suppose that the downloaded file from the dashboard is filling in 1.1? Or did he get his credentials file in a certain way? We could avoid the root cause as well | 21:12 |
kbringard | that I'm not sure… I don't know how he generated the credentials :-/ | 21:13 |
BLZbubba | CristianDM: yes it is possible | 21:13 |
BLZbubba | you probably want to use VLAN tagging though | 21:14 |
kbringard | does dashboard generate credentials for you? I'm still running diablo's where I don't think it does | 21:14 |
*** Vinsh_HP has joined #openstack | 21:15 | |
annegentle | kbringard: yeah the Essex dash has a downloadable openrc.sh file, quite handy that. | 21:17 |
kbringard | that is eh hawtness | 21:17 |
*** mrjazzcat has joined #openstack | 21:19 | |
*** ryanpetrello has quit IRC | 21:20 | |
*** aspiers has quit IRC | 21:23 | |
*** martine has quit IRC | 21:23 | |
blimus | after adding two new servers to a swift cluster, I rebalanced and had a 10 hours of 50Mbps rsyncs, then 12 hours of 600Mpbs rsyncs and now rsyncs at <10Mpbs. Though on why the replication process is working this way ? | 21:24 |
*** dnaori has quit IRC | 21:24 | |
*** lorin1 has quit IRC | 21:26 | |
*** Turicas has joined #openstack | 21:29 | |
*** jfluhmann has joined #openstack | 21:30 | |
*** natea has quit IRC | 21:30 | |
*** rnorwood has quit IRC | 21:32 | |
*** melmoth has quit IRC | 21:32 | |
*** Aaton is now known as Aaton_off | 21:32 | |
*** primeministerp has joined #openstack | 21:34 | |
*** aspiers has joined #openstack | 21:35 | |
*** dubsquared has quit IRC | 21:36 | |
*** dwcramer has quit IRC | 21:36 | |
*** Gordonz has quit IRC | 21:36 | |
*** maoy has quit IRC | 21:38 | |
*** arBmind has quit IRC | 21:38 | |
*** troytoman-away is now known as troytoman | 21:39 | |
*** KarinLevenstein has quit IRC | 21:42 | |
*** rkukura has joined #openstack | 21:42 | |
*** lborda has quit IRC | 21:44 | |
*** Leseb has quit IRC | 21:46 | |
*** evanjfraser has joined #openstack | 21:46 | |
*** Triade has joined #openstack | 21:47 | |
*** littleidea has quit IRC | 21:47 | |
*** dachary has quit IRC | 21:47 | |
*** Leseb has joined #openstack | 21:47 | |
*** Leseb has quit IRC | 21:50 | |
*** aedocw has joined #openstack | 21:51 | |
*** s0mik has quit IRC | 21:52 | |
*** hingo has quit IRC | 21:53 | |
*** cooper has quit IRC | 21:53 | |
*** dendro-afk is now known as dendrobates | 21:56 | |
*** s0mik has joined #openstack | 21:57 | |
*** apetrescu has quit IRC | 21:58 | |
*** apetrescu has joined #openstack | 21:58 | |
*** lvaughn has quit IRC | 21:59 | |
*** rgoodwin is now known as rgoodwin_away | 22:00 | |
*** rgoodwin_away is now known as rgoodwin | 22:00 | |
*** ayoung has quit IRC | 22:02 | |
*** lazyshot has quit IRC | 22:03 | |
*** Glacee has quit IRC | 22:03 | |
*** wting has quit IRC | 22:03 | |
*** wting has joined #openstack | 22:04 | |
*** Ruetobas has joined #openstack | 22:05 | |
*** networkstatic has quit IRC | 22:05 | |
*** joearnold has quit IRC | 22:06 | |
uvirtbot | New bug: #1009239 in nova "network_driver flag for XenAPI fails during nova-network daemon start" [Undecided,New] https://launchpad.net/bugs/1009239 | 22:06 |
*** Aaton_off is now known as Aaton | 22:06 | |
*** ywu has joined #openstack | 22:06 | |
*** kbringard has quit IRC | 22:06 | |
*** joearnold has joined #openstack | 22:06 | |
*** edygarcia has quit IRC | 22:08 | |
*** edygarcia has joined #openstack | 22:09 | |
*** samography has quit IRC | 22:10 | |
*** CristianDM has quit IRC | 22:10 | |
*** adjohn has quit IRC | 22:10 | |
*** CristianDM has joined #openstack | 22:11 | |
*** mpedersen has joined #openstack | 22:11 | |
*** adjohn has joined #openstack | 22:11 | |
*** jfluhmann has quit IRC | 22:11 | |
mpedersen | hello all. I'm trying to enable notifications in my nova-compute config. Not finding any details for how to do this. It connects to rabbitmq, but I'm not seeing notifications. Is there something I still need to do? I've tried, but google is not helping me right now. | 22:12 |
*** s0mik has quit IRC | 22:12 | |
*** somik has joined #openstack | 22:12 | |
*** dpippenger has joined #openstack | 22:12 | |
*** mrmartin has quit IRC | 22:13 | |
*** krow has joined #openstack | 22:14 | |
*** ghassen has joined #openstack | 22:14 | |
*** Buhi9H has joined #openstack | 22:14 | |
*** Buhw3A has joined #openstack | 22:14 | |
ghassen | Hi everyone | 22:15 |
ghassen | im working on openstack | 22:15 |
ghassen | and i need help to run windows VMs | 22:15 |
*** Buhw3A has joined #openstack | 22:15 | |
ghassen | :) ? | 22:15 |
*** dspano has quit IRC | 22:16 | |
*** esm_ has quit IRC | 22:17 | |
ghassen | hello !! | 22:17 |
ghassen | please who can help me ? | 22:18 |
*** e1mer has joined #openstack | 22:18 | |
*** pmezard has quit IRC | 22:20 | |
*** gastonprim has joined #openstack | 22:20 | |
*** Blackavar has joined #openstack | 22:20 | |
*** milner has quit IRC | 22:20 | |
gastonprim | hi !! | 22:21 |
gastonprim | evryone | 22:21 |
gastonprim | im working on openstack essex | 22:21 |
gastonprim | and i need help to run windows Image | 22:21 |
gastonprim | ?? | 22:21 |
gastonprim | alo alo ! | 22:23 |
*** rnirmal has quit IRC | 22:23 | |
LarsErikP | i can try | 22:27 |
LarsErikP | what is your problem? | 22:28 |
LarsErikP | ghassen: gastonprim: | 22:28 |
gastonprim | ouf | 22:28 |
gastonprim | finally | 22:28 |
gastonprim | i don't now exactly | 22:28 |
gastonprim | i tried to follow some tutorials | 22:28 |
gastonprim | i run windows image on kvm | 22:29 |
gastonprim | with virtio driver | 22:29 |
gastonprim | i installed the os | 22:29 |
*** Triade has quit IRC | 22:29 | |
gastonprim | disabled the firewall into it | 22:29 |
gastonprim | enabled RDP connections | 22:29 |
gastonprim | i added the image successfully to glance | 22:30 |
gastonprim | but i can't run it | 22:30 |
gastonprim | it indicates ERROR | 22:30 |
*** jj0hns0n_ has joined #openstack | 22:30 | |
gastonprim | in the vm status | 22:30 |
gastonprim | so ? | 22:30 |
gastonprim | any idea about that ? | 22:30 |
gastonprim | have i forgetted to do something ? | 22:31 |
aedocw | What errors are you seeing in the nova logs? | 22:32 |
*** e1mer has quit IRC | 22:33 | |
*** jj0hns0n has quit IRC | 22:33 | |
*** jj0hns0n_ is now known as jj0hns0n | 22:33 | |
*** nmistry has quit IRC | 22:34 | |
*** ryanpetrello has joined #openstack | 22:34 | |
CristianDM | Is it possible add a secondary fixed network to the same bridge? | 22:34 |
*** nikhil__ has quit IRC | 22:34 | |
LarsErikP | gastonprim: do you get "error scheduling"? or som other error? | 22:35 |
LarsErikP | gastonprim: which kind of container and disk formats did you choose? | 22:35 |
gastonprim | OS-DCF:diskConfig | MANUAL | | 22:35 |
gastonprim | | OS-EXT-SRV-ATTR:host | Compute-Node | | 22:35 |
gastonprim | | OS-EXT-SRV-ATTR:hypervisor_hostname | None | | 22:35 |
gastonprim | | OS-EXT-SRV-ATTR:instance_name | instance-00000003 | | 22:35 |
gastonprim | | OS-EXT-STS:power_state | 0 | | 22:35 |
gastonprim | | OS-EXT-STS:task_state | deleting | | 22:35 |
gastonprim | | OS-EXT-STS:vm_state | error | | 22:35 |
gastonprim | | accessIPv4 | | | 22:35 |
gastonprim | | accessIPv6 | | | 22:35 |
gastonprim | | config_drive | | | 22:35 |
gastonprim | | created | 2012-05-09T21:02:19Z | | 22:35 |
gastonprim | | fault | {u'message': u'ImageTooLarge', u'code': 500, u'created': u'2012-05-09T21:02:21Z'} | | 22:35 |
LarsErikP | "imagetoolarge" | 22:36 |
*** krow has quit IRC | 22:36 | |
gastonprim | that's what it show when i use nova show command | 22:36 |
LarsErikP | how large is it? | 22:36 |
gastonprim | 20G | 22:36 |
LarsErikP | hmm | 22:36 |
LarsErikP | i think my Win7 image is 20G as well, and that one actually works | 22:37 |
gastonprim | and how do you have done that ?? | 22:37 |
gastonprim | im woking on it before weeks :( | 22:37 |
*** jj0hns0n has quit IRC | 22:37 | |
gastonprim | and no result ! | 22:37 |
LarsErikP | acutally, i just followed this: http://docs.openstack.org/trunk/openstack-compute/admin/content/creating-a-windows-image.html | 22:38 |
gastonprim | and it works ? | 22:39 |
*** corburn has joined #openstack | 22:39 | |
gastonprim | in your win7 vm | 22:40 |
LarsErikP | yeah. both win7_x64 and Win Server 2k8 R2 | 22:40 |
gastonprim | when you runned it with kvm the first time | 22:40 |
LarsErikP | yeah? | 22:40 |
gastonprim | do you have done some special modifications ? | 22:41 |
LarsErikP | enabled rdp, and allowed for icmp and rdp traffic in the firewall | 22:41 |
gastonprim | euuu | 22:41 |
gastonprim | how do you have allowed icmp and rdp in the firewall ? | 22:41 |
*** trevman2001 has quit IRC | 22:42 | |
gastonprim | i have just disabled the firewall | 22:42 |
gastonprim | no ? | 22:42 |
gastonprim | not suffiscient ? | 22:42 |
LarsErikP | if you disabled it, i guess that will do the job.. | 22:42 |
LarsErikP | but you will whatsoever have to enable RDP, and allow everyone to connect | 22:42 |
*** blamar has quit IRC | 22:42 | |
*** adalbas has quit IRC | 22:42 | |
gastonprim | i've done that | 22:43 |
LarsErikP | okey.. | 22:43 |
gastonprim | but my windows vm can't run | 22:43 |
LarsErikP | but your problem seem to be to spawn the instance, not to connect to it... | 22:43 |
gastonprim | and it don't take a ip address | 22:43 |
gastonprim | yes | 22:43 |
LarsErikP | running vlan manager? | 22:43 |
gastonprim | i think ! | 22:43 |
*** aedocw has quit IRC | 22:44 | |
*** pixelbeat has quit IRC | 22:44 | |
LarsErikP | that's the default, so if you didn't configure anything, you probably do | 22:44 |
gastonprim | i used flatDHCP manager | 22:44 |
LarsErikP | hmm okey.. should be more or less the same, since both are using dhcp | 22:45 |
LarsErikP | but, do any other OS run successfully in your setup? | 22:45 |
LarsErikP | like, a ubuntu-server of some kind, or any other linux-distro? | 22:45 |
gastonprim | it works correctly with linux images | 22:46 |
LarsErikP | okey | 22:46 |
evanjfraser | Hi all, do the security groups in flatDHCP actually do any firewalling between security groups? | 22:46 |
gastonprim | every linux images | 22:46 |
evanjfraser | as in my install instances in separate security groups have full access to each other. | 22:46 |
evanjfraser | does it only work in vlan mode? | 22:46 |
LarsErikP | but, since it said "image too big" you may try with a smaller image? try 10g? | 22:47 |
*** trevman2001 has joined #openstack | 22:47 | |
gastonprim | ah ok !! | 22:47 |
gastonprim | very good idea !! | 22:47 |
*** egant has joined #openstack | 22:47 | |
LarsErikP | gastonprim: seems a bit strange though, cause my working images are 20G... | 22:48 |
gastonprim | i runned it with small flavor | 22:48 |
*** eherot has joined #openstack | 22:48 | |
gastonprim | it's maybe the prob | 22:48 |
LarsErikP | gastonprim: if you think of the "disk" part of the flavor, that doesn't matter | 22:48 |
gastonprim | what flavor have you use ? | 22:48 |
LarsErikP | i allways run with 1 VCPU, 512MB RAM and 0GB disk | 22:49 |
*** relateable has quit IRC | 22:49 | |
gastonprim | mmm | 22:49 |
LarsErikP | stupid question, but... is there enough free space on the compute node? | 22:50 |
gastonprim | so ? | 22:50 |
gastonprim | yes | 22:50 |
*** edygarcia has quit IRC | 22:50 | |
*** jfcastro has left #openstack | 22:50 | |
*** mattray has quit IRC | 22:50 | |
gastonprim | but the "imagetoolarge" is the only message that indicates something about the error!! | 22:51 |
gastonprim | you haven't used flavor in your installation ? | 22:52 |
*** rendar has quit IRC | 22:53 | |
*** aspiers has quit IRC | 22:53 | |
LarsErikP | of course i used a flavor. I used the flavor i described above | 22:53 |
*** imsplitbit has quit IRC | 22:53 | |
LarsErikP | your error may be related to this? http://osdir.com/ml/openstack-cloud-computing/2011-09/msg00445.html (old thread but.. maybe?) | 22:53 |
evanjfraser | hmm, in the admin guide: "Compute nodes have iptables/ebtables entries created per project and instance to protect against IP/MAC address spoofing and ARP poisoning." | 22:55 |
evanjfraser | but that isn't working for me, the iptables and ebtables are pretty much empty | 22:55 |
*** hunglin_ has joined #openstack | 22:56 | |
*** anderstj has quit IRC | 22:56 | |
*** hunglin_ has quit IRC | 22:56 | |
*** egant has quit IRC | 22:56 | |
*** gastonprim has quit IRC | 22:57 | |
*** ghassen has quit IRC | 22:57 | |
*** joearnold has quit IRC | 22:58 | |
*** hunglin has quit IRC | 22:58 | |
*** ghassen_ has joined #openstack | 22:59 | |
*** trevman2001 has quit IRC | 22:59 | |
ghassen_ | sorry | 22:59 |
ghassen_ | a connection problem | 22:59 |
*** eherot has quit IRC | 22:59 | |
*** roge has quit IRC | 23:00 | |
*** ryanpetrello has quit IRC | 23:01 | |
*** Blackavar has quit IRC | 23:01 | |
*** ghassen has joined #openstack | 23:02 | |
*** reed has quit IRC | 23:03 | |
*** aspiers has joined #openstack | 23:05 | |
uvirtbot | New bug: #1009248 in glance "Glance HTTP Store query method fails to check response code" [Undecided,Confirmed] https://launchpad.net/bugs/1009248 | 23:06 |
*** miclorb has joined #openstack | 23:07 | |
*** ghassen_ has quit IRC | 23:08 | |
*** Triade has joined #openstack | 23:10 | |
*** Triade has quit IRC | 23:14 | |
*** Ryan_Lane has quit IRC | 23:16 | |
*** anderstj has joined #openstack | 23:17 | |
*** Brian_H has left #openstack | 23:17 | |
*** joearnold has joined #openstack | 23:18 | |
*** Skutster has joined #openstack | 23:19 | |
*** e1mer has joined #openstack | 23:19 | |
*** alekibango has quit IRC | 23:20 | |
*** Skut has quit IRC | 23:20 | |
*** ghassen has left #openstack | 23:20 | |
*** alekibango has joined #openstack | 23:21 | |
*** nphase has quit IRC | 23:25 | |
*** salgado has quit IRC | 23:26 | |
BLZbubba | is there an easy way to clean up images from the compute nodes' /var/lib/nova/instances/_base directory? | 23:27 |
BLZbubba | or for now should i just manually compare the contents with what is in glance index | 23:28 |
*** Buhi9H has quit IRC | 23:30 | |
dev_ | hey guys i'm really desperate for help | 23:31 |
dev_ | this is the 3rd reinstallation I do | 23:31 |
dev_ | my host can't ping the vms | 23:31 |
dev_ | It doesn't even allow me to create floating IPs it returns 500 | 23:32 |
dev_ | ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) | 23:32 |
warik | any swift-recon user in here? | 23:33 |
*** ryanpetrello has joined #openstack | 23:40 | |
*** joearnold has quit IRC | 23:42 | |
*** mrjazzcat has quit IRC | 23:42 | |
*** alop has quit IRC | 23:43 | |
*** stimble has quit IRC | 23:43 | |
*** ryanpetrello has quit IRC | 23:45 | |
*** anderstj has quit IRC | 23:48 | |
*** Blackavar has joined #openstack | 23:51 | |
*** mrjazzcat has joined #openstack | 23:55 | |
*** rmartinelli has quit IRC | 23:55 | |
*** elomar has joined #openstack | 23:56 | |
*** troytoman is now known as troytoman-away | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!