*** jackh has joined #openstack | 00:02 | |
*** CristianDM has quit IRC | 00:03 | |
*** dtroyer_zzz is now known as dtroyer | 00:04 | |
*** CristianDM has joined #openstack | 00:04 | |
*** albert23 has left #openstack | 00:05 | |
*** maplebed has quit IRC | 00:07 | |
*** dtroyer is now known as dtroyer_zzz | 00:09 | |
*** jdpond has left #openstack | 00:09 | |
*** jgriffith has quit IRC | 00:10 | |
*** edygarcia has joined #openstack | 00:11 | |
*** bsza has quit IRC | 00:18 | |
*** sdake has joined #openstack | 00:18 | |
*** ryanpetrello has joined #openstack | 00:19 | |
*** osier_ has joined #openstack | 00:19 | |
*** MarkAtwood has quit IRC | 00:22 | |
*** osier has quit IRC | 00:23 | |
*** joearnol_ has quit IRC | 00:26 | |
*** fukushima has quit IRC | 00:27 | |
*** issackel_ has quit IRC | 00:31 | |
*** Blackavar has quit IRC | 00:32 | |
*** lloydde has joined #openstack | 00:33 | |
*** wiliam has joined #openstack | 00:39 | |
*** dachary has quit IRC | 00:41 | |
*** s0mik has quit IRC | 00:42 | |
*** johnpostlethwa-1 has quit IRC | 00:42 | |
*** ayoung has joined #openstack | 00:43 | |
*** ayoung has quit IRC | 00:44 | |
*** jackh has quit IRC | 00:48 | |
*** andresambrois has quit IRC | 00:48 | |
*** dubsquared has joined #openstack | 00:48 | |
*** ryanpetrello has quit IRC | 00:48 | |
*** maoy has joined #openstack | 00:50 | |
*** lloydde has quit IRC | 00:52 | |
*** ayoung has joined #openstack | 00:52 | |
arosen | I'm getting: _mysql_exceptions.OperationalError: (1044, "Access denied for user ''@'localhost' to database 'dash'") though if i do mysql -u dash -h localhost -p with my password in /etc/openstack-dashboard/local_settings.py i can login. Any ideas? | 00:53 |
---|---|---|
jeremyb | arosen: localhost!=localhost | 00:54 |
arosen | jeremyb: :? | 00:55 |
arosen | jeremyb: what do you mean sorry? | 00:55 |
jeremyb | arosen: http://dev.mysql.com/doc/refman/5.0/en/connecting.html#id464004 | 00:56 |
arosen | root@controller:/etc/nova# mysql -u dash -p --host=localhost # works aswell. | 00:57 |
jeremyb | oh, actually more relevant: | 00:58 |
jeremyb | the access denied is for a user of '' and db of 'dash'. not user='dash' and no default db | 00:59 |
arosen | ah i see | 00:59 |
arosen | jeremyb: it seems like it's not reading the DATABASES= { .. } from /etc/openstack-dashboard/local_settings.py as this says http://docs.openstack.org/trunk/openstack-compute/install/content/ch_install-dashboard.html | 01:00 |
jeremyb | pastebin your file | 01:00 |
*** Blackavar has joined #openstack | 01:01 | |
*** dwcramer has joined #openstack | 01:02 | |
arosen | http://pastebin.com/6tbzWNWA | 01:02 |
arosen | jeremyb: that's this file exactly: http://docs.openstack.org/trunk/openstack-compute/install/content/local-settings-py-file.html | 01:02 |
*** ryanpetrello has joined #openstack | 01:05 | |
*** littleidea has quit IRC | 01:11 | |
*** ChiTo has joined #openstack | 01:11 | |
ChiTo | Hi everybody | 01:11 |
warik | notmyname: hi, you there? | 01:11 |
notmyname | warik: that depends ;-) | 01:12 |
ChiTo | I am trying to deploy a vlanmanager model and when i try to make the nova-manage network create the bridge and the vlans are not creating via brctl addbr :( | 01:12 |
warik | notmyname: ahah! | 01:12 |
ChiTo | do you have some idea why the bridge is not created immediately after the nova-manage network create? i even saw the linux_net.py but it seems the method ensure_bridge is not called | 01:12 |
*** leifmadsen has quit IRC | 01:13 | |
warik | notmyname: quick question, does "swift -A http://ip_keystone_server:8888/auth/v1.0 -U tenant:admin -K keytone_token stat" should work under swift 1.4.8? | 01:14 |
*** anderstj has joined #openstack | 01:15 | |
notmyname | warik: there is nothing that has changed in swift w.r.t. auth integration | 01:15 |
notmyname | warik: did that work for you in a different version of swift and it's not working now? | 01:16 |
warik | it was working under swift 1.4.3, I just upgraded to 1.4.8 | 01:16 |
warik | so I wonder | 01:16 |
notmyname | warik: swift was the only thing that you changed? | 01:17 |
warik | notmyname: I upgraded to essex as well. the things is, under Horizon I can create/browse containers just fine | 01:17 |
*** Gordonz has joined #openstack | 01:18 | |
warik | but the swift commant itself! | 01:18 |
warik | that's my problem | 01:18 |
warik | :) | 01:18 |
notmyname | warik: can we step through it with curl together to see where the problem is? | 01:18 |
warik | notmyname: sure! | 01:19 |
warik | notmyname: what do you want me to curl ? | 01:19 |
*** macneib has joined #openstack | 01:19 | |
notmyname | warik: first, auth to keystone (fortunately, you are using the 1.0 syntax it looks like): curl -i -H "X-Auth-User: tenant:admin" -H "X-Auth-Key: keystone_token" http://ip_keystone_server:8888/auth/v1.0 | 01:20 |
*** littleidea has joined #openstack | 01:20 | |
notmyname | I don't know the 2.0 keystone stuff off the top of my head | 01:20 |
*** Gordonz has quit IRC | 01:21 | |
warik | notmyname: curl with the 2.0 keystone http://pastie.org/3923369 | 01:21 |
notmyname | warik: ok, so that's working for you? | 01:22 |
warik | the curl command with 2.0 keystone works just fine yes | 01:23 |
notmyname | warik: the swift binary uses auth 1.0 by default. you can make it use 2.0 with the -2 flag (I think. check with --help) | 01:23 |
*** Gordonz has joined #openstack | 01:24 | |
warik | notmyname: you are talking about the swift command right ? | 01:25 |
notmyname | ya | 01:25 |
notmyname | so the fix may be as simple as telling the bin/swift tool to use v2.0 auth | 01:25 |
notmyname | warik: ^ | 01:25 |
warik | notmyname: i don't see any reference about the 2.0 in the swift help commanf | 01:26 |
warik | command | 01:26 |
*** reed has quit IRC | 01:27 | |
*** Gordonz has quit IRC | 01:27 | |
notmyname | warik: -V AUTH_VERSION, --auth-version=AUTH_VERSION | 01:27 |
notmyname | warik: use "-V 2.0" | 01:27 |
warik | notmyname: ok, i tried, still 401.. weird. good catch for the -V | 01:29 |
*** jdpond has joined #openstack | 01:29 | |
*** dwcramer has quit IRC | 01:29 | |
*** clopez has quit IRC | 01:29 | |
*** dubsquared has quit IRC | 01:29 | |
*** MyAzhax_ has quit IRC | 01:30 | |
notmyname | warik: well, back to curl, then the next command would be to use the endpoint and auth token to make sure swift works: `curl -i -H "0765acf7a3334a249a42781a2b5da7e1" http://10.38.8.6:8888/v1/AUTH_0765acf7a3334a249a42781a2b5da7e1` | 01:30 |
notmyname | warik: (I'm not sure which token to use there (my ignorance with keystone) | 01:31 |
warik | notmyname: let me try couple things | 01:32 |
*** dwcramer has joined #openstack | 01:32 | |
*** ejat has joined #openstack | 01:33 | |
warik | notmyname: the token after H is suppose to be the keystone token? | 01:33 |
mnaser | notmyname: isnt that an invalid header? shouldnt it be something: .. ? | 01:33 |
mnaser | if its the auth token then it should be -H 'X-Auth-Token: ...' | 01:34 |
notmyname | oh yeah. typo. should be '-H "X-Auth-Token: <token here>"' | 01:34 |
*** sae has joined #openstack | 01:34 | |
warik | ah ok | 01:34 |
warik | curl -i -H "X-Auth-Token: 0765acfc2e3569ed0b940418d8f8af12" http://10.38.8.6:8888/v1/AUTH_c2e3569ed0b940418d8fe53988c8af12 | 01:35 |
warik | i am getting 401.. | 01:35 |
*** mhzarei has joined #openstack | 01:35 | |
*** ChiTo has quit IRC | 01:36 | |
mnaser | warik: according to your pastebin earlier | 01:36 |
mnaser | c2e3569ed0b940418d8fe53988c8af12 is your token | 01:36 |
mnaser | 076…. is your tenant id | 01:36 |
warik | alright, sorry I am getting confused.. testing now | 01:37 |
mnaser | np | 01:37 |
mnaser | though once you get auth working, i cant help you because i know nothing about swift :p | 01:37 |
warik | mnaser: notmyname : boom, it's working! | 01:37 |
notmyname | warik: cool | 01:37 |
mnaser | 'gratz | 01:37 |
warik | mnaser / notmyname : thanks | 01:38 |
notmyname | mnaser: so the token is the user->id not user->tenant->id? | 01:38 |
mnaser | np | 01:38 |
*** edygarcia has quit IRC | 01:38 | |
mnaser | http://pastie.org/3923369 -- the token in there it under token, the tenant in there basically says this token allways you to authorize for that specific tenant | 01:38 |
mnaser | the id in tenant is the tenant id (to make the calls) | 01:39 |
warik | notmyname/ mnaser : do you know how can I use the swift command to make a call to the api? | 01:39 |
warik | notmyname: we can assume that swift is working correctly right ? | 01:39 |
notmyname | warik: "the api"? | 01:40 |
mnaser | warik: that's about where my openstack knowledge stops, i'm a nova/compute guy :) | 01:40 |
warik | mnaser: no worries! thanks a ton | 01:40 |
warik | notmyname: i mean, I would like to use the swift command | 01:40 |
*** anderstj has quit IRC | 01:42 | |
*** littleidea has quit IRC | 01:42 | |
notmyname | warik: ya, look at the output of "swift --help". that should get you started (eg swift list or whatever) | 01:42 |
warik | notmyname: yep! I looked at it. I am just wondering if the url http://10.38.8.6:8888/auth/v1.0 is the right one | 01:47 |
*** lloydde has joined #openstack | 01:47 | |
notmyname | warik: I don't know what the "right" keystone endpoint is | 01:48 |
warik | notmyname: ah! so i do need to ask the Keystone url first | 01:48 |
*** MarkAtwood has joined #openstack | 01:49 | |
notmyname | warik: provide the keystone URL with -A to the swift cli tool | 01:49 |
warik | notmyname: got it! thanks for your help, that was really helpful! | 01:50 |
*** JJoa has joined #openstack | 01:53 | |
*** nerd-alert has joined #openstack | 01:53 | |
*** rnorwood has joined #openstack | 01:53 | |
*** JJoa has quit IRC | 01:53 | |
*** edygarcia has joined #openstack | 01:58 | |
*** adjohn has quit IRC | 02:00 | |
*** KavanS has quit IRC | 02:01 | |
*** MarkAtwood has left #openstack | 02:02 | |
*** rnorwood has quit IRC | 02:02 | |
*** tuf8 has joined #openstack | 02:03 | |
*** rnorwood has joined #openstack | 02:04 | |
*** lloydde has quit IRC | 02:05 | |
*** anderstj has joined #openstack | 02:05 | |
*** littleidea has joined #openstack | 02:06 | |
*** oubiwann has quit IRC | 02:09 | |
*** anderstj has quit IRC | 02:11 | |
*** jdurgin has quit IRC | 02:12 | |
*** nigwil has quit IRC | 02:16 | |
*** stimble has quit IRC | 02:16 | |
*** Blackavar has quit IRC | 02:19 | |
*** Blackavar has joined #openstack | 02:20 | |
*** spidersddd has left #openstack | 02:25 | |
*** Blackavar has quit IRC | 02:25 | |
*** Blackavar has joined #openstack | 02:25 | |
*** dubsquared has joined #openstack | 02:26 | |
uvirtbot | New bug: #1000522 in nova "Dom0IptablesFirewallDriver tries to configure dhcp_server rule for -s None" [Medium,In progress] https://launchpad.net/bugs/1000522 | 02:26 |
*** issackel_ has joined #openstack | 02:26 | |
*** issackel_ has quit IRC | 02:28 | |
*** Azhax-v6 has joined #openstack | 02:29 | |
*** nmistry has joined #openstack | 02:30 | |
*** ryanpetrello has quit IRC | 02:30 | |
*** jog0 has joined #openstack | 02:30 | |
*** _unicell has quit IRC | 02:32 | |
*** dtroyer_zzz is now known as dtroyer | 02:34 | |
*** dwcramer has quit IRC | 02:35 | |
*** jog0 has quit IRC | 02:36 | |
*** edygarcia has quit IRC | 02:43 | |
*** jdpond has quit IRC | 02:44 | |
*** jdpond has joined #openstack | 02:45 | |
*** littleidea has quit IRC | 02:48 | |
*** ryanpetrello has joined #openstack | 02:48 | |
*** dwcramer has joined #openstack | 02:49 | |
*** mrjazzcat has quit IRC | 02:49 | |
*** Blackavar has quit IRC | 02:52 | |
*** Blackavar has joined #openstack | 02:58 | |
*** tserong has joined #openstack | 02:58 | |
*** tserong has quit IRC | 02:58 | |
*** tserong has joined #openstack | 02:59 | |
*** philips has quit IRC | 02:59 | |
*** jackh has joined #openstack | 02:59 | |
*** milner has quit IRC | 02:59 | |
*** mhzarei has quit IRC | 02:59 | |
*** milner has joined #openstack | 02:59 | |
*** milner_ has joined #openstack | 03:00 | |
*** philips has joined #openstack | 03:02 | |
*** dprince has quit IRC | 03:02 | |
CristianDM | Any with experience into openvswitch? | 03:03 |
*** milner has quit IRC | 03:04 | |
*** shang has quit IRC | 03:06 | |
*** bharata has joined #openstack | 03:07 | |
*** stimble has joined #openstack | 03:10 | |
*** hunglin has joined #openstack | 03:14 | |
*** ywu has joined #openstack | 03:14 | |
*** ryanpetrello has quit IRC | 03:15 | |
*** Guest24912 has quit IRC | 03:18 | |
*** paulmillar has joined #openstack | 03:22 | |
*** eglynn has quit IRC | 03:22 | |
*** Ryan_Lane has joined #openstack | 03:23 | |
*** Ryan_Lane has quit IRC | 03:23 | |
*** Ryan_Lane has joined #openstack | 03:23 | |
*** jog0 has joined #openstack | 03:24 | |
*** fukushima has joined #openstack | 03:28 | |
*** cryptk|offline is now known as cryptk | 03:29 | |
*** shang has joined #openstack | 03:29 | |
*** ywu has quit IRC | 03:30 | |
*** jog0 has quit IRC | 03:31 | |
*** eglynn has joined #openstack | 03:32 | |
*** edygarcia has joined #openstack | 03:36 | |
*** rnorwood has quit IRC | 03:44 | |
nerd-alert | i can maybe help christian | 03:46 |
*** s0mik has joined #openstack | 03:47 | |
nerd-alert | know ovs fairly well | 03:47 |
nerd-alert | anyone know what "Injected File Content Bytes" is? | 03:47 |
jeremyb | CristianDM: ^ | 03:47 |
*** lloydde has joined #openstack | 03:48 | |
nerd-alert | its a quota option but nothing on the google | 03:48 |
nerd-alert | sounds magical tho | 03:49 |
*** Blackavar has quit IRC | 03:50 | |
*** Entonian has joined #openstack | 03:51 | |
*** Entonian has quit IRC | 03:54 | |
*** vrturbo has joined #openstack | 03:57 | |
vrturbo | hi all, having problems with instance builds using qemu, getting stuck on the build proccess at Scheduling | 03:59 |
*** unicell has joined #openstack | 03:59 | |
*** edygarcia has quit IRC | 04:00 | |
*** localhost has joined #openstack | 04:01 | |
*** Blackavar has joined #openstack | 04:01 | |
*** B1ackavar has joined #openstack | 04:04 | |
*** fukushima has quit IRC | 04:05 | |
*** Blackavar has quit IRC | 04:05 | |
vrturbo | Anyone have any ideas ? | 04:06 |
*** jackh has quit IRC | 04:11 | |
*** fukushima has joined #openstack | 04:13 | |
*** vincentricci has left #openstack | 04:14 | |
*** B1ackavar has quit IRC | 04:15 | |
*** dwcramer has quit IRC | 04:17 | |
*** lloydde has quit IRC | 04:18 | |
*** lloydde has joined #openstack | 04:19 | |
*** littleidea has joined #openstack | 04:20 | |
*** littleidea has quit IRC | 04:20 | |
*** julian_c has joined #openstack | 04:21 | |
*** lloydde has quit IRC | 04:23 | |
*** Blackavar has joined #openstack | 04:25 | |
*** Blackavar has quit IRC | 04:32 | |
*** s0mik has quit IRC | 04:34 | |
*** bharata has quit IRC | 04:34 | |
*** adjohn has joined #openstack | 04:36 | |
*** garyk has quit IRC | 04:37 | |
*** Blackavar has joined #openstack | 04:39 | |
*** CristianDM has quit IRC | 04:42 | |
*** oubiwann has joined #openstack | 04:44 | |
*** Blackavar has quit IRC | 04:44 | |
*** vrturbo has left #openstack | 04:46 | |
*** shang has quit IRC | 04:47 | |
*** dtroyer is now known as dtroyer_zzz | 04:47 | |
*** shang has joined #openstack | 04:47 | |
*** bharata has joined #openstack | 04:48 | |
*** s0mik has joined #openstack | 04:50 | |
*** oubiwann is now known as prakasha-bot | 04:55 | |
*** joearnold has joined #openstack | 04:58 | |
*** mnewby has quit IRC | 04:58 | |
*** prakasha-bot is now known as oubiwann | 04:59 | |
*** Azhax-v6 has quit IRC | 04:59 | |
*** Blackavar has joined #openstack | 04:59 | |
*** Azhax-v6 has joined #openstack | 04:59 | |
*** miclorb has joined #openstack | 05:00 | |
*** warik has quit IRC | 05:02 | |
*** shang_ has joined #openstack | 05:07 | |
*** reed has joined #openstack | 05:08 | |
*** clauden__ has quit IRC | 05:17 | |
*** hunglin has quit IRC | 05:18 | |
*** nerd-alert has left #openstack | 05:23 | |
*** ondergetekende has joined #openstack | 05:23 | |
*** hermy is now known as hermy|away | 05:24 | |
*** adjohn has quit IRC | 05:24 | |
*** nerd-alert has joined #openstack | 05:26 | |
*** nerd-alert has left #openstack | 05:27 | |
*** mnaser has quit IRC | 05:28 | |
*** justinsb has joined #openstack | 05:32 | |
*** nerd-alert has joined #openstack | 05:32 | |
*** livemoon has joined #openstack | 05:33 | |
*** nerd-alert has left #openstack | 05:33 | |
*** nerdalert has joined #openstack | 05:33 | |
*** adjohn has joined #openstack | 05:34 | |
*** mnaser has joined #openstack | 05:34 | |
*** dubsquared has quit IRC | 05:38 | |
*** miclorb has quit IRC | 05:41 | |
*** anderstj has joined #openstack | 05:41 | |
*** ejat has quit IRC | 05:46 | |
*** sebastianstadil has quit IRC | 05:46 | |
*** maoy has quit IRC | 05:46 | |
*** sebastianstadil has joined #openstack | 05:47 | |
*** joearnold has quit IRC | 05:52 | |
uvirtbot | New bug: #1000571 in nova "Associate an already associated Floating IP to server is returning 500 error code" [Undecided,New] https://launchpad.net/bugs/1000571 | 05:56 |
*** jog0 has joined #openstack | 05:57 | |
*** the-newsman has joined #openstack | 05:58 | |
*** garyk has joined #openstack | 06:00 | |
*** williamherry has joined #openstack | 06:00 | |
*** jog0 has quit IRC | 06:01 | |
*** hattwick has quit IRC | 06:01 | |
williamherry | vnetx been created when i boot instance, can some one tell me how those interface created, can I create one suck interface manually with some command? | 06:02 |
*** Ryan_Lane has quit IRC | 06:05 | |
*** vladdy has quit IRC | 06:06 | |
*** Karmaon has quit IRC | 06:06 | |
*** s0mik has quit IRC | 06:07 | |
*** rocambole has joined #openstack | 06:10 | |
uvirtbot | New bug: #1000580 in quantum "Quantum Linux Bridge interface driver plug operation fails with RTNETLINK error" [High,In progress] https://launchpad.net/bugs/1000580 | 06:11 |
the-newsman | any1 here alive ? | 06:12 |
*** mindpixel has joined #openstack | 06:15 | |
*** adjohn has quit IRC | 06:17 | |
*** mindpixel has quit IRC | 06:17 | |
*** anderstj has quit IRC | 06:20 | |
*** mindpixel has joined #openstack | 06:23 | |
*** mancdaz has quit IRC | 06:25 | |
*** sae has quit IRC | 06:29 | |
*** sae has joined #openstack | 06:31 | |
*** remus_ has joined #openstack | 06:32 | |
*** nmistry has quit IRC | 06:35 | |
*** vladdy has joined #openstack | 06:35 | |
*** dachary has joined #openstack | 06:37 | |
*** longhudou has joined #openstack | 06:38 | |
*** pmezard has joined #openstack | 06:38 | |
*** alex88 has joined #openstack | 06:38 | |
*** alex88 has joined #openstack | 06:38 | |
alex88 | hi guys, i've successfully created an instance and assigned a floating ip, in iptables i can see "-A nova-network-PREROUTING -d 94.23.x.x/32 -j DNAT --to-destination 192.168.4.34" and i can access 192.168.4.34 from the host machine, but dnat seems to not work, any idea? | 06:45 |
*** sae has quit IRC | 06:46 | |
*** livemoon has quit IRC | 06:46 | |
*** the-newsman has left #openstack | 06:47 | |
*** sae has joined #openstack | 06:48 | |
*** joearnold has joined #openstack | 06:49 | |
*** joearnold has quit IRC | 06:49 | |
*** joearnold has joined #openstack | 06:49 | |
*** joearnold has quit IRC | 06:49 | |
*** FlorianOtel has quit IRC | 06:50 | |
ohadlevy | troytoman-away: ping | 06:51 |
*** fukushima has quit IRC | 06:52 | |
*** b1rkh0ff has joined #openstack | 06:52 | |
*** bharata has quit IRC | 06:53 | |
*** ejat has joined #openstack | 06:53 | |
*** fukushima has joined #openstack | 06:54 | |
*** never2far has joined #openstack | 06:54 | |
*** longhudou has quit IRC | 06:57 | |
*** joearnold has joined #openstack | 06:57 | |
alex88 | these are the iptables if someone have time http://pastebin.com/zN3k268W | 06:59 |
alex88 | i've seen that neither the vm can access internet | 07:00 |
*** prakasha-log_ has joined #openstack | 07:00 | |
alex88 | gateway is correctly set | 07:00 |
alex88 | do i need ip_forward? | 07:01 |
*** FlorianOtel has joined #openstack | 07:02 | |
uvirtbot | New bug: #1000608 in keystone "Backslash continuation removal (Keystone folsom-1)" [Undecided,New] https://launchpad.net/bugs/1000608 | 07:06 |
*** davepigott has joined #openstack | 07:08 | |
*** bharata has joined #openstack | 07:09 | |
*** fukushima has quit IRC | 07:13 | |
*** GheAway is now known as GheRivero | 07:14 | |
*** reidrac has joined #openstack | 07:14 | |
*** dnaori has joined #openstack | 07:15 | |
*** longhudou has joined #openstack | 07:15 | |
uvirtbot | New bug: #1000609 in keystone "Deleting the 'admin' project in dashboard leads to TypeError: argument of type 'NoneType' is not iterable" [Undecided,New] https://launchpad.net/bugs/1000609 | 07:15 |
FlorianOtel | Anyone a suggestion how this bug can be backported to older installs https://bugs.launchpad.net/keystone/+bug/995976 | 07:17 |
FlorianOtel | my keystone client only outputs a "printt" and nothing else :( | 07:18 |
FlorianOtel | hmm | 07:18 |
*** sante has joined #openstack | 07:20 | |
FlorianOtel | Answer to my own Q: This applies patch applies nicely to Essex code and works https://launchpadlibrarian.net/104576486/replace-printt.diff | 07:26 |
*** fukushima has joined #openstack | 07:27 | |
*** zynzel_ is now known as zynzel | 07:27 | |
alex88 | got it, vm was outside fixed ip range | 07:36 |
alex88 | strange | 07:36 |
*** livemoon has joined #openstack | 07:37 | |
*** FlorianOtel has quit IRC | 07:39 | |
*** FlorianOtel has joined #openstack | 07:40 | |
*** dachary has quit IRC | 07:40 | |
*** Stackops-Jorge has joined #openstack | 07:40 | |
*** tjikkun has quit IRC | 07:43 | |
uvirtbot | New bug: #1000636 in glance "Backslash continuation removal (Glance folsom-1)" [Undecided,New] https://launchpad.net/bugs/1000636 | 07:46 |
alex88 | someone had this problem "cloud-init-nonet waiting 120 seconds for a network device" and vm doesn't boot? | 07:47 |
*** uksysadmin has joined #openstack | 07:49 | |
*** mancdaz has joined #openstack | 07:50 | |
*** tjikkun has joined #openstack | 07:51 | |
*** tjikkun has joined #openstack | 07:51 | |
*** hattwick has joined #openstack | 07:59 | |
*** nacx has joined #openstack | 08:03 | |
*** rendar has joined #openstack | 08:06 | |
*** joearnold has quit IRC | 08:10 | |
*** derekh has joined #openstack | 08:15 | |
*** nacx has quit IRC | 08:17 | |
*** pixelbeat has joined #openstack | 08:20 | |
*** asavu has joined #openstack | 08:21 | |
*** adjohn has joined #openstack | 08:22 | |
*** gasbakid__ has joined #openstack | 08:22 | |
*** darraghb has joined #openstack | 08:23 | |
*** nigwil has joined #openstack | 08:23 | |
*** gasbakid has quit IRC | 08:24 | |
*** stimble has quit IRC | 08:28 | |
*** nacx has joined #openstack | 08:30 | |
*** ejat has quit IRC | 08:33 | |
*** shaibn has joined #openstack | 08:37 | |
*** vincentricci has joined #openstack | 08:38 | |
*** epim has quit IRC | 08:39 | |
*** vincentricci has quit IRC | 08:39 | |
*** mancdaz_ has joined #openstack | 08:41 | |
*** mancdaz_ has quit IRC | 08:41 | |
*** dachary has joined #openstack | 08:44 | |
*** mancdaz has quit IRC | 08:45 | |
*** dachary has quit IRC | 08:54 | |
*** ethen has joined #openstack | 08:55 | |
*** mancdaz has joined #openstack | 08:55 | |
*** eglynn has quit IRC | 08:57 | |
*** dachary has joined #openstack | 08:59 | |
*** ethen has quit IRC | 09:00 | |
*** eglynn has joined #openstack | 09:00 | |
*** dachary has quit IRC | 09:03 | |
*** kozze89 has left #openstack | 09:05 | |
*** bbcmicrocomputer has joined #openstack | 09:07 | |
*** jackh has joined #openstack | 09:08 | |
*** Trixboxer has joined #openstack | 09:10 | |
*** adjohn has quit IRC | 09:10 | |
*** epim has joined #openstack | 09:13 | |
*** supriya has joined #openstack | 09:15 | |
*** nerdalert has quit IRC | 09:15 | |
*** dachary has joined #openstack | 09:16 | |
*** miclorb has joined #openstack | 09:21 | |
trapni | alex88: yes. in my case it was due to nova trying to associate multiple nova networks to my VM -> it got none. | 09:29 |
*** gus_m has joined #openstack | 09:30 | |
uvirtbot | New bug: #1000673 in nova "Aggressive validation for security group names in Nova EC2 API" [Undecided,New] https://launchpad.net/bugs/1000673 | 09:31 |
alex88 | trapni, a reboot did the trick :) i had only 1 network | 09:32 |
*** gus_m has quit IRC | 09:40 | |
*** mancdaz has quit IRC | 09:40 | |
*** mancdaz_ has joined #openstack | 09:40 | |
*** jackh has quit IRC | 09:40 | |
*** gasbakid__ has quit IRC | 09:43 | |
*** miclorb has quit IRC | 09:45 | |
*** miclorb has joined #openstack | 09:48 | |
*** gasbakid has joined #openstack | 09:48 | |
*** eglynn has quit IRC | 09:50 | |
*** albert23 has joined #openstack | 09:53 | |
*** livemoon has quit IRC | 09:58 | |
*** shang_ has quit IRC | 10:03 | |
*** dachary has quit IRC | 10:05 | |
*** livemoon has joined #openstack | 10:05 | |
*** eglynn has joined #openstack | 10:14 | |
*** pretec has joined #openstack | 10:17 | |
uvirtbot | New bug: #994935 in nova "Deleting Flavor currently in use by instance creates error" [Undecided,New] https://launchpad.net/bugs/994935 | 10:17 |
*** b1rkh0ff has quit IRC | 10:21 | |
*** sae has quit IRC | 10:25 | |
*** myz_ has joined #openstack | 10:25 | |
myz_ | Hello; I have installed OpenStack Essex on Ubuntu Precise, then I've created two images 'one Linux and the other is Windows' and upladed them to the cloud imaging service, the Linux image launched successfuly without any problem, while the Windows image just give me 'Error Spawning' | 10:29 |
myz_ | any ideas?? | 10:29 |
*** wiliam has quit IRC | 10:33 | |
*** b1rkh0ff has joined #openstack | 10:35 | |
*** miclorb has quit IRC | 10:35 | |
uvirtbot | New bug: #1000692 in devstack "nova.conf needs well organized" [Undecided,New] https://launchpad.net/bugs/1000692 | 10:36 |
*** bharata has quit IRC | 10:37 | |
*** dachary has joined #openstack | 10:37 | |
*** supriya has quit IRC | 10:43 | |
*** williamherry has quit IRC | 10:45 | |
*** williamherry has joined #openstack | 10:47 | |
*** mohits has joined #openstack | 10:48 | |
*** supriya has joined #openstack | 10:49 | |
*** flaviamissi has quit IRC | 10:50 | |
*** asavu has quit IRC | 10:56 | |
*** arBmind has joined #openstack | 10:57 | |
*** dolphm has joined #openstack | 11:02 | |
*** dachary has quit IRC | 11:03 | |
*** bsza has joined #openstack | 11:04 | |
*** ondergetekende has quit IRC | 11:07 | |
*** supriya has quit IRC | 11:09 | |
*** ondergetekende has joined #openstack | 11:10 | |
*** jdpond has left #openstack | 11:11 | |
*** uksysadmin has quit IRC | 11:11 | |
*** jdpond has joined #openstack | 11:12 | |
*** sebastianstadil_ has joined #openstack | 11:13 | |
*** sebastianstadil_ has quit IRC | 11:15 | |
*** sebastianstadil_ has joined #openstack | 11:15 | |
*** sebastianstadil has quit IRC | 11:15 | |
*** sebastianstadil_ is now known as sebastianstadil | 11:15 | |
*** sebastianstadil has joined #openstack | 11:16 | |
jdpond | OK, I installed using the Essex/Ubuntu instructions. Come up with a weird bridge: IP address for virbr0: 192.168.122.1, which, from what I can tell is being set up by nova. Any ideas why? | 11:17 |
jdpond | Or maybe horizon, can't tell. | 11:17 |
myz_ | it is not weired at all | 11:17 |
myz_ | this is libvirt default network | 11:17 |
*** marrusl has joined #openstack | 11:18 | |
myz_ | you can disable it to start manually # virsh net-autostart --disable default | 11:18 |
*** sebastianstadil has quit IRC | 11:18 | |
*** dolphm has quit IRC | 11:18 | |
myz_ | jdpond: look at the answer | 11:20 |
*** dachary has joined #openstack | 11:20 | |
*** supriya has joined #openstack | 11:20 | |
*** ozstacker has quit IRC | 11:26 | |
*** ozstacker has joined #openstack | 11:26 | |
jdpond | myz_: Got "Network default unmarked as autostarted" Just curious, why was it autostarted anyway for this installation? Should it be documented to disable? | 11:26 |
*** dachary has quit IRC | 11:26 | |
*** livemoon has quit IRC | 11:30 | |
*** Mkenneth has quit IRC | 11:34 | |
*** shaibn has quit IRC | 11:35 | |
*** wiliam has joined #openstack | 11:37 | |
jdpond | myz_: Thanks, that solved the extraneous bridge after reboot, but does anyone know if that default network is needed? If not, should probably be disabled in the instructions. Testing now, but don't know potential other impacts. | 11:42 |
*** legkodymov has joined #openstack | 11:42 | |
myz_ | jdpond: There will be no impact as long as you set the bridge in nova.conf into the bridge that you manually configured for your installation | 11:44 |
myz_ | jdpond: this manually configured bridge usually named 'br0' | 11:45 |
jdpond | myz_. I manually configured br100 - is that a mistake? | 11:45 |
*** dolphm_ has joined #openstack | 11:45 | |
jdpond | To eth1. Noticed that bridge was automatically created when I booted and instance. | 11:47 |
*** salgado has joined #openstack | 11:47 | |
myz_ | jdpond: Actually the name of the bridge is not important as long as the manually configured bridge name matches nova.conf ''--bridge' key | 11:47 |
myz_ | yup that is a normal behaviour | 11:47 |
myz_ | jdpond: sorry for bad english :) | 11:48 |
*** asavu has joined #openstack | 11:48 | |
jdpond | myz_: First, thanks for the help - I owe you one and your english if fine! So manually configuring br100 in the interfaces file shouldn't conflict with the automatic generation at time of instance boot? Should I update the comments in the documentation with this information or am I the only one affected? | 11:49 |
jdpond | s/if/is/ | 11:49 |
*** marrusl_ has joined #openstack | 11:50 | |
myz_ | jdpond: pastebin your bridge configuration | 11:52 |
myz_ | is there is anybody online with successful windwos instance on OpenStack????!!! | 11:56 |
*** dachary has joined #openstack | 11:57 | |
*** asavu has quit IRC | 12:00 | |
dnaori | myz_, i do | 12:03 |
*** troytoman-away is now known as troytoman | 12:03 | |
*** marrusl_ has quit IRC | 12:04 | |
troytoman | ohadlevy:yes? | 12:04 |
zykes- | dnaori: got a guide on images ? | 12:05 |
*** davepigott has quit IRC | 12:05 | |
*** Mkenneth has joined #openstack | 12:05 | |
*** dachary has quit IRC | 12:05 | |
*** dolphm_ has quit IRC | 12:05 | |
ohadlevy | troytoman: are you the right person for melange q? :) | 12:06 |
*** davepigott has joined #openstack | 12:06 | |
jdpond | myz_: http://pastebin.com/EtgxV2cj. I know, need to modify broadcast, but I think this is working. | 12:07 |
troytoman | ohadlevy: hopefully :-) jkoelker is also a good resource | 12:07 |
ohadlevy | troytoman: would an rest api for manipulating dhcp interest you? | 12:07 |
ohadlevy | troytoman: or thats outside of its scope? | 12:07 |
jdpond | I'm running to meeting - won't be avail for about 1.5 hours - will check log when I return. myz_ - seriously, thanks for the help. | 12:07 |
troytoman | ohadlevy: there has been some interest around that area, yes | 12:07 |
*** jdpond has quit IRC | 12:08 | |
*** never2far has quit IRC | 12:08 | |
troytoman | ohadlevy: we're sorting out how that best fits as we look at folding melange functionality into quantum | 12:08 |
ohadlevy | troytoman: http://theforeman.org/projects/smart-proxy/wiki/API | 12:08 |
*** kbringard has joined #openstack | 12:09 | |
ohadlevy | troytoman: yes i know :) | 12:09 |
troytoman | ohadlevy: thanks. i'll take a look | 12:09 |
rgirod | myz_: I too have deployed a Windows instance | 12:09 |
myz_ | dnaori & rgirod :is there is any special modification to Windows image before being able to host it on Openstack installation | 12:09 |
ohadlevy | troytoman: documentation is a bit laking, but its working in production for quite a long time | 12:09 |
dnaori | myz_, http://docs.openstack.org/trunk/openstack-compute/admin/content/creating-a-windows-image.html | 12:10 |
*** maoy has joined #openstack | 12:10 | |
dnaori | zykes-, ^ | 12:10 |
myz_ | dnaori & rgirod: Openstack stuck in 'Spawning' and returns an Error | 12:10 |
dnaori | paste the error | 12:11 |
*** hggdh has joined #openstack | 12:12 | |
myz_ | dnaori: I've been reading from a different link, but thanks for this one, I will check it | 12:12 |
*** msavy has joined #openstack | 12:12 | |
dnaori | myz_, np | 12:13 |
*** legkodymov has quit IRC | 12:15 | |
*** ahasenack has joined #openstack | 12:17 | |
*** mohits has quit IRC | 12:18 | |
*** julian_c has quit IRC | 12:19 | |
*** livemoon has joined #openstack | 12:19 | |
*** dnaori has quit IRC | 12:22 | |
*** never2far has joined #openstack | 12:22 | |
*** eneabio has joined #openstack | 12:24 | |
eneabio | I have a problem with "glance add": Failed to add image. Got error: | 12:24 |
eneabio | The request returned a 413 Request Entity Too Large. This generally means that rate limiting or a quota threshold was breached. | 12:24 |
eneabio | The response body: | 12:24 |
eneabio | 413 Request Entity Too Large | 12:24 |
eneabio | The body of your request was too large for this server. | 12:24 |
eneabio | Image storage media is full: There is not enough disk space on the image storage media. | 12:24 |
eneabio | Note: Your image metadata may still be in the registry, but the image's status will likely be 'killed'. | 12:25 |
eneabio | What's the problem? | 12:25 |
*** veet has joined #openstack | 12:26 | |
*** livemoon has quit IRC | 12:26 | |
*** dachary has joined #openstack | 12:27 | |
kbringard | I assume you have enough room to store the image? | 12:28 |
*** roge has joined #openstack | 12:28 | |
veet | Hi! I installed Ubuntu MaaS server, but I have Internal Server Error on http://my.ip.address//MAAS. | 12:30 |
veet | Can you help me with this problem? | 12:32 |
eneabio | yes | 12:35 |
*** dnaori has joined #openstack | 12:36 | |
*** flaviamissi has joined #openstack | 12:37 | |
*** dwcramer has joined #openstack | 12:38 | |
veet | eneabio, help please. What should I do? | 12:39 |
*** dachary has quit IRC | 12:40 | |
*** Stackops-Jorge has quit IRC | 12:41 | |
webvictim | he wasn't replying to you, sadlyh. | 12:41 |
webvictim | *sadly. | 12:41 |
*** lorin1 has joined #openstack | 12:42 | |
*** gus_m has joined #openstack | 12:43 | |
*** h0cin has joined #openstack | 12:43 | |
*** h0cin has joined #openstack | 12:43 | |
*** mohits has joined #openstack | 12:44 | |
*** davidha has quit IRC | 12:44 | |
*** davidha has joined #openstack | 12:44 | |
veet | If someone will help me I will be sooooooo happy, because I spent couple hours to solve it. :) | 12:45 |
kbringard | I don't know much about MaaS, but you're probably not really in the right channel for help with it | 12:46 |
*** ryanpetrello has joined #openstack | 12:46 | |
*** dwcramer has quit IRC | 12:46 | |
*** veet has quit IRC | 12:48 | |
*** supriya has quit IRC | 12:49 | |
uvirtbot | New bug: #994201 in openstack-ci "StackForge user sync is broken" [High,Triaged] https://launchpad.net/bugs/994201 | 12:51 |
*** supriya has joined #openstack | 12:52 | |
*** mohits has quit IRC | 12:53 | |
*** lloydde has joined #openstack | 12:53 | |
*** jackh has joined #openstack | 12:54 | |
*** dolphm has joined #openstack | 12:55 | |
*** mapu has joined #openstack | 12:55 | |
*** cryptk is now known as cryptk|offline | 12:58 | |
*** adalbas has joined #openstack | 12:58 | |
*** dolphm has quit IRC | 12:59 | |
*** ondergetekende has quit IRC | 12:59 | |
*** taihen has quit IRC | 13:00 | |
*** taihen has joined #openstack | 13:00 | |
*** williamherry has quit IRC | 13:00 | |
*** Deathvalley122 has quit IRC | 13:01 | |
*** ryanpetrello has quit IRC | 13:05 | |
*** rods has joined #openstack | 13:06 | |
*** cctrieloff has joined #openstack | 13:06 | |
*** rkukura has quit IRC | 13:08 | |
*** laurent\ has quit IRC | 13:09 | |
*** laurent\ has joined #openstack | 13:09 | |
*** lts has joined #openstack | 13:10 | |
uvirtbot | New bug: #1000739 in keystone "Endpoints created by sample_data.sh are pointing to localhost." [Undecided,New] https://launchpad.net/bugs/1000739 | 13:11 |
*** dprince has joined #openstack | 13:11 | |
*** markmcclain has quit IRC | 13:13 | |
*** dtroyer_zzz is now known as dtroyer | 13:14 | |
*** jgriffith has joined #openstack | 13:14 | |
*** marrusl has quit IRC | 13:14 | |
*** marrusl has joined #openstack | 13:15 | |
*** milner__ has joined #openstack | 13:17 | |
*** milner__ has quit IRC | 13:17 | |
*** milner_ has quit IRC | 13:17 | |
*** milner has joined #openstack | 13:17 | |
*** imsplitbit has joined #openstack | 13:22 | |
*** never2far has quit IRC | 13:22 | |
*** mhzarei has joined #openstack | 13:23 | |
*** maoy has quit IRC | 13:26 | |
*** dwcramer has joined #openstack | 13:26 | |
*** ondergetekende has joined #openstack | 13:27 | |
*** praefect has joined #openstack | 13:28 | |
*** davidha has quit IRC | 13:30 | |
*** davidha has joined #openstack | 13:35 | |
*** edygarcia has joined #openstack | 13:35 | |
*** edygarcia has quit IRC | 13:36 | |
*** marrusl has quit IRC | 13:36 | |
*** marrusl has joined #openstack | 13:36 | |
*** CristianDM has joined #openstack | 13:41 | |
*** gnu111 has joined #openstack | 13:44 | |
*** andrewbogott_ has quit IRC | 13:45 | |
*** andrewbogott_ has joined #openstack | 13:45 | |
*** dwcramer has quit IRC | 13:48 | |
*** rmartinelli has joined #openstack | 13:49 | |
*** andrewsben_zz is now known as andrewsben | 13:49 | |
*** russf has joined #openstack | 13:53 | |
*** rmartinelli has quit IRC | 13:53 | |
*** PerlStalker has joined #openstack | 13:53 | |
*** mhzarei has quit IRC | 13:55 | |
*** rkukura has joined #openstack | 13:55 | |
*** dnaori has quit IRC | 13:56 | |
*** edygarcia has joined #openstack | 13:56 | |
*** lloydde has quit IRC | 13:57 | |
*** troytoman is now known as troytoman-away | 13:57 | |
*** rmartinelli has joined #openstack | 13:58 | |
*** jdpond has joined #openstack | 13:58 | |
*** nphase has joined #openstack | 13:59 | |
*** jackh has quit IRC | 14:00 | |
*** notze has joined #openstack | 14:00 | |
*** esm has joined #openstack | 14:00 | |
*** esm is now known as Guest44139 | 14:01 | |
uvirtbot | New bug: #1000757 in keystone "prettytable 0.6.0 test dependency has bad md5sum in PyPi" [Medium,In progress] https://launchpad.net/bugs/1000757 | 14:01 |
*** ondergetekende has quit IRC | 14:03 | |
*** ryanpetrello has joined #openstack | 14:03 | |
*** jdpond has left #openstack | 14:03 | |
*** hggdh has quit IRC | 14:05 | |
*** GheRivero_ has joined #openstack | 14:06 | |
*** robbiew has joined #openstack | 14:06 | |
*** rnorwood has joined #openstack | 14:08 | |
*** dwcramer has joined #openstack | 14:09 | |
*** Stackops-Jorge has joined #openstack | 14:09 | |
*** davidha has quit IRC | 14:09 | |
*** dolphm has joined #openstack | 14:10 | |
*** markmcclain has joined #openstack | 14:13 | |
*** supriya has quit IRC | 14:13 | |
*** RobertLaptop has joined #openstack | 14:15 | |
*** RobertLaptop has left #openstack | 14:15 | |
*** davidha has joined #openstack | 14:16 | |
*** aliguori has quit IRC | 14:18 | |
*** aliguori_ has joined #openstack | 14:20 | |
*** jdpond has joined #openstack | 14:20 | |
*** cdub has joined #openstack | 14:21 | |
*** maoy has joined #openstack | 14:22 | |
*** hggdh has joined #openstack | 14:22 | |
*** gongys has quit IRC | 14:23 | |
*** z00dax6 has quit IRC | 14:24 | |
*** jcannava has joined #openstack | 14:24 | |
*** z00dax6 has joined #openstack | 14:24 | |
*** z00dax6 is now known as Guest83003 | 14:25 | |
*** byeager has quit IRC | 14:26 | |
tychoish | has anyone done work automating mongodb deployments with openstack? | 14:26 |
uvirtbot | New bug: #1000774 in nova "Reboot fails in XenServer for powered off instance" [Undecided,New] https://launchpad.net/bugs/1000774 | 14:31 |
PerlStalker | tychoish: I've not done it but that sounds like something puppet or chef would help with. | 14:31 |
*** monster_ has joined #openstack | 14:34 | |
*** hggdh has quit IRC | 14:34 | |
*** lloydde has joined #openstack | 14:35 | |
*** anticw has quit IRC | 14:38 | |
*** anticw has joined #openstack | 14:39 | |
*** Maledictus has joined #openstack | 14:40 | |
*** uksysadmin has joined #openstack | 14:40 | |
*** byeager has joined #openstack | 14:40 | |
*** remus_ has quit IRC | 14:40 | |
tychoish | PerlStalker: agreed. | 14:41 |
tychoish | I guess I'm less looking for how to, and more curious if there are people who have done stuff like that (particularly vis a vis auto provisioning with the openstack api) | 14:42 |
uksysadmin | 'sup homies... | 14:42 |
*** Triade has joined #openstack | 14:44 | |
*** hunglin has joined #openstack | 14:44 | |
*** marrusl has quit IRC | 14:45 | |
*** marrusl has joined #openstack | 14:45 | |
*** DavidLevin has quit IRC | 14:45 | |
*** davidha has quit IRC | 14:45 | |
*** dtroyer is now known as dtroyer_zzz | 14:45 | |
*** oubiwann has quit IRC | 14:45 | |
*** davidha has joined #openstack | 14:47 | |
PerlStalker | I'm into day two of my nova problems. | 14:48 |
uksysadmin | FlorianOtel, long time no speak. | 14:48 |
*** DavidLevin has joined #openstack | 14:48 | |
PerlStalker | I have confirmed that the error (TypeError: string indices must be integers, not str) is not an authentication problem. | 14:48 |
*** nerdalert has joined #openstack | 14:49 | |
*** KavanS has joined #openstack | 14:49 | |
*** nerdalert has quit IRC | 14:49 | |
PerlStalker | So here's what I'm seeing when I try to run 'nova --debug list' http://pastebin.com/KVK3Zn4q | 14:50 |
*** nerdalert has joined #openstack | 14:50 | |
*** stuntmachine has joined #openstack | 14:53 | |
*** davidha has quit IRC | 14:55 | |
CristianDM | Hi. I have a doubt. How I can access to the instances with password | 14:55 |
*** marrusl_ has joined #openstack | 14:56 | |
CristianDM | And without key | 14:56 |
*** jackh has joined #openstack | 14:57 | |
*** dtroyer_zzz is now known as dtroyer | 14:57 | |
*** notze has quit IRC | 14:57 | |
*** jj0hns0n_ has joined #openstack | 14:58 | |
*** jj0hns0n has quit IRC | 14:58 | |
*** jj0hns0n_ is now known as jj0hns0n | 14:58 | |
*** supriya has joined #openstack | 15:00 | |
*** Ryan_Lane has joined #openstack | 15:01 | |
*** FlipFlop_ has joined #openstack | 15:02 | |
*** ryanpetrello has quit IRC | 15:02 | |
*** ppradhan has joined #openstack | 15:02 | |
*** markmcclain has quit IRC | 15:04 | |
*** Guest83003 is now known as z00dax6 | 15:04 | |
*** monster__ has joined #openstack | 15:04 | |
*** monster_ has quit IRC | 15:05 | |
*** monster__ is now known as monster_ | 15:05 | |
*** davidha has joined #openstack | 15:06 | |
*** rnirmal has joined #openstack | 15:07 | |
*** reidrac has quit IRC | 15:09 | |
*** freeflying has quit IRC | 15:10 | |
*** freeflying has joined #openstack | 15:11 | |
*** lloydde has quit IRC | 15:11 | |
*** davepigott has quit IRC | 15:11 | |
*** anderstj has joined #openstack | 15:11 | |
*** paulmillar has quit IRC | 15:12 | |
*** Ryan_Lane has quit IRC | 15:12 | |
*** Ryan_Lane has joined #openstack | 15:13 | |
*** Ryan_Lane has quit IRC | 15:13 | |
*** Ryan_Lane has joined #openstack | 15:13 | |
*** sdake has quit IRC | 15:14 | |
*** sdake has joined #openstack | 15:14 | |
PerlStalker | Hopefully easy question. How does one attach an ISO image as a CD to a running instance? | 15:17 |
*** zeus has joined #openstack | 15:17 | |
*** marrusl has quit IRC | 15:18 | |
*** marrusl_ is now known as marrusl | 15:18 | |
*** jackh has quit IRC | 15:19 | |
*** mindpixel has quit IRC | 15:20 | |
*** stimble has joined #openstack | 15:22 | |
*** hggdh has joined #openstack | 15:22 | |
*** jj0hns0n has quit IRC | 15:24 | |
*** mrjazzcat has joined #openstack | 15:25 | |
*** mnewby has joined #openstack | 15:26 | |
*** anderstj has quit IRC | 15:26 | |
*** natea has joined #openstack | 15:26 | |
*** uksysadmin has quit IRC | 15:26 | |
*** notze has joined #openstack | 15:27 | |
*** Blackavar has quit IRC | 15:29 | |
*** Gordonz has joined #openstack | 15:30 | |
*** yazirian has joined #openstack | 15:30 | |
*** yazirian has quit IRC | 15:30 | |
*** yazirian has joined #openstack | 15:31 | |
*** MarkAtwood has joined #openstack | 15:32 | |
*** mnewby has quit IRC | 15:32 | |
*** legkodymov has joined #openstack | 15:32 | |
*** dolphm has quit IRC | 15:32 | |
*** dolphm has joined #openstack | 15:33 | |
*** yazirian has quit IRC | 15:33 | |
*** oubiwann has joined #openstack | 15:33 | |
*** lloydde has joined #openstack | 15:33 | |
*** hub_cap has joined #openstack | 15:33 | |
*** eneabio has left #openstack | 15:34 | |
myz_ | hi guys, I have a problem running windows on Openstack, It instance takes an IP then on 'spawning' state is remains there for ever, any ideas?? | 15:36 |
*** jj0hns0n has joined #openstack | 15:36 | |
*** jedha has quit IRC | 15:36 | |
*** dolphm has quit IRC | 15:37 | |
*** Gordonz has quit IRC | 15:41 | |
*** yazirian has joined #openstack | 15:41 | |
*** Gordonz has joined #openstack | 15:41 | |
uvirtbot | New bug: #1000809 in quantum "unneeded import of ovs_models in OVS agent break 2.4 compat" [Medium,New] https://launchpad.net/bugs/1000809 | 15:41 |
*** Blackavar has joined #openstack | 15:41 | |
*** yazirian has quit IRC | 15:41 | |
*** vitiho has quit IRC | 15:43 | |
*** yazirian has joined #openstack | 15:45 | |
*** lloydde has quit IRC | 15:45 | |
*** lloydde has joined #openstack | 15:45 | |
*** yazirian has quit IRC | 15:46 | |
ninkotech | myz_: VLAN or flatDHCP? | 15:48 |
*** cooper has joined #openstack | 15:48 | |
BLZbubba | myz_: what do you see in /var/log/nova/ ? | 15:49 |
BLZbubba | typically if there is an error it will be in one of those files | 15:49 |
BLZbubba | PerlStalker: if it's KVM, you can connect with VNC and use the ctrl+shift+1 & 2 interface (i think that's the right keystroke for it) | 15:50 |
BLZbubba | oh yeah speaking of Windows, how do you guys handle licensing issues with Windows instances? | 15:51 |
*** yazirian has joined #openstack | 15:51 | |
BLZbubba | i'm building this out with a tech net subscription but I have absolutely no clue how to do the licensing "for real" | 15:51 |
*** yazirian has quit IRC | 15:51 | |
PerlStalker | BLZbubba: I was hoping for something a little more user friendly than using the qemu console. | 15:52 |
*** livemoon has joined #openstack | 15:52 | |
*** nmistry has joined #openstack | 15:52 | |
*** nacx has quit IRC | 15:53 | |
CristianDM | I have doubt about floating-ip | 15:53 |
CristianDM | I check that the instance don´t have inside declared the floating-ip | 15:54 |
CristianDM | But some daemons need this to work | 15:54 |
livemoon | does anyone use openstack with spice? | 15:54 |
*** garyk has quit IRC | 15:55 | |
*** lloydde has quit IRC | 15:55 | |
uvirtbot | New bug: #1000817 in glance "Essex images for Maveric or earlier produces no instance console log" [Undecided,New] https://launchpad.net/bugs/1000817 | 15:56 |
myz_ | ninkotech: flatDHCP | 15:57 |
*** dwcramer has quit IRC | 15:57 | |
*** edygarcia has quit IRC | 15:58 | |
myz_ | BLZbubba: normal stuff like if you run a Linux instance, but it comes to a point where everything stops and sometimes nova-compute server crashes | 15:58 |
*** livemoon has left #openstack | 15:59 | |
*** maplebed has joined #openstack | 15:59 | |
myz_ | BLZbubba: I want to mention that, If i run this image directly on KVM usint virsh it run successfully | 15:59 |
myz_ | s/usint/using | 15:59 |
CristianDM | Any= | 16:00 |
CristianDM | ? | 16:00 |
*** issackel_ has joined #openstack | 16:00 | |
*** vitiho has joined #openstack | 16:01 | |
*** issackel_ has quit IRC | 16:01 | |
*** aliguori_ has quit IRC | 16:01 | |
*** Ryan_Lane has quit IRC | 16:01 | |
*** issackelly has quit IRC | 16:02 | |
*** anderstj has joined #openstack | 16:02 | |
*** leifmadsen has joined #openstack | 16:02 | |
*** issackelly has joined #openstack | 16:02 | |
*** crescendo has quit IRC | 16:03 | |
*** epim has quit IRC | 16:03 | |
*** notze has quit IRC | 16:03 | |
BLZbubba | myz_: do you have --verbose in your nova.conf? | 16:03 |
BLZbubba | maybe top can give a clue too | 16:04 |
CristianDM | myz_v: any idea about my question? | 16:04 |
BLZbubba | CristianDM: yeah this is a common problem with these 1-to-1 NAT solutions (which i can't stand) | 16:04 |
BLZbubba | when i start using public IP's i will just use them as the fixed addresses | 16:05 |
uvirtbot | New bug: #1000824 in glance "special characters in decurity group description cause a malfunction" [Undecided,New] https://launchpad.net/bugs/1000824 | 16:05 |
CristianDM | My issue is that I need to make a cluster with HAproxy | 16:06 |
BLZbubba | though it is really the fault of applications that are dumb about it (e.g. Oracle) | 16:06 |
*** livemoon has joined #openstack | 16:06 | |
CristianDM | So, I have all internally IPs, but need make VIPs for example | 16:06 |
CristianDM | Is it possible? | 16:06 |
*** Ryan_Lane has joined #openstack | 16:07 | |
*** matwood has joined #openstack | 16:07 | |
*** livemoon has left #openstack | 16:07 | |
CristianDM | BLZbubba: So openstack can´t work with the most important applications? | 16:08 |
BLZbubba | CristianDM: that is on my list of things to figure out. i typically use keepalived and nginx, it would be nice to have it set up pools automatically | 16:08 |
*** eirikbb_ has joined #openstack | 16:08 | |
BLZbubba | CristianDM: it can work with them just fine, but it sometimes takes some extra effort to work with DHCP or 1-to-1 nat issues | 16:08 |
BLZbubba | e.g. oracle tnsnames that dont' match what DHCP gives you | 16:09 |
BLZbubba | so you have to bind it to 0.0.0.0 | 16:09 |
CristianDM | BLZbubba: Ok, but how I can have private IP and the public IP inside the instance. | 16:09 |
BLZbubba | CristianDM: not sure about that yet, I don't give my vm's two addresses, just fixed | 16:10 |
BLZbubba | but the standard openstack networking doesn't handle this arrangement well at all | 16:10 |
BLZbubba | so you are probably better off just fixing the daemons if you can | 16:11 |
uvirtbot | New bug: #1000827 in devstack "Swift storage not cleaned out on multiple runs" [High,New] https://launchpad.net/bugs/1000827 | 16:11 |
CristianDM | BLZbubba: I need access to a shared NFS with the private network, but in some cases I need public access to | 16:11 |
uvirtbot | New bug: #1000828 in glance "test_invalid_auth_url shouldn't hit arbitrary web server" [Undecided,In progress] https://launchpad.net/bugs/1000828 | 16:11 |
*** eirikbb has quit IRC | 16:11 | |
BLZbubba | yeah that is tricky sometimes | 16:12 |
*** joearnold has joined #openstack | 16:13 | |
CristianDM | BLZbubba: HAProxy need a VIP into every instance really? | 16:13 |
ninkotech | BLZbubba: best is to avoid windows.. thats my solution | 16:15 |
ninkotech | (replying to [17:51] <BLZbubba> oh yeah speaking of Windows, how do you guys handle licensing issues with Windows instances?) | 16:16 |
BLZbubba | ninkotech: :) yeah i have been holding out as long as I can. if only IE9 ran well enough in wine to do selenium tests on it :P | 16:16 |
ninkotech | who on earth is using internet exploder? | 16:16 |
ninkotech | :) | 16:16 |
BLZbubba | i don't personally know anyone who uses it as their default web browser, but there must be some of them out there somewhere | 16:17 |
ninkotech | BLZbubba: btw by using windows you support what Billy G does: depopulation, genocide, killing granny to hire few more teachers, death panels, GM mosquitos vaccinating people against their will, LA RAZA (mexican KKK-like rasist org), even luciferianism [he was giving money to daughter companies of Lucis (Lucifer) Trust]. if you do not believe me, just search the internet, its all really happening. | 16:22 |
*** andrewsben is now known as andrewsben_zz | 16:22 | |
*** monster__ has joined #openstack | 16:22 | |
BLZbubba | believe me i have been a M$ hater for a looooong time | 16:23 |
ninkotech | :) | 16:23 |
ninkotech | i do. | 16:23 |
*** jog0 has joined #openstack | 16:23 | |
BLZbubba | since before linus started working on linux | 16:23 |
ninkotech | but do not just hate - build something better :) | 16:23 |
ninkotech | join the free society | 16:23 |
ninkotech | :) | 16:23 |
*** clauden has joined #openstack | 16:23 | |
*** monster_ has quit IRC | 16:24 | |
*** monster__ is now known as monster_ | 16:24 | |
*** KavanS has quit IRC | 16:25 | |
*** CristianDM has quit IRC | 16:26 | |
uvirtbot | New bug: #1000837 in quantum "document that none of the "nova-manage network modify" commands should be used w/Quantum" [Medium,In progress] https://launchpad.net/bugs/1000837 | 16:26 |
*** CristianDM has joined #openstack | 16:27 | |
*** dwcramer has joined #openstack | 16:27 | |
*** jog0 has left #openstack | 16:27 | |
*** mancdaz_ has quit IRC | 16:30 | |
*** aliguori has joined #openstack | 16:30 | |
*** osier_ has quit IRC | 16:33 | |
*** jplewi has joined #openstack | 16:33 | |
*** nmistry has quit IRC | 16:34 | |
*** edygarcia has joined #openstack | 16:34 | |
*** ryanpetrello has joined #openstack | 16:34 | |
*** andrewbogott_ has quit IRC | 16:35 | |
*** andrewbogott_ has joined #openstack | 16:35 | |
*** KavanS has joined #openstack | 16:35 | |
*** cdub has quit IRC | 16:36 | |
*** markmcclain has joined #openstack | 16:36 | |
*** warik has joined #openstack | 16:37 | |
*** jplewi has quit IRC | 16:38 | |
*** jgriffith has quit IRC | 16:38 | |
*** anderstj has quit IRC | 16:40 | |
*** edygarcia has quit IRC | 16:41 | |
uvirtbot | New bug: #1000853 in nova "Restarting nova-network removes ip packet filters " [Undecided,New] https://launchpad.net/bugs/1000853 | 16:41 |
*** supriya has quit IRC | 16:43 | |
*** jgriffith has joined #openstack | 16:43 | |
*** anderstj has joined #openstack | 16:43 | |
*** nmistry has joined #openstack | 16:44 | |
*** lazyshot has joined #openstack | 16:44 | |
*** donaldngo_hp has joined #openstack | 16:44 | |
*** dwcramer has quit IRC | 16:44 | |
*** cooper has quit IRC | 16:49 | |
*** gus_m has quit IRC | 16:49 | |
Madkiss | Hi guys | 16:50 |
Madkiss | can somebody try to explain, in one sentence please, what exactly a "partition" is in the Swift context? | 16:50 |
*** bbcmicrocomputer has quit IRC | 16:50 | |
*** s0mik has joined #openstack | 16:51 | |
*** lloydde has joined #openstack | 16:52 | |
*** derekh has quit IRC | 16:52 | |
*** Blackavar has quit IRC | 16:52 | |
*** Mkenneth has quit IRC | 16:55 | |
*** Stackops-Jorge has quit IRC | 16:56 | |
kbringard | Madkiss: I may be wrong, but I think it's just a way to shard out files across the multiple hosts | 16:56 |
*** Stackops-Jorge has joined #openstack | 16:56 | |
kbringard | swift builds out the directory structure and then uses it to determine where to put replicas of stuff to keep it all in balance | 16:57 |
*** jplewi has joined #openstack | 16:57 | |
Madkiss | kbringard: that's great, thanks :) | 16:59 |
*** edygarcia has joined #openstack | 17:00 | |
*** hub_cap has quit IRC | 17:00 | |
*** supriya has joined #openstack | 17:00 | |
*** garyk has joined #openstack | 17:01 | |
notmyname | Madkiss: kbringard is correct. the partition is a segment of the hash keyspace that is mapped to a particular storage volume. (there's my one sentence.) the partitions are used to determine where in the cluster the data lives, not where on disk it lives (mostly) | 17:01 |
*** nmistry has quit IRC | 17:02 | |
*** hub_cap has joined #openstack | 17:02 | |
notmyname | mostly == the partition is actually used in the directory structure, but that's it. the important part of the partitions is which storage volumes it lives on, not where on the volume it lives | 17:02 |
*** jdpond has left #openstack | 17:02 | |
*** clauden has quit IRC | 17:04 | |
*** Triade has quit IRC | 17:05 | |
Madkiss | notmyname: I see. And zones, in that concept, are that decide where the storage volume that a partition lives on lives on? ;-) | 17:05 |
*** adjohn has joined #openstack | 17:05 | |
*** andresambrois has joined #openstack | 17:07 | |
notmyname | Madkiss: think of zones as a group of storage volumes. object maps to a partition, a partition lives on storage volumes (replica count number of volumes), and the storage volumes are in zones. swift's ring ensures that the volumes a partition is on are all in different zones | 17:07 |
kbringard | so long as we're talking about swift… when you configure glance to use swift as the backend store you have to configure which user it connects to swift as… that's a lower level than what user(s) have access to the image(s) in glance, correct? | 17:07 |
kbringard | meaning that glance still manages access to images, and the user it stores images as is just for physically getting the image in and out of swift | 17:08 |
notmyname | (I don't know enough about glance to answer that) | 17:09 |
*** jdurgin has joined #openstack | 17:10 | |
*** edygarcia has quit IRC | 17:10 | |
kbringard | I would imagine it would have to… it would be counterintuitive if all images were accessible by all tenants | 17:10 |
*** joesavak has joined #openstack | 17:10 | |
uvirtbot | New bug: #1000876 in openstack-ci "gerrit puppet module should be broken up" [Medium,New] https://launchpad.net/bugs/1000876 | 17:11 |
*** ywu has joined #openstack | 17:11 | |
*** Kami_- has quit IRC | 17:14 | |
*** _adjohn has joined #openstack | 17:15 | |
*** b1rkh0ff has quit IRC | 17:15 | |
*** cooper has joined #openstack | 17:16 | |
*** adjohn has quit IRC | 17:17 | |
*** _adjohn is now known as adjohn | 17:17 | |
*** hggdh has quit IRC | 17:18 | |
*** Kami_ has joined #openstack | 17:19 | |
*** cooper has quit IRC | 17:20 | |
*** inteq has joined #openstack | 17:20 | |
*** cooper has joined #openstack | 17:20 | |
*** ozstacker has quit IRC | 17:22 | |
*** dhellmann_ has joined #openstack | 17:22 | |
*** dhellmann_ has quit IRC | 17:22 | |
*** ozstacker has joined #openstack | 17:23 | |
*** koolhead17 has joined #openstack | 17:24 | |
*** dhellmann has quit IRC | 17:25 | |
*** dolphm has joined #openstack | 17:27 | |
*** Blackavar has joined #openstack | 17:27 | |
*** Stackops-Jorge has quit IRC | 17:29 | |
*** Adri2000 has quit IRC | 17:30 | |
*** Adri2000 has joined #openstack | 17:30 | |
*** b1rkh0ff has joined #openstack | 17:31 | |
*** issackelly has quit IRC | 17:35 | |
*** anderstj has quit IRC | 17:35 | |
*** GheRivero_ has quit IRC | 17:36 | |
*** markmcclain has quit IRC | 17:36 | |
uvirtbot | New bug: #1000887 in quantum "Nova/Quantum Integration broken due to typo in serializer" [Critical,In progress] https://launchpad.net/bugs/1000887 | 17:36 |
*** Mkenneth has joined #openstack | 17:37 | |
*** rocambole has quit IRC | 17:37 | |
*** adalbas has quit IRC | 17:40 | |
PerlStalker | Frack. I think I'm hitting that bug. | 17:44 |
*** DavidLevin has quit IRC | 17:45 | |
mnaser | PerlStalker: you using essex or trunk? | 17:45 |
PerlStalker | essex | 17:45 |
mnaser | ah, well it's a simple 1 liner fix if you want to eid the files | 17:46 |
mnaser | https://review.openstack.org/#/c/7550/1/nova/network/quantum/client.py | 17:46 |
*** asavu has joined #openstack | 17:48 | |
PerlStalker | I installed from the ubuntu package making that change will not be as easy as I'd like. | 17:48 |
*** andrewsben_zz is now known as andrewsben | 17:50 | |
PerlStalker | Well, I'm just testing so I'll dump quantum for the time being. | 17:50 |
*** wilmoore has joined #openstack | 17:50 | |
arosen | Anyone know why switf is giving me this exception when i try to run swift-init proxy start http://pastebin.com/C4GUX8Yv ? | 17:52 |
*** ywu has quit IRC | 17:52 | |
*** dwcramer has joined #openstack | 17:52 | |
Madkiss | notmyname: thanks | 17:52 |
*** DavidLevin has joined #openstack | 17:53 | |
*** jdpond has joined #openstack | 17:54 | |
*** issackelly has joined #openstack | 17:55 | |
*** rgoodwin has quit IRC | 17:56 | |
*** markmcclain has joined #openstack | 17:57 | |
*** joesavak has quit IRC | 17:59 | |
*** ewindisch has joined #openstack | 18:00 | |
*** davidha has quit IRC | 18:00 | |
*** adamgamble has joined #openstack | 18:01 | |
*** joesavak has joined #openstack | 18:01 | |
*** davidha has joined #openstack | 18:01 | |
*** jplewi has quit IRC | 18:01 | |
adamgamble | hi guys. I saved a snapshot of a server, and now I want to import that on a different open stack box. I have both the kernel and the disk image that are both named as guids… does anyone know what format I should add them with glance? | 18:01 |
*** dwcramer has quit IRC | 18:03 | |
*** supriya has quit IRC | 18:04 | |
*** judd7 has joined #openstack | 18:06 | |
*** cooper has quit IRC | 18:06 | |
*** [tOR] has quit IRC | 18:07 | |
*** donaldngo_hp has quit IRC | 18:07 | |
*** udagawa_ has joined #openstack | 18:08 | |
*** slyons has joined #openstack | 18:09 | |
*** FlorianOtel_ has joined #openstack | 18:09 | |
*** matwood has quit IRC | 18:10 | |
*** FlorianOtel has quit IRC | 18:10 | |
*** shang has quit IRC | 18:10 | |
*** kirkland has quit IRC | 18:10 | |
*** mikal has quit IRC | 18:10 | |
*** udagawa has quit IRC | 18:10 | |
*** datajerk has quit IRC | 18:10 | |
*** fesnel has quit IRC | 18:10 | |
*** arosen has quit IRC | 18:10 | |
*** sleepson- has quit IRC | 18:10 | |
*** changlp has quit IRC | 18:10 | |
*** aryan has quit IRC | 18:10 | |
*** laurensell has quit IRC | 18:10 | |
slyons | I'm having an issue where I can put objects in Swift via soap (boto), but a generated URL claims the bucket does not exist. Anybody have any ideas? | 18:10 |
*** kirkland has joined #openstack | 18:10 | |
*** matwood has joined #openstack | 18:10 | |
*** shang has joined #openstack | 18:10 | |
*** mikal has joined #openstack | 18:10 | |
*** udagawa has joined #openstack | 18:10 | |
*** datajerk has joined #openstack | 18:10 | |
*** fesnel has joined #openstack | 18:10 | |
*** arosen has joined #openstack | 18:10 | |
*** sleepson- has joined #openstack | 18:10 | |
*** changlp has joined #openstack | 18:10 | |
*** aryan has joined #openstack | 18:10 | |
*** laurensell has joined #openstack | 18:10 | |
Madkiss | notmyname: so what the zones really are: they're making sure that within a three-node swift cluster, two replicas of a file get saved on two different hosts, and not all on the same host (in a simple setup)? | 18:10 |
*** davidha has quit IRC | 18:11 | |
*** davidha has joined #openstack | 18:11 | |
*** udagawa has quit IRC | 18:12 | |
*** portertech has quit IRC | 18:12 | |
notmyname | Madkiss: ya. what a "zone" means is really up to you the deployer. the idea is that the zones should be distinct failure zones. so in a small setup, that may be separate boxes. in a large setup it could be groups of cabinets or a DC room | 18:12 |
notmyname | Madkiss: swift ensures that each replica is placed into a distinct zone | 18:13 |
Madkiss | okay, thanks | 18:13 |
*** hunglin has left #openstack | 18:14 | |
*** Guest97304 is now known as tobin | 18:15 | |
slyons | conversely, if someone could help me understand how to use the keystone auth via boto that would work better. | 18:15 |
*** fukushima has quit IRC | 18:15 | |
*** legkodymov has quit IRC | 18:15 | |
slyons | I see a lot of examples that don't clearly state where some of this information is coming from (the "myaccount:myuser" line, for example) | 18:17 |
*** [tOR] has joined #openstack | 18:19 | |
*** jplewi has joined #openstack | 18:20 | |
*** jplewi has quit IRC | 18:20 | |
*** jplewi has joined #openstack | 18:20 | |
Madkiss | notmyname: is there any good method to make swift-proxy prefer certain nodes over others? for cross-datacenter scenarios, e.g. | 18:20 |
*** donaldngo_hp has joined #openstack | 18:21 | |
*** darraghb has quit IRC | 18:22 | |
*** Mkenneth has quit IRC | 18:22 | |
*** nati has joined #openstack | 18:22 | |
*** nati has quit IRC | 18:22 | |
*** adalbas has joined #openstack | 18:23 | |
*** nati has joined #openstack | 18:23 | |
nati | nati identify suki#aki100% | 18:24 |
*** nati has quit IRC | 18:24 | |
*** nowen has joined #openstack | 18:25 | |
*** epim has joined #openstack | 18:25 | |
*** nati has joined #openstack | 18:27 | |
slyons | I can't seem to get any combination of service:swift or demo:demo to work as S3 credentials under devstack. What might I be doing wrong? | 18:27 |
*** rgoodwin has joined #openstack | 18:29 | |
*** nati has quit IRC | 18:30 | |
*** nati has joined #openstack | 18:30 | |
*** nati has quit IRC | 18:30 | |
*** nati_ueno has joined #openstack | 18:30 | |
*** jcannava has left #openstack | 18:32 | |
*** davidha has quit IRC | 18:33 | |
*** davidha has joined #openstack | 18:33 | |
*** asavu has quit IRC | 18:35 | |
*** mapu_ has joined #openstack | 18:35 | |
*** mapu has quit IRC | 18:35 | |
*** mapu_ is now known as mapu | 18:35 | |
uvirtbot | New bug: #992729 in nova "Add 'host' name to initialize/terminate volume connection" [Undecided,Fix committed] https://launchpad.net/bugs/992729 | 18:36 |
*** natea has quit IRC | 18:38 | |
*** fukushima has joined #openstack | 18:40 | |
*** davidha has quit IRC | 18:45 | |
*** davidha_who_took has joined #openstack | 18:45 | |
*** cdub has joined #openstack | 18:45 | |
*** clauden has joined #openstack | 18:46 | |
uvirtbot | New bug: #1000925 in quantum "Linux bridge and devstack does not work" [Undecided,New] https://launchpad.net/bugs/1000925 | 18:46 |
*** asavu has joined #openstack | 18:47 | |
*** judd7 has quit IRC | 18:47 | |
*** cooper has joined #openstack | 18:48 | |
*** cooper has quit IRC | 18:49 | |
*** cooper has joined #openstack | 18:50 | |
*** kirkland` has joined #openstack | 18:50 | |
*** vincentricci has joined #openstack | 18:50 | |
*** adalbas has quit IRC | 18:50 | |
*** kirkland has quit IRC | 18:50 | |
*** matwood has quit IRC | 18:50 | |
*** shang has quit IRC | 18:50 | |
*** mikal has quit IRC | 18:50 | |
*** datajerk has quit IRC | 18:50 | |
*** fesnel has quit IRC | 18:50 | |
*** arosen has quit IRC | 18:50 | |
*** sleepson- has quit IRC | 18:50 | |
*** changlp has quit IRC | 18:50 | |
*** aryan has quit IRC | 18:50 | |
*** laurensell has quit IRC | 18:50 | |
*** adalbas has joined #openstack | 18:51 | |
*** matwood has joined #openstack | 18:51 | |
*** shang has joined #openstack | 18:51 | |
*** mikal has joined #openstack | 18:51 | |
*** datajerk has joined #openstack | 18:51 | |
*** fesnel has joined #openstack | 18:51 | |
*** arosen has joined #openstack | 18:51 | |
*** sleepson- has joined #openstack | 18:51 | |
*** changlp has joined #openstack | 18:51 | |
*** aryan has joined #openstack | 18:51 | |
*** laurensell has joined #openstack | 18:51 | |
*** jgriffith has quit IRC | 18:54 | |
*** johnpostlethwait has joined #openstack | 18:55 | |
*** nmistry has joined #openstack | 18:56 | |
*** reed has quit IRC | 18:59 | |
*** epim has quit IRC | 18:59 | |
*** epim has joined #openstack | 19:00 | |
*** zykes- has quit IRC | 19:00 | |
*** rnorwood has quit IRC | 19:00 | |
uvirtbot | New bug: #1000931 in glance "test_interrupt_avoids_respawn_storm leaves behind glance-api processes" [Low,In progress] https://launchpad.net/bugs/1000931 | 19:01 |
*** rnorwood has joined #openstack | 19:01 | |
*** natea has joined #openstack | 19:02 | |
*** stuntmachine has quit IRC | 19:03 | |
*** ttrifonov is now known as ttrifonov_zZzz | 19:03 | |
*** adjohn has quit IRC | 19:03 | |
*** Trixboxer has quit IRC | 19:05 | |
nikhil__ | . | 19:06 |
*** vincentricci has left #openstack | 19:06 | |
*** zykes- has joined #openstack | 19:07 | |
*** AlanClark has joined #openstack | 19:10 | |
*** littleidea has joined #openstack | 19:10 | |
*** davidha_who_took has quit IRC | 19:15 | |
*** davidha has joined #openstack | 19:15 | |
*** eglynn has quit IRC | 19:15 | |
*** eglynn has joined #openstack | 19:16 | |
*** pixelbeat has quit IRC | 19:18 | |
*** dhellmann has joined #openstack | 19:19 | |
*** Blackavar has quit IRC | 19:22 | |
arosen | When I type glance index I get Failed to show index. Got error: The request returned 503 Service Unavilable. This generally occurs on service overload or other transient outage. Any ideas? | 19:23 |
arosen | I think it could be related to: https://lists.launchpad.net/openstack/msg11565.html ? | 19:23 |
arosen | i'm not sure which file to put that in though. | 19:23 |
*** rnorwood has quit IRC | 19:24 | |
monster_ | is it possible to convert a snapshot back into a qcow2 ? | 19:26 |
monster_ | for storage | 19:26 |
*** rnorwood has joined #openstack | 19:27 | |
*** rkukura has quit IRC | 19:27 | |
PerlStalker | Which log do I look at to watch the progress of an instance build? | 19:27 |
*** ywu has joined #openstack | 19:28 | |
*** mrmartin has joined #openstack | 19:31 | |
arosen | I tried putting it in glance-registory.conf but same thing.. :/ | 19:31 |
*** adjohn has joined #openstack | 19:31 | |
*** andrewsben is now known as andrewsben_zz | 19:33 | |
*** hunglin has joined #openstack | 19:34 | |
*** DavidLevin has quit IRC | 19:34 | |
*** davidha has quit IRC | 19:38 | |
*** jgriffith has joined #openstack | 19:38 | |
*** davidha has joined #openstack | 19:39 | |
*** kirkland` is now known as kirkland | 19:39 | |
slyons | I simply have no idea how to get Keystone auth and Swift S3 working together. | 19:39 |
koolhead17 | slyons, why | 19:40 |
slyons | If I use the EC2 credentials it works. But the credentials expire. So instead I'm trying to use the keystone auth based on examples and I can't get anything but 401 | 19:41 |
slyons | no combination of account and user info (from devstack) can seem to make it work. | 19:42 |
mnaser | slyons: do you successfully have an auth token? | 19:42 |
arosen | I'm following http://docs.openstack.org/essex/openstack-compute/starter/content/Glance_Config-d1a734.html and I'm a little stuck :/ | 19:42 |
PerlStalker | Any idea why new instances would just spin on "Spawning" and never actually stare? | 19:43 |
arosen | should I be able to run mysql -u glancedbadmin -p | 19:43 |
PerlStalker | s/stare/start/ | 19:43 |
*** derrick has joined #openstack | 19:43 | |
arosen | and use password glancesecret ? | 19:43 |
mnaser | PerlStalker: check nova api/compute logs? | 19:43 |
slyons | mnaser: I'm trying to generate a PUT-able url. No headers allowed. | 19:43 |
arosen | I have run http://docs.openstack.org/essex/openstack-compute/starter/content/Creating_Databases-d1e921.html | 19:43 |
mnaser | slyons: forgive me, i dont know much of swift but i know about keystone, why cant you add a header in a PUT request | 19:44 |
PerlStalker | mnaser: I've been watching those but I'm not sure what it's failing on. | 19:44 |
mnaser | PerlStalker: not sure in that case, turn debug on? | 19:44 |
PerlStalker | mnaser: I *think* it's hanging on the network setup. | 19:44 |
mnaser | PerlStalker: it would be stuck in networking state in that case, because networking is before spawning afaik, what hypervisor? | 19:45 |
*** asavu has quit IRC | 19:45 | |
slyons | mnaser: Because I'm dealing with integrating a system that hands out temporary URLs to clients to upload a file to. The clients can already use amazon's S3, but we're migrating away from AWS. | 19:45 |
PerlStalker | mnaser: kvm | 19:45 |
*** adjohn has quit IRC | 19:45 | |
mnaser | slyons: ah i see! not sure in that case, i can help you get an auth token from keystone but i dont know how far more i can help | 19:46 |
mnaser | PerlStalker: not sure in that case, check kvm logs? | 19:46 |
PerlStalker | mnaser: I'm seeing a bunch of repeated "Converting nw_info" | 19:46 |
PerlStalker | mnaser: I haven't seen anything there. Does libvirt need any special config before openstack can use it? | 19:46 |
slyons | mnaser: curses! Thanks for the help anyway :) Is it possible to set keystone tokens to never expire? Because that would certainly work.. | 19:47 |
mnaser | PerlStalker: i'm not familiar with that setup, maybe check libvirt logs as well | 19:47 |
mnaser | slyons: not sure.. why cant you generate a token for users? | 19:48 |
slyons | Because the users of the application are not at all related to the Keystone users. I just need one set of access keys for the application server. | 19:49 |
mnaser | slyons: ah, well, i dont know, i dont want to comment on something i dont know much about (swift) :) | 19:50 |
mnaser | slyons: you might have better help another day, today seems to be a really quiet day here | 19:50 |
*** jsavak has joined #openstack | 19:51 | |
*** joesavak has quit IRC | 19:51 | |
*** littleidea has quit IRC | 19:53 | |
*** judd7 has joined #openstack | 19:54 | |
PerlStalker | mnaser: Would that behavior show up if nova didn't like something about my glance image? | 19:54 |
*** Blackavar has joined #openstack | 19:55 | |
mnaser | PerlStalker: i'm not sure really, havent worked with those details of nova…yet lol | 19:57 |
PerlStalker | mnaser: :-) | 19:57 |
*** nati_ueno has quit IRC | 19:59 | |
arosen | Anyone know why I'm getting the following error in /var/log/glance/api.log, I'm guessing it's saying bad password? WARNING [keystone.middleware.auth_token] Unexpected response from keystone service: {u'error': {u'message': u'Invalid tenant', u'code': 401, u'title': u'Not Authorized'}} | 19:59 |
kbringard | keystone users are in the form tenant:user | 20:00 |
kbringard | that seems to be where the problem is coming from | 20:00 |
kbringard | not sure why, though | 20:00 |
*** DavidLevin has joined #openstack | 20:02 | |
*** rnirmal has quit IRC | 20:02 | |
*** hub-cap has joined #openstack | 20:03 | |
*** hub-cap has quit IRC | 20:04 | |
*** hub-cap has joined #openstack | 20:05 | |
*** c0by has joined #openstack | 20:05 | |
*** imsplitbit has quit IRC | 20:06 | |
*** hub_cap has quit IRC | 20:06 | |
*** hub-cap is now known as hub_cap | 20:06 | |
*** imsplitbit has joined #openstack | 20:06 | |
c0by | hello, just setting up nova-compute. does the instance_path have to be a local disk on the compute node, e.g. /var/lib/nova/instances. Can it not be an iscsi volume, im using the nexenta driver? | 20:07 |
*** dprince has quit IRC | 20:09 | |
*** dwcramer has joined #openstack | 20:09 | |
*** mrmartin has quit IRC | 20:10 | |
kbringard | it should work so long as the node has read/write permissions on it | 20:12 |
kbringard | I'm not sure about the performance implications, though | 20:12 |
*** mapu has quit IRC | 20:12 | |
*** mapu has joined #openstack | 20:12 | |
c0by | if i create a volume and attach it to an instance it uses iscsi and works fine, but the root disk just gets created locally. | 20:13 |
*** issackelly has quit IRC | 20:14 | |
*** slyons has quit IRC | 20:14 | |
*** hggdh has joined #openstack | 20:16 | |
arosen | I'm getting an error 503 when I run glance index. Any ideas how to fix that? | 20:19 |
*** willaerk has joined #openstack | 20:19 | |
*** jgriffith has quit IRC | 20:28 | |
*** s0mik has quit IRC | 20:29 | |
*** legkodymov has joined #openstack | 20:29 | |
*** issackelly has joined #openstack | 20:32 | |
*** judd7 has quit IRC | 20:32 | |
*** wiliam has quit IRC | 20:32 | |
*** Blackavar has quit IRC | 20:33 | |
*** bertg has joined #openstack | 20:34 | |
*** s0mik has joined #openstack | 20:35 | |
bertg | I'm trying to get a basic openstack setup going on Ubuntu 12.04, but am having trouble getting Glance to talk to Keystone. Can anyone give me a hand? | 20:38 |
*** Blackavar has joined #openstack | 20:39 | |
*** adalbas has quit IRC | 20:39 | |
*** lorin1 has quit IRC | 20:40 | |
*** asavu has joined #openstack | 20:40 | |
*** adjohn has joined #openstack | 20:40 | |
*** andrewsben_zz is now known as andrewsben | 20:41 | |
arosen | bertg: same here what command are you stuck on :/ | 20:43 |
zykes- | BLZbubba:around still ? | 20:43 |
*** judd7 has joined #openstack | 20:43 | |
bertg | When I try to get an index from GLance it says Keystone didn't return a Glance endpoint | 20:44 |
arosen | bertg: when you run glance index? | 20:45 |
bertg | yes | 20:45 |
arosen | bertg: that's exactly where I am stuck as well. ... :/ | 20:45 |
*** salgado is now known as salgado-afk | 20:45 | |
bertg | Response from Keystone does not contain a Glance endpoint. | 20:45 |
arosen | bertg: where did you get that message from? | 20:45 |
arosen | /var/log/glance/* ? | 20:46 |
bertg | that's what it says when I run 'glance index' | 20:46 |
bertg | stdout | 20:46 |
arosen | bertg: did you run those exports? | 20:46 |
bertg | yes | 20:46 |
bertg | If I don't run them it says You are not authenticated. Details: 401 Unauthorized | 20:46 |
arosen | echo $SERVICE_ENDPOINT says http://localhost:35357/v2.0 ? | 20:46 |
bertg | yes | 20:47 |
arosen | bertg: if you do netstat -an | grep 35357 what does it return? | 20:47 |
bertg | tcp 0 0 0.0.0.0:35357 0.0.0.0:* LISTEN | 20:48 |
*** jsavak has quit IRC | 20:48 | |
arosen | hrm the error i'm getting is: The request returned 503 Service Unavilable. This generally occurs on service overload or other transient outage. | 20:48 |
*** hggdh has quit IRC | 20:48 | |
arosen | Have you run into that one? | 20:48 |
bertg | I've seen it, yes. Dno't remember the cirumstances | 20:48 |
arosen | I found somewhere that it means bad password but I don't know which password is bad. I followed the guide exactly i believe. | 20:50 |
*** lts has quit IRC | 20:50 | |
bertg | I've followed three or four guides, heh. There's a lot of different ones out there, with varying level of detail | 20:51 |
arosen | I've installed devstack but I kinda want to figure it out by hand first. | 20:51 |
arosen | http://docs.openstack.org/essex/openstack-compute/starter/content/Glance_Config-d1a734.html | 20:51 |
arosen | is what i followed | 20:52 |
arosen | bertg: have you checked what's logged in /var/log/glance/* | 20:52 |
*** mnaser has quit IRC | 20:52 | |
*** Maledictus has quit IRC | 20:52 | |
*** jgriffith has joined #openstack | 20:53 | |
inteq | keystone related question: i am using the quickstart guide and have hit the point in the keystone configuration where i need to verify that the proper service token is being used in /etc/keystone/keystone.conf... how do i generate a service token that is acceptable to keystone? | 20:53 |
*** littleidea has joined #openstack | 20:53 | |
*** dwcramer has quit IRC | 20:53 | |
bertg | arosen: yeah, nothing helpful in there. | 20:54 |
bertg | inteq: I just use agp and generate a random one, can be whatever you want as far as I know | 20:55 |
bertg | apg* | 20:55 |
inteq | bertg:sweet, thanks. | 20:55 |
*** hggdh has joined #openstack | 20:57 | |
*** mnaser has joined #openstack | 20:57 | |
*** judd7 has quit IRC | 20:59 | |
inteq | bertg: do i need to store the token anywhere besides in the keystone.conf file? | 20:59 |
*** Blackavar has quit IRC | 21:00 | |
zykes- | BLZbubba: I had something that I wanted to start on earlier but didn't get to: http://etherpad.openstack.org/HkEvt4crw9 | 21:00 |
*** jdpond1 has joined #openstack | 21:00 | |
*** jdpond1 has left #openstack | 21:01 | |
*** johnpostlethwait has quit IRC | 21:02 | |
*** edygarcia has joined #openstack | 21:03 | |
*** mapu has quit IRC | 21:03 | |
*** inteq has quit IRC | 21:03 | |
*** jdpond has quit IRC | 21:04 | |
*** inteq has joined #openstack | 21:04 | |
*** dolphm has quit IRC | 21:07 | |
*** h0cin has quit IRC | 21:09 | |
*** cdub has quit IRC | 21:10 | |
*** hggdh has quit IRC | 21:16 | |
*** markmcclain has quit IRC | 21:17 | |
*** adjohn has quit IRC | 21:18 | |
*** markmcclain has joined #openstack | 21:19 | |
*** adjohn has joined #openstack | 21:20 | |
*** littleidea has quit IRC | 21:26 | |
*** dwcramer has joined #openstack | 21:28 | |
*** alex88 has quit IRC | 21:32 | |
*** zeus has quit IRC | 21:32 | |
sstent | anyone seen this error before in horizon ? http://pastebin.com/3C2nQdvh | 21:34 |
*** koolhead17 has quit IRC | 21:34 | |
*** jog0 has joined #openstack | 21:38 | |
PerlStalker | sstent: I can't say that I have. | 21:38 |
*** jog0 has quit IRC | 21:38 | |
kbringard | I don't use swift in horizon… it sounds like maybe it's looking for the python swift client, though? | 21:39 |
*** aliguori has quit IRC | 21:39 | |
kbringard | [Thu May 17 17:32:16 2012] [error] [client 10.1.102.140] swiftclient.Error, | 21:39 |
*** bsza has quit IRC | 21:39 | |
sstent | yeah I saw that - is there a python-swiftclient repo? | 21:40 |
*** donaldngo_hp has quit IRC | 21:40 | |
kbringard | could be, what OS are you running? | 21:41 |
sstent | rpm -- I'm building straight from git | 21:41 |
sstent | centos 6.2 if you want to get specfic | 21:41 |
*** maoy has quit IRC | 21:42 | |
kbringard | https://github.com/chmouel/python-swiftclient | 21:42 |
kbringard | maybe? | 21:42 |
sstent | yeah saw that one, but it looks like a fork of a repos that's gonw | 21:43 |
*** aliguori has joined #openstack | 21:44 | |
*** nati_ueno has joined #openstack | 21:45 | |
*** jj0hns0n has quit IRC | 21:45 | |
*** Blackavar has joined #openstack | 21:46 | |
*** oubiwann has quit IRC | 21:46 | |
PerlStalker | My new instances are all freezing during the "spawning" task. What should I look for in the logs to see what's (not) happening? | 21:47 |
*** rendar has quit IRC | 21:47 | |
*** gongys has joined #openstack | 21:47 | |
*** koolhead17 has joined #openstack | 21:48 | |
*** dhellmann has quit IRC | 21:49 | |
*** kbringard has quit IRC | 21:49 | |
*** willaerk has quit IRC | 21:50 | |
*** markmcclain has quit IRC | 21:51 | |
*** lvaughn has quit IRC | 21:53 | |
*** lvaughn has joined #openstack | 21:53 | |
*** arBmind has quit IRC | 21:55 | |
*** ryanpetrello has quit IRC | 22:01 | |
*** johnpostlethwait has joined #openstack | 22:02 | |
*** CristianDM has quit IRC | 22:03 | |
*** bertg has quit IRC | 22:03 | |
*** flaviamissi has quit IRC | 22:03 | |
*** nati_ueno has quit IRC | 22:04 | |
*** nati_ueno has joined #openstack | 22:04 | |
*** Gordonz has quit IRC | 22:04 | |
*** rnirmal has joined #openstack | 22:11 | |
*** Blackavar has quit IRC | 22:12 | |
*** hunglin has quit IRC | 22:13 | |
*** never2far has joined #openstack | 22:14 | |
*** robbiew has quit IRC | 22:14 | |
*** andreas__ has joined #openstack | 22:16 | |
*** hub_cap has quit IRC | 22:17 | |
*** aliguori has quit IRC | 22:18 | |
*** ahasenack has quit IRC | 22:19 | |
*** pmezard has quit IRC | 22:20 | |
*** pixelbeat has joined #openstack | 22:25 | |
*** ohad has quit IRC | 22:26 | |
*** legkodymov has quit IRC | 22:27 | |
arosen | I've installed dev stack and launched a vm but when i click on the vm's name it tells me Error: Unable to retrieve details for instance "2a491c65-f4a7-4854-827e-712587f7f232". | 22:27 |
arosen | Any ideas? | 22:28 |
*** vitiho has quit IRC | 22:28 | |
*** adamgamble has quit IRC | 22:30 | |
*** andrewsben is now known as andrewsben_zz | 22:31 | |
*** Karmaon has joined #openstack | 22:32 | |
BLZbubba | zykes-: hey just got back, excellent outline | 22:32 |
*** russf_ has joined #openstack | 22:33 | |
*** arosen has quit IRC | 22:35 | |
*** ppradhan has quit IRC | 22:35 | |
*** koolhead17 has quit IRC | 22:35 | |
*** rnorwood has quit IRC | 22:36 | |
*** natea has quit IRC | 22:36 | |
*** ppradhan has joined #openstack | 22:36 | |
*** russf has quit IRC | 22:36 | |
*** dwcramer has quit IRC | 22:37 | |
c0by | hello, just setting up nova-compute. does the instance_path have to be a local disk on the compute node, e.g. /var/lib/nova/instances. Can it not be an iscsi volume, im using the nexenta driver? | 22:37 |
*** never2far has quit IRC | 22:37 | |
*** willaerk has joined #openstack | 22:37 | |
*** arosen has joined #openstack | 22:37 | |
PerlStalker | Is there a list somewhere of what each state means? | 22:37 |
*** willaerk has quit IRC | 22:37 | |
PerlStalker | Er, task not state. | 22:38 |
*** russf_ has quit IRC | 22:38 | |
*** ohad has joined #openstack | 22:38 | |
*** asavu_ has joined #openstack | 22:40 | |
*** gyee has joined #openstack | 22:41 | |
*** gyee has quit IRC | 22:41 | |
*** asavu has quit IRC | 22:43 | |
*** asavu_ is now known as asavu | 22:43 | |
*** dwcramer has joined #openstack | 22:44 | |
*** jog0 has joined #openstack | 22:44 | |
*** jog0 has left #openstack | 22:45 | |
*** rmartinelli has quit IRC | 22:45 | |
*** dpippenger has quit IRC | 22:45 | |
*** miclorb has joined #openstack | 22:47 | |
*** koolhead17 has joined #openstack | 22:48 | |
*** mohits has joined #openstack | 22:48 | |
*** vitiho has joined #openstack | 22:48 | |
*** hermy|away is now known as hermy | 22:49 | |
sniperd | notmyname: Is there anyway to manipulate the SyncPoint's for container-synchronization so that the row starts from the beginning? e.g. I set container a container to sync after it already had files in it now the remote cluster wont get all the files, just from where it started replication | 22:54 |
*** AlanClark has quit IRC | 22:55 | |
*** msavy has quit IRC | 22:55 | |
*** RobertLaptop has joined #openstack | 22:56 | |
*** RobertLaptop has left #openstack | 22:56 | |
*** sbadia has quit IRC | 22:57 | |
*** Blackavar has joined #openstack | 22:57 | |
*** jj0hns0n has joined #openstack | 22:57 | |
*** sbadia has joined #openstack | 22:57 | |
*** PerlStalker has quit IRC | 22:58 | |
*** jj0hns0n has quit IRC | 22:58 | |
*** dpippenger has joined #openstack | 23:00 | |
*** b1rkh0ff has quit IRC | 23:00 | |
*** dwcramer has quit IRC | 23:00 | |
*** rnirmal has quit IRC | 23:05 | |
*** edygarcia has quit IRC | 23:05 | |
*** gnu111 has left #openstack | 23:06 | |
*** dtroyer is now known as dtroyer_zzz | 23:06 | |
*** clauden has quit IRC | 23:07 | |
*** nowen has left #openstack | 23:07 | |
*** jgriffith has quit IRC | 23:08 | |
*** philhsmith has joined #openstack | 23:09 | |
philhsmith | Silly question. Has this nova blue print been implemented in essex? The listed metadata is confusing.. https://blueprints.launchpad.net/nova/+spec/store-snapshots-to-swift | 23:09 |
*** jgriffith has joined #openstack | 23:10 | |
philhsmith | More directly, I'm trying to find out if the volume snapshot I just created is living in my swift installation, or if it could with some configuration. | 23:10 |
*** jgriffith has quit IRC | 23:12 | |
arosen | When I run nva x509-get-root-cert I'm getting Could not find any suitable endpoint. Correct region? Any ideas? | 23:12 |
*** ryanpetrello has joined #openstack | 23:16 | |
*** lloydde has quit IRC | 23:16 | |
*** Ryan_Lane is now known as Ryan_Lane|away | 23:18 | |
*** joearnold has quit IRC | 23:19 | |
*** joearnold has joined #openstack | 23:20 | |
*** joearnold has quit IRC | 23:22 | |
*** pixelbeat has quit IRC | 23:22 | |
*** flaviamissi has joined #openstack | 23:23 | |
c0by | can an instance's root and ephemeral disks be iscsi luns? | 23:27 |
*** andreas__ has quit IRC | 23:30 | |
mnaser | c0by: you can boot from a volume | 23:35 |
mnaser | if that's what you're wondering | 23:35 |
*** aspiers has quit IRC | 23:35 | |
*** lloydde has joined #openstack | 23:35 | |
*** FlipFlop_ has quit IRC | 23:36 | |
c0by | i noticed that option, but does that mean i need to manually dd the os to the volume, I cant just select an image from glance have it put it in the volume | 23:36 |
*** johnpostlethwait has quit IRC | 23:37 | |
warik | does anyone had an issue when dump the Mysql nova DB? I get this: mysqldump: Got error: 1146: Table 'nova.projects' doesn't exist when using LOCK TABLES | 23:39 |
c0by | maybe i could mount an iscsi lun on the compute host and set intances_path option to that mount point? | 23:39 |
*** clauden_ has joined #openstack | 23:40 | |
*** dwcramer has joined #openstack | 23:41 | |
*** Blackavar has quit IRC | 23:41 | |
*** natea has joined #openstack | 23:43 | |
*** aspiers has joined #openstack | 23:45 | |
*** clauden_ has quit IRC | 23:46 | |
*** edygarcia has joined #openstack | 23:48 | |
*** zul has quit IRC | 23:51 | |
*** ryanpetrello has quit IRC | 23:52 | |
*** philhsmith has quit IRC | 23:53 | |
*** ryanpetrello has joined #openstack | 23:54 | |
*** Blackavar has joined #openstack | 23:55 | |
*** zul has joined #openstack | 23:57 | |
*** dtroyer_zzz is now known as dtroyer | 23:58 | |
*** nmistry has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!