*** mnewby has quit IRC | 00:01 | |
*** maurosr has quit IRC | 00:03 | |
*** maurosr has joined #openstack | 00:05 | |
*** osier has joined #openstack | 00:08 | |
*** DaOmarN has joined #openstack | 00:09 | |
DaOmarN | hi everyone. I need some help whit a little problem, | 00:10 |
---|---|---|
*** maurosr has quit IRC | 00:10 | |
DaOmarN | i posted it in https://answers.launchpad.net/keystone/+question/207343 | 00:10 |
DaOmarN | please help me!!! | 00:11 |
*** troytoman-away is now known as troytoman | 00:11 | |
*** dkehn has quit IRC | 00:11 | |
*** troytoman is now known as troytoman-away | 00:12 | |
*** rods1 has quit IRC | 00:13 | |
*** markmcclain has quit IRC | 00:14 | |
*** e1mer has quit IRC | 00:17 | |
zodiak | DaOmarN, well, for one thing, you have your auth_token in your .ini remarked out but are trying to pass it in on the command line | 00:20 |
*** rustam has joined #openstack | 00:22 | |
*** maurosr has joined #openstack | 00:23 | |
*** tomoe_ has joined #openstack | 00:24 | |
*** bencherian has quit IRC | 00:25 | |
*** desai has joined #openstack | 00:26 | |
*** maurosr has quit IRC | 00:28 | |
*** maurosr has joined #openstack | 00:29 | |
*** e1mer has joined #openstack | 00:31 | |
*** maurosr has quit IRC | 00:33 | |
*** roge has quit IRC | 00:38 | |
*** bencherian has joined #openstack | 00:45 | |
*** maurosr has joined #openstack | 00:45 | |
*** steveb___ has quit IRC | 00:48 | |
*** tualatrix has joined #openstack | 00:48 | |
*** hemna has quit IRC | 00:49 | |
*** maurosr has quit IRC | 00:49 | |
*** maurosr has joined #openstack | 00:50 | |
*** lloydde has joined #openstack | 00:52 | |
*** maurosr has quit IRC | 00:55 | |
*** maurosr has joined #openstack | 00:55 | |
*** msinhore has quit IRC | 00:57 | |
*** maurosr has quit IRC | 01:00 | |
*** pixelbeat has quit IRC | 01:01 | |
*** maurosr has joined #openstack | 01:01 | |
*** rustam has quit IRC | 01:04 | |
*** maurosr has quit IRC | 01:06 | |
*** maurosr has joined #openstack | 01:06 | |
*** rnorwood has joined #openstack | 01:07 | |
*** msavy has quit IRC | 01:08 | |
*** oNeToWn has joined #openstack | 01:08 | |
*** hungnv has quit IRC | 01:10 | |
*** hungnv has joined #openstack | 01:10 | |
*** TheSphin_ has quit IRC | 01:10 | |
*** e1mer has quit IRC | 01:10 | |
*** maurosr has quit IRC | 01:11 | |
*** bencherian has quit IRC | 01:12 | |
*** mkouhei has joined #openstack | 01:15 | |
*** clopez has quit IRC | 01:15 | |
*** zz_TheSphinX^ has joined #openstack | 01:15 | |
*** DaOmarN has quit IRC | 01:15 | |
*** maurosr has joined #openstack | 01:15 | |
*** lloydde has quit IRC | 01:18 | |
*** e1mer has joined #openstack | 01:18 | |
*** e1mer has quit IRC | 01:18 | |
*** maurosr has quit IRC | 01:19 | |
*** erkules|away has joined #openstack | 01:20 | |
*** maurosr has joined #openstack | 01:20 | |
*** xchu has joined #openstack | 01:22 | |
*** erkules has quit IRC | 01:22 | |
*** roge has joined #openstack | 01:25 | |
*** bencherian has joined #openstack | 01:27 | |
*** ahasenack has quit IRC | 01:28 | |
*** tualatrix has quit IRC | 01:28 | |
*** littleidea has joined #openstack | 01:29 | |
*** markmcclain has joined #openstack | 01:29 | |
*** xiao has joined #openstack | 01:29 | |
*** wangpan has quit IRC | 01:30 | |
*** e1mer has joined #openstack | 01:31 | |
*** tualatrix has joined #openstack | 01:31 | |
*** duobei has joined #openstack | 01:31 | |
*** steveb___ has joined #openstack | 01:35 | |
*** e1mer has quit IRC | 01:38 | |
*** senilegenius has joined #openstack | 01:39 | |
*** kevein has joined #openstack | 01:39 | |
*** tualatrix has quit IRC | 01:40 | |
*** tualatrix has joined #openstack | 01:41 | |
*** markmcclain has quit IRC | 01:42 | |
*** rnorwood has quit IRC | 01:42 | |
*** desai has quit IRC | 01:44 | |
*** desai has joined #openstack | 01:45 | |
*** supriya has joined #openstack | 01:45 | |
*** e1mer has joined #openstack | 01:46 | |
*** e1mer has quit IRC | 01:47 | |
duobei | hi | 01:49 |
*** samkottler|afk is now known as samkottler | 01:50 | |
*** lloydde has joined #openstack | 01:53 | |
*** oNeToWn has quit IRC | 01:54 | |
zodiak | hey :) | 01:54 |
*** mkouhei has quit IRC | 01:55 | |
*** cheako has quit IRC | 02:01 | |
*** cheako has joined #openstack | 02:01 | |
*** senilegenius has quit IRC | 02:03 | |
duobei | Last week, I tried to implement SSO(single sign out) in Horizon by CAS. When CAS server sent cas_logout_request to the site, the site should log out and delete the session. I have some trouble in deleting the session. | 02:07 |
*** littleidea has quit IRC | 02:09 | |
duobei | I took three ways. First, from django.contrib.sessions.backends.db import SessionStore as DatabaseSession session = DatabaseSession() session.clear() session.delete(session.session_key) | 02:11 |
*** lloydde has quit IRC | 02:12 | |
duobei | Second, request.session.flush() | 02:12 |
duobei | Third, from django.contrib.auth import logout logout(request) | 02:12 |
*** mkouhei has joined #openstack | 02:12 | |
*** lloydde has joined #openstack | 02:12 | |
duobei | But all did't work. | 02:13 |
*** rustam has joined #openstack | 02:14 | |
*** littleidea has joined #openstack | 02:14 | |
duobei | Can you help me about that? | 02:14 |
duobei | Thanks. | 02:15 |
*** littleidea has quit IRC | 02:15 | |
*** huaia has joined #openstack | 02:16 | |
*** tualatrix has quit IRC | 02:17 | |
*** lloydde has quit IRC | 02:17 | |
*** tualatrix has joined #openstack | 02:17 | |
*** rustam has quit IRC | 02:19 | |
*** nmistry has joined #openstack | 02:20 | |
*** TheSphin_ has joined #openstack | 02:22 | |
*** zz_TheSphinX^ has quit IRC | 02:25 | |
*** dachary has joined #openstack | 02:26 | |
*** thinrhino has joined #openstack | 02:28 | |
*** duobei has quit IRC | 02:29 | |
*** maurosr has quit IRC | 02:31 | |
*** tualatrix has quit IRC | 02:34 | |
*** littleidea has joined #openstack | 02:36 | |
*** msinhore has joined #openstack | 02:36 | |
*** tualatrix has joined #openstack | 02:38 | |
*** koolhead17 has joined #openstack | 02:41 | |
*** littleidea has quit IRC | 02:47 | |
*** colinmcnamara has joined #openstack | 02:48 | |
*** shaon has joined #openstack | 02:51 | |
uvirtbot | New bug: #1045592 in quantum "openvswitch agent logging verbosity issues" [Undecided,New] https://launchpad.net/bugs/1045592 | 02:51 |
uvirtbot | New bug: #1045594 in quantum "openvswitch agent unit tests for VLAN and flat networks needed" [Undecided,New] https://launchpad.net/bugs/1045594 | 02:51 |
uvirtbot | New bug: #1045596 in quantum "add new test assertions from openvswitch to linuxbridge" [Undecided,New] https://launchpad.net/bugs/1045596 | 03:01 |
*** desai has quit IRC | 03:08 | |
uvirtbot | New bug: #1045598 in quantum "openvswitch agent needs additional rootwrap filters" [Undecided,New] https://launchpad.net/bugs/1045598 | 03:11 |
*** leetrout has joined #openstack | 03:12 | |
*** thinrhino has quit IRC | 03:12 | |
*** ^ivan`` is now known as ivan`` | 03:14 | |
*** lborda has joined #openstack | 03:15 | |
*** CuraHack has quit IRC | 03:19 | |
*** tgall_foo has joined #openstack | 03:19 | |
*** tgall_foo has quit IRC | 03:19 | |
*** tgall_foo has joined #openstack | 03:19 | |
*** matiu has joined #openstack | 03:20 | |
uvirtbot | New bug: #1045601 in quantum "improve openvswitch error when flat network already exists" [Undecided,New] https://launchpad.net/bugs/1045601 | 03:21 |
*** colinmcnamara has quit IRC | 03:21 | |
*** littleidea has joined #openstack | 03:21 | |
*** maurosr has joined #openstack | 03:26 | |
*** tualatrix has quit IRC | 03:26 | |
*** cryptk|offline is now known as cryptk | 03:27 | |
*** maurosr has quit IRC | 03:30 | |
*** bharata has joined #openstack | 03:31 | |
*** maurosr has joined #openstack | 03:31 | |
*** nati_uen_ has joined #openstack | 03:32 | |
*** nhm has quit IRC | 03:33 | |
*** colinmcnamara has joined #openstack | 03:34 | |
*** nhm has joined #openstack | 03:35 | |
uvirtbot | New bug: #1045610 in quantum "revisit openvswitch agent's handling of GRE tunnels when not supported by the kernel" [Undecided,New] https://launchpad.net/bugs/1045610 | 03:35 |
*** maurosr has quit IRC | 03:36 | |
*** koolhead17 has quit IRC | 03:36 | |
*** maurosr has joined #openstack | 03:38 | |
*** markmcclain has joined #openstack | 03:38 | |
*** tgall_foo has quit IRC | 03:39 | |
*** markmcclain has quit IRC | 03:39 | |
*** markmcclain has joined #openstack | 03:39 | |
*** nhm has quit IRC | 03:40 | |
*** nhm has joined #openstack | 03:40 | |
*** msinhore has quit IRC | 03:41 | |
*** markmcclain has quit IRC | 03:42 | |
*** markmcclain has joined #openstack | 03:42 | |
*** supriya has quit IRC | 03:43 | |
*** maurosr has quit IRC | 03:43 | |
*** maurosr has joined #openstack | 03:43 | |
uvirtbot | New bug: #1045613 in quantum "openvswitch agent should use veths instead of patch ports" [Undecided,New] https://launchpad.net/bugs/1045613 | 03:46 |
*** lborda has quit IRC | 03:46 | |
*** msinhore has joined #openstack | 03:47 | |
*** nhm has quit IRC | 03:47 | |
*** maurosr has quit IRC | 03:48 | |
*** maurosr has joined #openstack | 03:49 | |
*** koolhead17 has joined #openstack | 03:50 | |
*** dyer has joined #openstack | 03:52 | |
*** maurosr has quit IRC | 03:53 | |
*** nhm has joined #openstack | 03:54 | |
*** roge has quit IRC | 03:55 | |
*** tualatrix has joined #openstack | 03:58 | |
*** nhm has quit IRC | 03:58 | |
*** adalbas has quit IRC | 03:59 | |
*** nirik has quit IRC | 04:00 | |
*** e1mer has joined #openstack | 04:01 | |
*** lborda has joined #openstack | 04:01 | |
*** koolhead17 has quit IRC | 04:04 | |
*** nhm has joined #openstack | 04:05 | |
uvirtbot | New bug: #1045617 in quantum "--no-gateway results in dnsmasq using dhcpserver ip as default gw" [Undecided,New] https://launchpad.net/bugs/1045617 | 04:06 |
*** maurosr has joined #openstack | 04:06 | |
*** nirik has joined #openstack | 04:10 | |
*** maurosr has quit IRC | 04:10 | |
*** oNeToWn has joined #openstack | 04:11 | |
*** nhm has quit IRC | 04:12 | |
*** nati_uen_ has quit IRC | 04:12 | |
*** roaet has joined #openstack | 04:13 | |
*** eil397 has joined #openstack | 04:15 | |
*** eil397 has quit IRC | 04:15 | |
*** nati_uen_ has joined #openstack | 04:15 | |
*** oNeToWn has quit IRC | 04:16 | |
*** thinrhino has joined #openstack | 04:17 | |
*** a_ has joined #openstack | 04:17 | |
*** Guest7084 has quit IRC | 04:18 | |
*** nhm has joined #openstack | 04:19 | |
*** msinhore has quit IRC | 04:20 | |
*** maurosr has joined #openstack | 04:22 | |
*** littleidea has quit IRC | 04:24 | |
*** msinhore has joined #openstack | 04:24 | |
*** nhm has quit IRC | 04:26 | |
*** maurosr has quit IRC | 04:27 | |
*** maurosr has joined #openstack | 04:28 | |
*** nhm has joined #openstack | 04:29 | |
*** dwcramer has quit IRC | 04:30 | |
*** maurosr has quit IRC | 04:32 | |
*** nhm has quit IRC | 04:34 | |
*** nhm has joined #openstack | 04:35 | |
*** samkottler is now known as samkottler|afk | 04:35 | |
*** maurosr has joined #openstack | 04:36 | |
*** garyk has quit IRC | 04:36 | |
*** nhm has quit IRC | 04:40 | |
*** nhm has joined #openstack | 04:40 | |
*** RicardoSSP has quit IRC | 04:40 | |
*** maurosr has quit IRC | 04:41 | |
*** maurosr has joined #openstack | 04:44 | |
*** deepakcs has joined #openstack | 04:44 | |
*** nhm has quit IRC | 04:45 | |
*** nhm has joined #openstack | 04:46 | |
*** maurosr has quit IRC | 04:48 | |
*** msinhore has quit IRC | 04:49 | |
*** nmistry has quit IRC | 04:50 | |
*** nhm has quit IRC | 04:51 | |
*** gohko_air has quit IRC | 04:51 | |
*** gohko_air has joined #openstack | 04:51 | |
*** nhm has joined #openstack | 04:52 | |
*** gohko_air has quit IRC | 04:52 | |
*** gohko_air has joined #openstack | 04:53 | |
*** mestery has quit IRC | 04:58 | |
*** ijw has quit IRC | 04:58 | |
*** nhm has quit IRC | 05:01 | |
*** maurosr has joined #openstack | 05:02 | |
*** roaet has quit IRC | 05:03 | |
*** colinmcnamara has quit IRC | 05:05 | |
*** oNeToWn has joined #openstack | 05:06 | |
*** ben_duyujie has joined #openstack | 05:06 | |
*** maurosr has quit IRC | 05:06 | |
*** crandquist has joined #openstack | 05:06 | |
*** nhm has joined #openstack | 05:07 | |
*** koolhead17 has joined #openstack | 05:09 | |
*** maurosr has joined #openstack | 05:10 | |
*** nhm has quit IRC | 05:12 | |
*** nhm has joined #openstack | 05:12 | |
*** sunxin has joined #openstack | 05:13 | |
*** maurosr has quit IRC | 05:15 | |
*** nhm has quit IRC | 05:17 | |
*** ogelbukh has quit IRC | 05:18 | |
*** johnpostlethwait has joined #openstack | 05:21 | |
*** ogelbukh has joined #openstack | 05:23 | |
*** Toretto has joined #openstack | 05:23 | |
*** sunxin has quit IRC | 05:23 | |
*** Toretto has joined #openstack | 05:23 | |
*** Toretto_ has joined #openstack | 05:24 | |
*** Toretto has quit IRC | 05:24 | |
*** Toretto_ is now known as Toretto | 05:24 | |
*** nhm has joined #openstack | 05:28 | |
*** Domin has quit IRC | 05:28 | |
*** garyk has joined #openstack | 05:28 | |
*** the-newsman has joined #openstack | 05:28 | |
*** the-newsman has left #openstack | 05:29 | |
*** deepakcs has quit IRC | 05:31 | |
*** nhm has quit IRC | 05:32 | |
*** nhm has joined #openstack | 05:33 | |
*** bharata has quit IRC | 05:35 | |
*** Math___ has joined #openstack | 05:44 | |
*** dachary has quit IRC | 05:44 | |
*** steveb___ has quit IRC | 05:46 | |
*** mestery has joined #openstack | 05:51 | |
*** DANO-MARC has joined #openstack | 05:52 | |
*** bharata has joined #openstack | 05:53 | |
*** Math___ has quit IRC | 05:54 | |
*** ondergetekende has joined #openstack | 06:00 | |
*** hattwick has quit IRC | 06:00 | |
*** bolt12 has joined #openstack | 06:02 | |
*** markmcclain has quit IRC | 06:04 | |
*** GheRivero has joined #openstack | 06:04 | |
*** shaon has quit IRC | 06:07 | |
*** shaon has joined #openstack | 06:07 | |
*** nhm has quit IRC | 06:07 | |
*** shaon has quit IRC | 06:09 | |
*** shaon has joined #openstack | 06:10 | |
bolt12 | hi everyone, I have a question related to swift object storage, i have a swift setup with 3 zones and a proxy server, is there web gui for proxy or is it just rest api | 06:12 |
*** shaon has quit IRC | 06:15 | |
*** shaon has joined #openstack | 06:15 | |
*** jstrunk has quit IRC | 06:18 | |
*** jstrunk has joined #openstack | 06:19 | |
*** melmoth has joined #openstack | 06:19 | |
*** nati_uen_ has left #openstack | 06:21 | |
*** shaon has quit IRC | 06:23 | |
*** shaon has joined #openstack | 06:24 | |
*** nhm has joined #openstack | 06:25 | |
*** hungnv has quit IRC | 06:26 | |
*** hungnv has joined #openstack | 06:26 | |
*** shaon has quit IRC | 06:27 | |
*** shaon has joined #openstack | 06:27 | |
*** mindpixel has joined #openstack | 06:28 | |
*** swift-india has joined #openstack | 06:29 | |
*** dev_sa has joined #openstack | 06:29 | |
*** nati_ueno has joined #openstack | 06:29 | |
*** nhm has quit IRC | 06:30 | |
*** nhm has joined #openstack | 06:31 | |
*** guigui has joined #openstack | 06:31 | |
*** guigui is now known as Guest81200 | 06:31 | |
*** nati_ueno has quit IRC | 06:33 | |
*** nati_ueno has joined #openstack | 06:34 | |
*** nhm has quit IRC | 06:36 | |
*** eglynn has joined #openstack | 06:37 | |
*** tualatrix has quit IRC | 06:40 | |
*** tualatrix has joined #openstack | 06:44 | |
*** nati_ueno has quit IRC | 06:44 | |
*** davepigott has joined #openstack | 06:46 | |
*** tualatrix has quit IRC | 06:50 | |
*** samosx123 has joined #openstack | 06:50 | |
*** tualatrix has joined #openstack | 06:50 | |
*** bencherian has quit IRC | 06:56 | |
*** a_ has quit IRC | 06:58 | |
*** Math___ has joined #openstack | 06:58 | |
*** a has joined #openstack | 06:59 | |
*** nhm has joined #openstack | 06:59 | |
*** a is now known as Guest35500 | 06:59 | |
*** prakasha-log has quit IRC | 07:00 | |
*** prakasha-log has joined #openstack | 07:00 | |
*** leetrout has quit IRC | 07:01 | |
*** nacx has joined #openstack | 07:01 | |
*** shanlar- has joined #openstack | 07:02 | |
*** shanlar has quit IRC | 07:04 | |
*** thinrhino has quit IRC | 07:06 | |
*** nhm has quit IRC | 07:08 | |
*** Math___ has quit IRC | 07:08 | |
*** bharata has quit IRC | 07:09 | |
*** osier has quit IRC | 07:10 | |
*** Toretto has quit IRC | 07:10 | |
*** ApeDosMil has joined #openstack | 07:11 | |
*** Hikhvar has joined #openstack | 07:15 | |
Hikhvar | hello | 07:15 |
*** reidrac has joined #openstack | 07:16 | |
Hikhvar | someone familar with occi? Could somebody figure out how to activate it in the official openstack release? I get it started in devstack only | 07:16 |
*** EmilienM has joined #openstack | 07:16 | |
*** msavy has joined #openstack | 07:17 | |
koolhead17 | any openvswitch expert here | 07:18 |
*** shang has quit IRC | 07:19 | |
*** jakkudanieru has joined #openstack | 07:21 | |
*** lborda has quit IRC | 07:21 | |
*** jeroenhn has joined #openstack | 07:21 | |
*** HugoAlmeida has joined #openstack | 07:21 | |
EmilienM | Good morning | 07:22 |
Hikhvar | good morning EmilienM | 07:22 |
*** hungnv has quit IRC | 07:22 | |
*** shang has joined #openstack | 07:23 | |
*** hungnv has joined #openstack | 07:23 | |
*** nhm has joined #openstack | 07:25 | |
*** tualatrix has quit IRC | 07:25 | |
*** tualatrix has joined #openstack | 07:27 | |
*** Ghe_Rivero has joined #openstack | 07:28 | |
*** Domin has joined #openstack | 07:28 | |
*** hungnv has quit IRC | 07:29 | |
*** hungnv has joined #openstack | 07:29 | |
*** samosx123 has quit IRC | 07:29 | |
*** GheRivero has quit IRC | 07:30 | |
*** nhm has quit IRC | 07:31 | |
*** primozf has joined #openstack | 07:35 | |
*** tualatrix has quit IRC | 07:38 | |
*** Neptu has quit IRC | 07:42 | |
*** xiao has quit IRC | 07:46 | |
*** foexle has joined #openstack | 07:47 | |
*** thinrhino has joined #openstack | 07:47 | |
*** xiao has joined #openstack | 07:47 | |
foexle | morning guys | 07:48 |
ondergetekende | Good morning. | 07:49 |
ondergetekende | Is it possible to support a custom disk format in glance? | 07:49 |
ondergetekende | I'd like to support raw partitions, as opposed to raw disk with a partition table. | 07:51 |
*** nhm has joined #openstack | 07:52 | |
*** dachary has joined #openstack | 07:56 | |
*** zing has joined #openstack | 07:56 | |
*** nhm has quit IRC | 07:56 | |
*** hungnv has quit IRC | 07:57 | |
EmilienM | koolhead17: what's your question ? | 07:57 |
*** nhm has joined #openstack | 07:57 | |
*** hungnv has joined #openstack | 07:58 | |
koolhead17 | EmilienM: thinking of playing with it, got netwokstatic blog page. trying it now | 07:58 |
EmilienM | koolhead17: Are you going to play with the OVS Quantum Plugin ? | 07:59 |
koolhead17 | EmilienM: ya. | 07:59 |
*** ieugen has joined #openstack | 08:00 | |
EmilienM | this page can be useful : http://wiki.openstack.org/ConfigureOpenvswitch | 08:00 |
*** stampit has joined #openstack | 08:00 | |
*** dachary has left #openstack | 08:00 | |
*** ieugen has left #openstack | 08:01 | |
*** Triade has joined #openstack | 08:01 | |
koolhead17 | EmilienM: thanks. let me dig a bit about the OpenvSwitch first and will move to these blog pages. :) | 08:01 |
*** nhm has quit IRC | 08:03 | |
*** almaisan` is now known as al-maisan | 08:03 | |
*** bolt12 has quit IRC | 08:05 | |
*** bharata has joined #openstack | 08:06 | |
*** pixelbeat has joined #openstack | 08:08 | |
*** tomoe_ has quit IRC | 08:08 | |
*** Free_maN has joined #openstack | 08:10 | |
*** Free_maN has joined #openstack | 08:10 | |
*** tomoe_ has joined #openstack | 08:11 | |
*** bullardo has quit IRC | 08:12 | |
*** rods has quit IRC | 08:15 | |
*** rods has joined #openstack | 08:17 | |
*** osier has joined #openstack | 08:20 | |
*** kyriakos has joined #openstack | 08:23 | |
*** wanglong has joined #openstack | 08:23 | |
*** wanglong has left #openstack | 08:23 | |
*** Kiall is now known as zz_Kiall | 08:26 | |
*** deepakcs has joined #openstack | 08:26 | |
*** darraghb has joined #openstack | 08:27 | |
*** Razique has joined #openstack | 08:28 | |
*** xiao has quit IRC | 08:28 | |
*** tryggvil has quit IRC | 08:29 | |
*** xiao has joined #openstack | 08:30 | |
*** zz_Kiall is now known as Kiall | 08:33 | |
*** nhm has joined #openstack | 08:33 | |
*** al-maisan is now known as almaisan-away | 08:35 | |
*** almaisan-away is now known as al-maisan | 08:35 | |
*** gopher2x has joined #openstack | 08:35 | |
*** tryggvil has joined #openstack | 08:37 | |
*** ben_duyujie has left #openstack | 08:40 | |
*** hattwick has joined #openstack | 08:42 | |
*** xiao has quit IRC | 08:46 | |
*** xiao has joined #openstack | 08:48 | |
*** bbcmicrocomputer has joined #openstack | 08:51 | |
*** bbcmicrocomputer has joined #openstack | 08:51 | |
*** thinrhin_ has joined #openstack | 08:52 | |
*** xiao has quit IRC | 08:55 | |
*** MarcMorata has joined #openstack | 08:56 | |
*** thinrhino has quit IRC | 08:56 | |
*** xiao has joined #openstack | 08:56 | |
*** derekh has joined #openstack | 08:57 | |
*** dachary has joined #openstack | 08:58 | |
*** natea has quit IRC | 08:59 | |
*** thinrhino has joined #openstack | 09:05 | |
*** tomoe_ has quit IRC | 09:05 | |
*** gopher2x has left #openstack | 09:06 | |
*** stampit has quit IRC | 09:07 | |
*** thinrhi__ has joined #openstack | 09:08 | |
*** thinrhin_ has quit IRC | 09:08 | |
*** thinrhin_ has joined #openstack | 09:11 | |
*** thinrhino has quit IRC | 09:11 | |
*** johnpostlethwait has quit IRC | 09:12 | |
*** simon_lucy has joined #openstack | 09:13 | |
*** thinrhi__ has quit IRC | 09:14 | |
*** bharata has quit IRC | 09:18 | |
*** Breaking_Pitt has joined #openstack | 09:19 | |
*** davepigott has quit IRC | 09:21 | |
*** rubiojr has quit IRC | 09:29 | |
*** nRyo has quit IRC | 09:33 | |
*** stampit has joined #openstack | 09:35 | |
*** clopez has joined #openstack | 09:44 | |
*** al-maisan is now known as almaisan-away | 09:45 | |
*** rubiojr has joined #openstack | 09:45 | |
*** davepigott has joined #openstack | 09:50 | |
davepigott | zynzel_: Just to let you know, I dropped the database, fixed up the nova.conf, recreated the database and created new ip ranges that matched properly and now everything works beautifully. Thanks for your guidance yesterday! | 09:51 |
*** nhm has quit IRC | 09:56 | |
*** nhm has joined #openstack | 09:56 | |
zynzel_ | davepigott: no problem ;) | 09:58 |
*** nhm has quit IRC | 10:01 | |
*** zynzel_ is now known as zynzel | 10:03 | |
*** mnewby has joined #openstack | 10:03 | |
*** ipmonger has quit IRC | 10:03 | |
*** xchu has quit IRC | 10:04 | |
*** nhm has joined #openstack | 10:04 | |
Hikhvar | someone familar with occi? Could somebody figure out how to activate it in the official openstack release? I get it started in devstack only | 10:05 |
*** oNeToWn_ has joined #openstack | 10:06 | |
*** oNeToWn has quit IRC | 10:06 | |
*** oNeToWn_ is now known as oNeToWn | 10:06 | |
*** ijw has joined #openstack | 10:07 | |
*** nhm has quit IRC | 10:10 | |
*** nhm_ has joined #openstack | 10:10 | |
*** CuraHack has joined #openstack | 10:13 | |
*** e1mer has quit IRC | 10:13 | |
*** oNeToWn has quit IRC | 10:14 | |
*** shang_ has joined #openstack | 10:14 | |
*** oNeToWn has joined #openstack | 10:14 | |
*** ben_duyujie has joined #openstack | 10:17 | |
*** shang has quit IRC | 10:17 | |
*** milner has joined #openstack | 10:18 | |
*** lucasnodine has joined #openstack | 10:21 | |
*** thinrhin_ has quit IRC | 10:22 | |
*** e1mer has joined #openstack | 10:22 | |
*** cbj has quit IRC | 10:22 | |
*** nhm_ has quit IRC | 10:23 | |
*** hingo has joined #openstack | 10:24 | |
*** thinrhino has joined #openstack | 10:24 | |
*** cbj has joined #openstack | 10:27 | |
*** ben_duyujie has quit IRC | 10:28 | |
*** ben_duyujie has joined #openstack | 10:29 | |
*** xiao has quit IRC | 10:29 | |
*** e1mer has quit IRC | 10:31 | |
*** lborda has joined #openstack | 10:32 | |
*** oNeToWn has quit IRC | 10:33 | |
*** cbj has quit IRC | 10:33 | |
*** rods1 has joined #openstack | 10:35 | |
*** mkouhei has left #openstack | 10:35 | |
*** oNeToWn has joined #openstack | 10:36 | |
*** kevein has quit IRC | 10:36 | |
*** DanF_ is now known as DanF | 10:43 | |
*** cbj has joined #openstack | 10:45 | |
*** dachary has quit IRC | 10:46 | |
*** nhm has joined #openstack | 10:46 | |
*** cbj has quit IRC | 10:50 | |
*** nhm has quit IRC | 10:51 | |
uvirtbot | New bug: #1045749 in quantum "Undefined variable 'network_type' in OVS agent" [Undecided,New] https://launchpad.net/bugs/1045749 | 10:51 |
*** cbj has joined #openstack | 10:52 | |
*** jakkudanieru has quit IRC | 10:53 | |
*** jakkudanieru has joined #openstack | 10:53 | |
*** chrisfer has joined #openstack | 10:54 | |
Hikhvar | someone familar with occi? Could somebody figure out how to activate it in the official openstack release? I get it started in devstack only | 10:54 |
*** CuraHack has quit IRC | 10:57 | |
*** cbj has quit IRC | 10:59 | |
*** rkukura has quit IRC | 11:00 | |
*** msinhore has joined #openstack | 11:00 | |
*** nhm has joined #openstack | 11:03 | |
*** boden has joined #openstack | 11:05 | |
*** hungnv has quit IRC | 11:07 | |
*** hungnv has joined #openstack | 11:07 | |
*** nhm has quit IRC | 11:07 | |
*** nhm has joined #openstack | 11:08 | |
*** dwcramer has joined #openstack | 11:10 | |
*** nhm has quit IRC | 11:13 | |
*** dachary has joined #openstack | 11:13 | |
*** bluenemo has joined #openstack | 11:14 | |
*** bluenemo has joined #openstack | 11:14 | |
*** nhm has joined #openstack | 11:15 | |
*** shaon_ has joined #openstack | 11:15 | |
*** shaon has quit IRC | 11:15 | |
*** shaon_ is now known as shaon | 11:15 | |
*** leifmadsen has joined #openstack | 11:16 | |
*** lborda has quit IRC | 11:17 | |
*** steveb___ has joined #openstack | 11:18 | |
*** MarcMorata has quit IRC | 11:18 | |
*** nhm has quit IRC | 11:19 | |
*** nhm has joined #openstack | 11:20 | |
*** lborda has joined #openstack | 11:21 | |
*** swift-india has quit IRC | 11:22 | |
*** nhm has quit IRC | 11:26 | |
*** ieugen has joined #openstack | 11:27 | |
*** nhm has joined #openstack | 11:27 | |
*** jobycxa has joined #openstack | 11:28 | |
*** ieugen has left #openstack | 11:28 | |
*** Breaking_Pitt is now known as Breaking_Lunch | 11:31 | |
*** nhm has quit IRC | 11:32 | |
*** nhm has joined #openstack | 11:32 | |
*** mnewby has quit IRC | 11:32 | |
*** thinrhino has quit IRC | 11:33 | |
*** oNeToWn has quit IRC | 11:35 | |
*** rmartinelli has joined #openstack | 11:37 | |
*** nhm has quit IRC | 11:39 | |
*** ben_duyujie has quit IRC | 11:39 | |
*** PiotrSikora has quit IRC | 11:40 | |
*** PiotrSikora has joined #openstack | 11:41 | |
*** markvoelker has joined #openstack | 11:47 | |
*** deepakcs has quit IRC | 11:48 | |
*** dwcramer has quit IRC | 11:53 | |
*** shaon has quit IRC | 11:58 | |
*** shaon has joined #openstack | 11:58 | |
*** shaon has joined #openstack | 11:59 | |
*** davepigott has quit IRC | 12:01 | |
*** davepigott has joined #openstack | 12:02 | |
*** rackerjoe has joined #openstack | 12:05 | |
*** nhm has joined #openstack | 12:07 | |
*** maurosr has joined #openstack | 12:09 | |
*** szaydel has joined #openstack | 12:10 | |
*** _3N74D4v_d has joined #openstack | 12:10 | |
*** vmlinuz has joined #openstack | 12:10 | |
_3N74D4v_d | hallo | 12:10 |
*** ipmonger has joined #openstack | 12:11 | |
*** nhm has quit IRC | 12:11 | |
* koolhead17 pokes Daviey | 12:12 | |
*** maurosr has quit IRC | 12:14 | |
*** h0cin has joined #openstack | 12:17 | |
*** h0cin has joined #openstack | 12:17 | |
*** maurosr has joined #openstack | 12:19 | |
*** jobycxa has quit IRC | 12:20 | |
Hikhvar | someone familar with occi? Could somebody figure out how to activate it in the official openstack release? I get it started in devstack only | 12:20 |
*** koolhead17 has quit IRC | 12:20 | |
*** maurosr has quit IRC | 12:21 | |
*** maurosr has joined #openstack | 12:25 | |
foexle | hey guys a network question again -.- ... if i create 3 networks with nova-manage and each network are attached to a project. Why gets an instace on each project 3 ips if I'm creating a new one ? °° | 12:26 |
*** maurosr has quit IRC | 12:30 | |
*** ahasenack has joined #openstack | 12:31 | |
*** vachon_ is now known as vachon | 12:34 | |
melmoth | foexle, i think creating a specific network for a given project only works with vlan networking mode | 12:36 |
melmoth | so if you are using flatdhcp mode, i guess strange thing could happen | 12:36 |
melmoth | hmmm, may be i m wrong actually... it s probable that i m confusing floating network and fixed one | 12:37 |
*** maurosr has joined #openstack | 12:37 | |
aloga | Hikhvar: there's no such occi in "official" openstack | 12:38 |
aloga | you can only use it using devstack i'm afraid | 12:38 |
foexle | melmoth: hmmmm .... this would be strange °°. | 12:39 |
foexle | melmoth: but thx i'll testing different methods | 12:39 |
*** bilal has quit IRC | 12:39 | |
*** bilal has joined #openstack | 12:40 | |
*** roge has joined #openstack | 12:40 | |
melmoth | foexle, nova-manage network create is to create a fixed network (the one used for vms) and can be associated for a tenant only with vlan mode | 12:41 |
melmoth | there s a nice blog about it | 12:41 |
*** adalbas has joined #openstack | 12:41 | |
uvirtbot | New bug: #1045792 in glance "Glance caching not correctly handling backend failures" [Undecided,In progress] https://launchpad.net/bugs/1045792 | 12:41 |
melmoth | the lfoating network is build with nova-manage floating create. So if we are talking about "netwokr" and not "flaoting", i think i m right | 12:41 |
*** maurosr has quit IRC | 12:41 | |
*** senilegenius has joined #openstack | 12:42 | |
*** maurosr has joined #openstack | 12:43 | |
melmoth | foexle, http://www.mirantis.com/blog/openstack-networking-vlanmanager/ | 12:44 |
*** nhm has joined #openstack | 12:45 | |
*** desai has joined #openstack | 12:46 | |
*** samkottler|afk is now known as samkottler | 12:48 | |
*** maurosr has quit IRC | 12:48 | |
*** aliguori has joined #openstack | 12:50 | |
*** littleidea has joined #openstack | 12:51 | |
*** cryptk is now known as cryptk|offline | 12:59 | |
*** maurosr has joined #openstack | 13:00 | |
*** KarinLevenstein has joined #openstack | 13:02 | |
*** boden has joined #openstack | 13:03 | |
*** erkules|away has quit IRC | 13:03 | |
*** erkules|away has joined #openstack | 13:03 | |
*** erkules|away is now known as erkules | 13:03 | |
*** matiu has joined #openstack | 13:03 | |
*** matiu has quit IRC | 13:03 | |
*** matiu has joined #openstack | 13:03 | |
*** maurosr has quit IRC | 13:05 | |
*** DavidLevin has quit IRC | 13:06 | |
*** jsbruneau has quit IRC | 13:07 | |
*** GiBa has joined #openstack | 13:08 | |
*** GiBa has left #openstack | 13:09 | |
*** ijw has quit IRC | 13:09 | |
*** ijw has joined #openstack | 13:09 | |
*** samkottler is now known as samkottler|brb | 13:10 | |
*** thinrhino has joined #openstack | 13:11 | |
*** dhellmann has joined #openstack | 13:11 | |
*** natea has joined #openstack | 13:11 | |
*** ipmonger has quit IRC | 13:12 | |
*** foexle has quit IRC | 13:12 | |
*** davepigott_ has joined #openstack | 13:14 | |
*** ipmonger has joined #openstack | 13:15 | |
*** ayoung has joined #openstack | 13:15 | |
*** CrackerJackMack has joined #openstack | 13:15 | |
*** davepigott has quit IRC | 13:17 | |
*** davepigott_ is now known as davepigott | 13:17 | |
*** julianwa has joined #openstack | 13:17 | |
*** erikzaadi has joined #openstack | 13:18 | |
*** DavidLevin has joined #openstack | 13:18 | |
*** erikzaadi has left #openstack | 13:18 | |
*** marrusl has joined #openstack | 13:19 | |
*** dkehn has joined #openstack | 13:20 | |
*** tgall_foo has joined #openstack | 13:20 | |
*** tgall_foo has quit IRC | 13:20 | |
*** tgall_foo has joined #openstack | 13:20 | |
*** MarcMorata has joined #openstack | 13:23 | |
boden | hi all... anybody here familiar with the Keystone PKI support that was dropped into folsom-rc1? Trying to understand the current status of PKI and delegated authZ | 13:23 |
*** samkottler|brb is now known as samkottler | 13:24 | |
*** Dr_Who has joined #openstack | 13:24 | |
*** mnewby has joined #openstack | 13:24 | |
*** Dr_Who has quit IRC | 13:24 | |
*** Dr_Who has joined #openstack | 13:24 | |
*** thinrhino has quit IRC | 13:24 | |
*** Math___ has joined #openstack | 13:24 | |
*** rhamnett has joined #openstack | 13:25 | |
*** tgall_foo has quit IRC | 13:26 | |
*** Dr_Who has quit IRC | 13:27 | |
rhamnett | Hi got a problem with openstack essex when trying to start an instance on an LVM volume: http://pastebin.com/fS68wFnY - i thought it might have been to do with apparmor permissions on ubuntu precise but I have totally removed apparmor and rebooted. I have a vg called nova-volumes and i can create volumes from the openstack control panel no problem, and can see them in lvdisplay, but for some reason i cannot start an instance it fails on command sudo nov | 13:28 |
rhamnett | a-rootwrap qemu-nbd -c /dev/nbd15 /var/lib/nova/instances/instance-00000002/disk. Any ideas please? | 13:28 |
rhamnett | nova version 2012.1.3+stable-20120827-4d2a4afe-0ubuntu1 | 13:29 |
*** tgall_foo has joined #openstack | 13:29 | |
*** tgall_foo has quit IRC | 13:29 | |
*** tgall_foo has joined #openstack | 13:29 | |
*** rnorwood has joined #openstack | 13:29 | |
*** GMI has joined #openstack | 13:30 | |
*** dspano has joined #openstack | 13:32 | |
*** oNeToWn has joined #openstack | 13:32 | |
*** e1mer has joined #openstack | 13:34 | |
*** shaon has quit IRC | 13:34 | |
*** rnorwood has quit IRC | 13:35 | |
*** maurosr has joined #openstack | 13:36 | |
*** CrackerJackMack has quit IRC | 13:36 | |
*** rkukura has joined #openstack | 13:36 | |
*** funzo has quit IRC | 13:38 | |
*** funzo has joined #openstack | 13:39 | |
*** sandywalsh has joined #openstack | 13:39 | |
*** dev_sa has quit IRC | 13:40 | |
*** tryggvil has quit IRC | 13:41 | |
uvirtbot | New bug: #1045820 in swift "Unit test suite fails if /dev/log does not exist" [Undecided,New] https://launchpad.net/bugs/1045820 | 13:41 |
*** tryggvil has joined #openstack | 13:42 | |
*** dachary1 has joined #openstack | 13:42 | |
*** dims has joined #openstack | 13:42 | |
*** mtreinish has joined #openstack | 13:43 | |
*** dachary has quit IRC | 13:44 | |
*** tdowg1 has joined #openstack | 13:45 | |
*** desai has quit IRC | 13:46 | |
rhamnett | ignore me, i did not understand what boot from volume was….i was trying to boot from volume, on a new blank volume I had created. There should possibly be some protection for this? | 13:46 |
*** CrackerJackMack has joined #openstack | 13:47 | |
*** e1mer has quit IRC | 13:52 | |
*** edygarcia has joined #openstack | 13:52 | |
*** japage has joined #openstack | 13:53 | |
*** koolhead17 has joined #openstack | 13:54 | |
*** lborda has quit IRC | 13:55 | |
uvirtbot | New bug: #1045824 in python-glanceclient "Content-Length not getting set in update operation" [Undecided,New] https://launchpad.net/bugs/1045824 | 13:56 |
*** e1mer has joined #openstack | 13:56 | |
*** dachary1 is now known as dachary | 13:57 | |
*** supriya has joined #openstack | 13:57 | |
*** bencherian has joined #openstack | 13:57 | |
*** simon_lucy has quit IRC | 13:58 | |
*** tgall_foo has quit IRC | 13:59 | |
*** mrjazzcat has joined #openstack | 14:00 | |
*** lborda has joined #openstack | 14:01 | |
uvirtbot | New bug: #1045828 in quantum "DHCP Agent not assigning IP if more than one subnet exists on network" [Undecided,New] https://launchpad.net/bugs/1045828 | 14:01 |
*** robbiew has joined #openstack | 14:02 | |
*** snowboarder04 has quit IRC | 14:03 | |
*** belliott has joined #openstack | 14:04 | |
*** msinhore has quit IRC | 14:05 | |
*** AlanClark has joined #openstack | 14:06 | |
*** davepigott has quit IRC | 14:11 | |
*** markmcclain has joined #openstack | 14:14 | |
*** tgall_foo has joined #openstack | 14:15 | |
uvirtbot | New bug: #1045834 in devstack "IP information gets held in keyring - does not appear to be cleaned up by unstack.sh" [Undecided,New] https://launchpad.net/bugs/1045834 | 14:16 |
*** koolhead17 is now known as koolhead17|Away | 14:16 | |
*** primozf has quit IRC | 14:16 | |
*** primozf has joined #openstack | 14:17 | |
*** alaski has quit IRC | 14:17 | |
*** alaski has joined #openstack | 14:17 | |
*** s3u has joined #openstack | 14:19 | |
*** Blackavar has quit IRC | 14:19 | |
*** Blackavar has joined #openstack | 14:19 | |
*** spligak has joined #openstack | 14:21 | |
*** s3u has quit IRC | 14:22 | |
*** s3u has joined #openstack | 14:23 | |
*** jaygeebee has quit IRC | 14:24 | |
*** blamar has joined #openstack | 14:25 | |
*** martines has quit IRC | 14:25 | |
*** thinrhino has joined #openstack | 14:27 | |
oneiroi | Hi All, i've edited /etc/glance/glance-registry.conf but I'm getting this error when running `glance-manage db_sync` : sqlalchemy.exc.OperationalError: (OperationalError) (1045, "Access denied for user 'glance'@'localhost' (using password: YES)") None None | 14:27 |
*** blamar_ has joined #openstack | 14:27 | |
oneiroi | the mysql host itsn't even on localhost, any ideas? | 14:27 |
*** natea has quit IRC | 14:30 | |
*** blamar has quit IRC | 14:30 | |
*** blamar_ is now known as blamar | 14:30 | |
*** rhamnett has quit IRC | 14:30 | |
*** GheRivero has joined #openstack | 14:31 | |
*** leetrout has joined #openstack | 14:32 | |
*** lazyshot has joined #openstack | 14:32 | |
*** martines has joined #openstack | 14:33 | |
*** primeministerp has quit IRC | 14:33 | |
*** CrackerJackMack has quit IRC | 14:33 | |
oneiroi | no matter red herring it would appear | 14:33 |
*** kmac_ has joined #openstack | 14:33 | |
oneiroi | checked the log file for the issue which was invalid password | 14:33 |
*** pweiss has joined #openstack | 14:34 | |
*** Triade has quit IRC | 14:34 | |
*** HugoAlmeida has quit IRC | 14:34 | |
*** CrackerJackMack has joined #openstack | 14:35 | |
*** secbitchris has joined #openstack | 14:35 | |
*** kbringard has joined #openstack | 14:35 | |
_3N74D4v_d | hello....melmoth there??? | 14:35 |
melmoth | _3N74D4v_d, yep | 14:37 |
*** kmac_ is now known as sudorandom | 14:37 | |
*** e1mer has quit IRC | 14:37 | |
*** Guest33388 has joined #openstack | 14:37 | |
*** alaski has quit IRC | 14:38 | |
*** nati_ueno has joined #openstack | 14:38 | |
*** alaski has joined #openstack | 14:38 | |
*** nati_ueno has quit IRC | 14:40 | |
*** natea has joined #openstack | 14:41 | |
*** nati_ueno has joined #openstack | 14:41 | |
*** mrjazzcat has quit IRC | 14:41 | |
*** Ruetobas has quit IRC | 14:42 | |
*** msinhore has joined #openstack | 14:43 | |
*** primeministerp has joined #openstack | 14:43 | |
*** Hikhvar has quit IRC | 14:45 | |
*** alaski has quit IRC | 14:46 | |
*** stampit has quit IRC | 14:46 | |
*** alaski has joined #openstack | 14:46 | |
*** mjfork has joined #openstack | 14:48 | |
*** ewindisch has joined #openstack | 14:48 | |
_3N74D4v_d | melmoth : have my VMs running on the public space right now :) | 14:51 |
_3N74D4v_d | but with private IP addresses | 14:51 |
melmoth | hmm ? | 14:51 |
melmoth | doing some nat on a router somewhere then ? | 14:52 |
_3N74D4v_d | no | 14:52 |
_3N74D4v_d | I mean the main server is public | 14:52 |
_3N74D4v_d | but the VMs are | 14:52 |
_3N74D4v_d | private | 14:52 |
_3N74D4v_d | I would like now to assign them a public IP | 14:52 |
_3N74D4v_d | so that they are reachable from the internet | 14:53 |
_3N74D4v_d | using floating range | 14:53 |
*** ondergetekende has quit IRC | 14:53 | |
_3N74D4v_d | as you recommended | 14:53 |
*** Ruetobas has joined #openstack | 14:53 | |
melmoth | if you have alreadt created a floating network with nova-manage, it s as easy as euca-allocate-adress then euca-associate address | 14:53 |
*** HugoAlmeida has joined #openstack | 14:53 | |
_3N74D4v_d | not yet | 14:54 |
*** dendro-afk is now known as dendrobates | 14:55 | |
_3N74D4v_d | I have this however in my nova.conf file : floating_range=X.X.X.X/29 | 14:55 |
melmoth | then , create a floating network (you can even create a asingle floatin ip) | 14:56 |
melmoth | sudo nova-manage floating create your.ip | 14:56 |
melmoth | (or your ip range) | 14:56 |
melmoth | for a range: sudo nova-manage floating create --ip_range $NOVA_FLOATING_RANGE | 14:56 |
bluenemo | what is the path to the paste.deploy config file described in the ubuntu12 guide? there is no path given there and i cant find it :/ | 14:56 |
melmoth | then, nova floating-ip-create, nova floating-ip-list and nova add-floating-ip <instance-id> <floating-ip> | 14:57 |
_3N74D4v_d | paste.deploy? | 14:58 |
_3N74D4v_d | try it | 14:58 |
melmoth | well.. time to run a bit.. See you later | 14:58 |
_3N74D4v_d | c ya man | 14:58 |
_3N74D4v_d | thank you once more | 14:58 |
bluenemo | on the ubuntu guide page 25 | 14:59 |
_3N74D4v_d | bluenemo any link?? | 14:59 |
bluenemo | (configure swift components) | 14:59 |
bluenemo | its the official doc from openstack.org for ubuntu 12.04 | 14:59 |
bluenemo | one sec (looking for link) | 14:59 |
*** edygarcia has quit IRC | 14:59 | |
bluenemo | http://docs.openstack.org/essex/openstack-compute/starter/os-compute-starterguide-trunk.pdf | 14:59 |
bluenemo | or http://docs.openstack.org/ :) | 15:00 |
*** datsun180b has joined #openstack | 15:00 | |
*** cp16net is now known as cp16net|away | 15:01 | |
*** cp16net|away is now known as cp16net | 15:01 | |
_3N74D4v_d | bluenemo:yeah there | 15:02 |
*** mindpixel has quit IRC | 15:02 | |
*** reidrac has quit IRC | 15:02 | |
*** azret has joined #openstack | 15:03 | |
bluenemo | _3N74D4v_d, so where do i need to save the file paste.deploy? | 15:03 |
*** natea has quit IRC | 15:04 | |
_3N74D4v_d | let me check my config | 15:04 |
*** Math___ has quit IRC | 15:04 | |
*** Math___ has joined #openstack | 15:05 | |
_3N74D4v_d | bluenemo : never dealt with that | 15:05 |
*** jaypipes has joined #openstack | 15:05 | |
_3N74D4v_d | never used it | 15:05 |
*** rocambole has quit IRC | 15:06 | |
*** UICTamale has joined #openstack | 15:06 | |
bluenemo | hm. so its not 'needed'? | 15:06 |
*** troytoman-away is now known as troytoman | 15:06 | |
_3N74D4v_d | bluenemo: paste.deploy means copy this example file paste it in your config file and your service is deployed | 15:06 |
_3N74D4v_d | :) | 15:07 |
_3N74D4v_d | just sample file | 15:07 |
*** alaski has quit IRC | 15:07 | |
*** alaski has joined #openstack | 15:07 | |
*** lborda_ has joined #openstack | 15:07 | |
*** lborda has quit IRC | 15:07 | |
*** e1mer has joined #openstack | 15:09 | |
*** natea has joined #openstack | 15:09 | |
*** medberry is now known as med_ | 15:10 | |
*** azret_ has joined #openstack | 15:10 | |
*** Gordonz has joined #openstack | 15:11 | |
*** thinrhino has quit IRC | 15:11 | |
*** alaski has quit IRC | 15:11 | |
*** alaski has joined #openstack | 15:11 | |
*** Ruetobas has quit IRC | 15:12 | |
*** azret has quit IRC | 15:12 | |
*** e1mer has quit IRC | 15:12 | |
*** Gordonz has quit IRC | 15:13 | |
*** Gordonz has joined #openstack | 15:13 | |
*** nati_uen_ has joined #openstack | 15:14 | |
*** HugoAlmeida has quit IRC | 15:15 | |
*** lloydde has joined #openstack | 15:15 | |
*** Ruetobas has joined #openstack | 15:15 | |
*** s3u has quit IRC | 15:16 | |
*** HugoAlmeida has joined #openstack | 15:16 | |
*** colinmcnamara has joined #openstack | 15:16 | |
*** lloydde_ has joined #openstack | 15:16 | |
*** snowboarder04 has joined #openstack | 15:16 | |
*** rhamnett has joined #openstack | 15:16 | |
rhamnett | with the openstack dashboard you can create an LVM snapshot of a volume. But how do you restore said snapshot to a new volume? | 15:17 |
*** nati_ueno has quit IRC | 15:17 | |
*** s3u has joined #openstack | 15:19 | |
*** lloydde has quit IRC | 15:20 | |
*** Guest35500 has quit IRC | 15:20 | |
*** lborda_ has quit IRC | 15:21 | |
*** s3u has quit IRC | 15:21 | |
*** bullardo has joined #openstack | 15:21 | |
*** UICTamale has quit IRC | 15:22 | |
bluenemo | _3N74D4v_d, yes, but what i cant read out of the document, WHAT config file? what path? | 15:23 |
*** UICTamale has joined #openstack | 15:23 | |
bluenemo | i dont get it quite :/ sorry i might be a bit slow today.. | 15:23 |
*** Ruetobas has quit IRC | 15:24 | |
*** torandu has joined #openstack | 15:24 | |
*** Breaking_Lunch has quit IRC | 15:25 | |
*** HugoAlmeida has quit IRC | 15:25 | |
*** bullardo has quit IRC | 15:26 | |
*** bsdbandit has joined #openstack | 15:26 | |
bsdbandit | morning all | 15:26 |
*** cd has joined #openstack | 15:26 | |
cd | does the account hierarchy for openstack support multiple tiers (an account have have subaccounts) in which we could roll up usage into a parent account? | 15:27 |
*** MrXyZ has joined #openstack | 15:28 | |
*** Ruetobas has joined #openstack | 15:29 | |
bluenemo | i cant get to find an error in swift conf preventing me from creating swift-rings: http://pastebin.com/PhJsZVfV | 15:29 |
bluenemo | solved it. seems to be a bit strange in the ubuntu 12 doc.. this one helped: http://docs.openstack.org/trunk/openstack-compute/install/content/swift-conf.html | 15:31 |
*** edygarcia has joined #openstack | 15:31 | |
notmyname | bluenemo: great (I was going to point you at https://github.com/openstack/swift/blob/master/etc/swift.conf-sample) | 15:31 |
*** shaon has joined #openstack | 15:32 | |
*** bencherian has quit IRC | 15:32 | |
*** colinmcnamara has quit IRC | 15:33 | |
*** Blackavar has quit IRC | 15:34 | |
GMI | cd: openstack doesn't currently support accounts with subaccounts, maybe in the future | 15:34 |
*** simon_lucy has joined #openstack | 15:35 | |
bluenemo | notmyname, :) | 15:36 |
*** mattray has joined #openstack | 15:37 | |
*** DANO-MARC has quit IRC | 15:37 | |
bluenemo | are there any setup scripts around there which i can just run on ubuntu12 to get an all in one machine? if not so, i'm currently writing one in bash. do you think i can make that public somewhere when its finished? i think it would be nice to just 'look at it' (besides trystack) and just run a script that installes stuff instead of working through the guides. what do you think? | 15:37 |
notmyname | bluenemo: I think that'd be great. there is a doc explaining how to set one up, but I don't know of a script that does it all for you (see the development_saio doc) | 15:38 |
notmyname | bluenemo: saio == swift all in one | 15:38 |
vachon | anyone know an easy way to take images recovered from glance and put them back into the system? | 15:38 |
vachon | or take running instances and get them back into mysql | 15:38 |
*** desai has joined #openstack | 15:38 | |
vachon | my mysql db blew up | 15:38 |
*** samkottler is now known as samkottler|lunch | 15:38 | |
*** HugoAlmeida has joined #openstack | 15:39 | |
maurosr | c | 15:39 |
bluenemo | notmyname, ok i'll finish that and then report back. i want it to be interactive a bit (please give password for foo: .....) so it'll take a while. if its done, maybe we can use it for continues integration or something. | 15:39 |
*** colinmcnamara has joined #openstack | 15:39 | |
*** Math___ has quit IRC | 15:39 | |
bsdbandit | im looking at giving openstack a try im purchasing a box that has 2 quad cores and 48 gigs of ram with 146 gb drives is this good enough to install openstack along with running vms ? | 15:39 |
*** Math___ has joined #openstack | 15:39 | |
chmouel | notmyname, bluenemo: I think there is that one from btorch https://github.com/btorch/swift-saio.sh | 15:40 |
oneiroi | getting 401 invalid username/password after setting keystone per this: http://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17 anyone come across that ? | 15:41 |
*** doublerr has joined #openstack | 15:41 | |
*** nati_uen_ has quit IRC | 15:41 | |
vachon | bsdbandit: depends what you want to do | 15:42 |
rhamnett | with the openstack dashboard you can create an LVM snapshot of a volume. But how do you restore said snapshot to a new volume? | 15:42 |
*** nati_ueno has joined #openstack | 15:42 | |
vachon | you have no redundancy, and the smaller the drives, the smaller the ephemeral stores | 15:42 |
*** Guest35500 has joined #openstack | 15:42 | |
*** e1mer has joined #openstack | 15:43 | |
GMI | vachon: I don't think there is an easy way to recover everything in your db (I assume you lost the Glance DB, Nova DB, Keystone DB) | 15:44 |
vachon | yea, orphaned ibdata1 | 15:44 |
vachon | so i have headless vm's now | 15:45 |
vachon | luckily this was testing! | 15:45 |
*** nacx has quit IRC | 15:45 | |
vachon | head -> desk. time to rebuild the cluster | 15:45 |
*** e1mer has quit IRC | 15:46 | |
GMI | if you still have the Glance files, you can re-add them to Glance, but for Nova and Keystone is much more complicated, you are better off starting fresh | 15:46 |
vachon | yea | 15:46 |
vachon | i think im going to use the Serge fix for 12.04 guests too | 15:47 |
vachon | 10.04 is so old | 15:47 |
GMI | vachon: Serge fix ? | 15:47 |
*** Lavyy has joined #openstack | 15:47 | |
vachon | [Bug 997978] Re: KVM images lose connectivity with bridged network | 15:47 |
Lavyy | Hello guys am a newbei in linux , i need some one to help me spin up a linux cloud server in rackspace, i have the documentations. Please pm me | 15:48 |
*** e1mer has joined #openstack | 15:48 | |
vachon | GMI: ironically, this all happened as i was setting up a slave for mysql, oh the irony abounds | 15:49 |
*** e1mer has quit IRC | 15:49 | |
*** bencherian has joined #openstack | 15:49 | |
oneiroi | Lavyy: that's surely what the Rackspace live chat customer support is for ? ;-) | 15:49 |
oneiroi | Lavyy: also at present there are two rackspace offerings one is a legacy system and the other is openstack, simply log into your portal https://mycloud.rackspace.com (for openstack) and click "create server" it's literally on the first page after you login! | 15:51 |
Razique | oneiroi hey :) | 15:52 |
Razique | hi vachon and GMI too! | 15:52 |
oneiroi | Hi Razique | 15:52 |
vachon | hi Razique | 15:52 |
*** natea has quit IRC | 15:53 | |
*** comptona has quit IRC | 15:53 | |
* oneiroi us having keystone headaches atm | 15:53 | |
oneiroi | s/us/is/ | 15:53 |
* vachon exploded his mysql db | 15:53 | |
vachon | its a great week! | 15:53 |
oneiroi | vachon: I did that recently by loading it with something like 40k concurrent connections | 15:54 |
vachon | yea, i did it by corrupting my ibdata | 15:54 |
oneiroi | trashed the ibdata files etc | 15:54 |
vachon | and file_per_table wasnt on yet | 15:54 |
oneiroi | yeh that too | 15:54 |
oneiroi | xD | 15:54 |
vachon | it WAS going on with that restart | 15:54 |
oneiroi | spect a day resotring from backups xD | 15:54 |
Razique | vachon erf :/ | 15:54 |
oneiroi | spec* | 15:54 |
bsdbandit | vachon i will just be running multiple servers in the cloud on top of openstack | 15:54 |
Razique | no backup then eh | 15:54 |
Razique | :d | 15:54 |
oneiroi | spent** | 15:54 |
vachon | nope... not a recent one | 15:54 |
vachon | i was locking the db to do the dump to the slave | 15:55 |
vachon | and well, you get the rest | 15:55 |
Razique | yup | 15:55 |
oneiroi | vachon: http://serverfault.com/questions/422061/mysql-cant-drop-table-does-not-exist-cant-create-table-exists | 15:55 |
Razique | arf shift happens | 15:55 |
vachon | oneiroi: much much worse that that | 15:56 |
oneiroi | vachon: no backups? | 15:56 |
vachon | i was trying to make it | 15:56 |
*** dwcramer has joined #openstack | 15:57 | |
oneiroi | ouch | 15:57 |
vachon | screw it, everything is in puppet | 15:57 |
vachon | im starting fresh! | 15:57 |
oneiroi | lol | 15:57 |
vachon | wipe it all! | 15:57 |
oneiroi | I'm starting looking at puppet now as it happens | 15:57 |
oneiroi | first step is to get this bloody new keystone install working | 15:57 |
*** jeroenhn has quit IRC | 15:58 | |
oneiroi | keeps 401 "invalid username/password" it's a new install I haven't set anything except the admin token yet! *headdesk* | 15:58 |
*** bencherian has quit IRC | 15:59 | |
Math___ | oneiroi: how do you authenticate ? | 16:00 |
*** e1mer has joined #openstack | 16:01 | |
oneiroi | Math___: well I can't at the moment ... | 16:01 |
oneiroi | trying to create a user to auth with, it's a new installation | 16:01 |
Math___ | kk | 16:02 |
*** UICTamale has quit IRC | 16:02 | |
Math___ | easy_install python-keystoneclienyt | 16:02 |
Math___ | python-keystoneclient that is | 16:02 |
Razique | catch you later, home home | 16:02 |
*** Razique has quit IRC | 16:02 | |
oneiroi | Math___: allready installed ... | 16:02 |
oneiroi | http://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17 | 16:02 |
Math___ | keystone tenant-create admintenant | 16:03 |
Math___ | keystone user-create --tenant-id <from above> --user-name adminuser --password testpass | 16:03 |
Math___ | keystone role-list | 16:03 |
Math___ | keystone user-role-add --tenant-id --user-id --role-id | 16:03 |
bluenemo | chmouel, thanks for the link, looks interesting | 16:04 |
Math___ | curl -d '{"auth": {"tenantName": "admintenant", "passwordCredentials": {"username":"adminuser","password":"adminpassword"}}' -H 'Content-type: application/json' http://localhost:5000/v2/tokens | 16:04 |
oneiroi | keystone tenant-create --name admintenant : Invalid user / password (HTTP 401) | 16:04 |
Math___ | haaa | 16:04 |
Math___ | did you set your SERVICE_TOKEN and SERVICE_ENDPOINT environment variables ? | 16:05 |
*** notze has joined #openstack | 16:05 | |
*** supriya has quit IRC | 16:05 | |
oneiroi | Math___: no | 16:05 |
Math___ | export SERVICE_ENDPOINT=http://localhost:5000/v2.0/ | 16:06 |
Math___ | export SERVICE_TOKEN=<admin_token from keystone.conf> | 16:06 |
Math___ | SERVICE_ENDPOINT=http://localhost:35357/v2.0/ | 16:06 |
*** Protux has joined #openstack | 16:06 | |
*** matiu_ has joined #openstack | 16:06 | |
*** matiu_ has quit IRC | 16:06 | |
Math___ | use the admin instead of public... | 16:06 |
*** Guest22204 has joined #openstack | 16:07 | |
*** rhamnett has quit IRC | 16:07 | |
Math___ | oneiroi: then you should be able to issue your keystone tenant-create --name admintenant | 16:07 |
Math___ | going out for lunch, I'll be back later | 16:07 |
oneiroi | getting a connection refused atm so debugging | 16:08 |
oneiroi | Math___: yes that's that's working going to go update that wiki @ fedora now | 16:08 |
oneiroi | and done, thank you Math___ | 16:11 |
bluenemo | the ubuntu 12 documentation is missing the packet swift-object in configuring swift.. can i file a bug report for the doc's somewhere | 16:11 |
bluenemo | ? | 16:11 |
*** Deathvalley122 has quit IRC | 16:11 | |
*** tdowg1 has quit IRC | 16:12 | |
*** uictamale has joined #openstack | 16:14 | |
*** llang629 has joined #openstack | 16:15 | |
*** e1mer has quit IRC | 16:17 | |
*** markmcclain has quit IRC | 16:17 | |
*** _3N74D4v_d has quit IRC | 16:17 | |
*** Deathvalley122 has joined #openstack | 16:18 | |
*** torandu has quit IRC | 16:19 | |
*** rnorwood has joined #openstack | 16:22 | |
*** markmcclain has joined #openstack | 16:24 | |
*** dachary has quit IRC | 16:24 | |
*** samkottler|lunch is now known as samkottler | 16:25 | |
*** nati_ueno has quit IRC | 16:26 | |
*** Math___ has quit IRC | 16:29 | |
*** troya has joined #openstack | 16:29 | |
troya | hi all | 16:29 |
*** HugoAlmeida has quit IRC | 16:29 | |
*** Guest81200 has quit IRC | 16:29 | |
troya | i confuse how to configure on openstack installation if my network interface only one | 16:29 |
troya | anyone here can give me solution / | 16:30 |
troya | ? | 16:30 |
*** jtran has joined #openstack | 16:30 | |
*** notze has quit IRC | 16:30 | |
*** torandu has joined #openstack | 16:30 | |
*** warik has joined #openstack | 16:30 | |
*** hemna has joined #openstack | 16:30 | |
*** aliguori has quit IRC | 16:31 | |
*** Blackavar has joined #openstack | 16:32 | |
*** Breaking_Lunch has joined #openstack | 16:33 | |
*** bencherian has joined #openstack | 16:35 | |
troya | anyone here ? | 16:35 |
*** Breaking_Lunch is now known as Breaking_Pitt | 16:35 | |
*** Turicas has joined #openstack | 16:35 | |
*** Lavyy has quit IRC | 16:38 | |
*** nmistry has joined #openstack | 16:41 | |
uvirtbot | New bug: #1045911 in devstack "devstack rejoin-stack.sh will not start swift correctly" [Undecided,New] https://launchpad.net/bugs/1045911 | 16:41 |
*** arosen has joined #openstack | 16:41 | |
*** troya has quit IRC | 16:42 | |
*** osier has quit IRC | 16:44 | |
*** cgoncalves has quit IRC | 16:45 | |
*** e1mer has joined #openstack | 16:46 | |
*** dachary has joined #openstack | 16:46 | |
*** mutex has joined #openstack | 16:47 | |
*** iNdefiNite has quit IRC | 16:47 | |
*** shanlar- has quit IRC | 16:49 | |
*** nightcrawler786 has quit IRC | 16:50 | |
*** e1mer has quit IRC | 16:50 | |
*** leetrout has quit IRC | 16:50 | |
*** Lil has quit IRC | 16:51 | |
*** natea has joined #openstack | 16:51 | |
*** dpippenger has joined #openstack | 16:52 | |
*** comptona has joined #openstack | 16:53 | |
*** drdrambuie has joined #openstack | 16:54 | |
*** nati_ueno has joined #openstack | 16:54 | |
*** capricorn_1 has quit IRC | 16:54 | |
*** nightcrawler786 has joined #openstack | 16:55 | |
*** dyer has quit IRC | 16:55 | |
*** aliguori has joined #openstack | 16:55 | |
*** Math___ has joined #openstack | 16:56 | |
*** leifmadsen has quit IRC | 16:56 | |
Math___ | oneiroi: you're welcome :) | 16:56 |
*** llang629 has quit IRC | 16:56 | |
*** cgoncalves has joined #openstack | 16:57 | |
*** cgoncalves has joined #openstack | 16:57 | |
*** darthzen has joined #openstack | 16:58 | |
*** leifmadsen has joined #openstack | 16:58 | |
*** martines has quit IRC | 17:00 | |
*** kyriakos has quit IRC | 17:01 | |
*** iNdefiNite has joined #openstack | 17:01 | |
*** martines has joined #openstack | 17:02 | |
*** bluenemo has quit IRC | 17:03 | |
*** dims has quit IRC | 17:06 | |
*** albert23 has joined #openstack | 17:07 | |
*** mutex has left #openstack | 17:07 | |
*** oubiwann has joined #openstack | 17:07 | |
*** julianwa has quit IRC | 17:09 | |
*** ieugen has joined #openstack | 17:11 | |
*** ieugen has left #openstack | 17:12 | |
*** zul has quit IRC | 17:13 | |
*** zing has quit IRC | 17:13 | |
*** zul has joined #openstack | 17:14 | |
*** garyk has quit IRC | 17:15 | |
*** k0rupted has joined #openstack | 17:17 | |
*** gyee has joined #openstack | 17:18 | |
*** rustam has joined #openstack | 17:19 | |
*** cp16net is now known as cp16net|away | 17:19 | |
*** DavidLevin has quit IRC | 17:21 | |
*** primozf has quit IRC | 17:22 | |
*** cp16net|away is now known as cp16net | 17:22 | |
*** darraghb has quit IRC | 17:22 | |
*** file has quit IRC | 17:22 | |
*** sudorandom has quit IRC | 17:24 | |
*** tong|2 has joined #openstack | 17:25 | |
*** marrusl has quit IRC | 17:25 | |
*** rustam has quit IRC | 17:26 | |
*** DavidLevin has joined #openstack | 17:29 | |
*** derekh has quit IRC | 17:30 | |
*** kindaopsdevy has joined #openstack | 17:31 | |
*** Free_maN has quit IRC | 17:31 | |
*** reed has joined #openstack | 17:32 | |
*** Ryan_Lane has joined #openstack | 17:38 | |
*** colinmcnamara has quit IRC | 17:38 | |
*** leetrout has joined #openstack | 17:38 | |
*** clopez has quit IRC | 17:39 | |
*** marrusl has joined #openstack | 17:42 | |
*** natea has quit IRC | 17:43 | |
*** pixelbeat has quit IRC | 17:44 | |
*** DavidLevin has quit IRC | 17:45 | |
*** kpp has joined #openstack | 17:46 | |
*** simon_lucy has quit IRC | 17:46 | |
*** capricorn_1 has joined #openstack | 17:48 | |
*** cp16net is now known as cp16net|away | 17:52 | |
*** cp16net|away is now known as cp16net | 17:52 | |
*** nmistry has quit IRC | 17:52 | |
*** dims has joined #openstack | 17:55 | |
*** jplewi has joined #openstack | 17:55 | |
*** oNeToWn has quit IRC | 17:56 | |
*** markmcclain has quit IRC | 17:56 | |
*** rackerjoe has quit IRC | 17:56 | |
*** heckj has joined #openstack | 17:57 | |
*** kindaopsdevy has left #openstack | 17:59 | |
*** nmistry has joined #openstack | 17:59 | |
*** Turicas has quit IRC | 18:04 | |
*** markmcclain has joined #openstack | 18:04 | |
*** szaydel has quit IRC | 18:04 | |
*** dolphm_zzz has quit IRC | 18:04 | |
*** nRy has joined #openstack | 18:05 | |
*** colinmcnamara has joined #openstack | 18:05 | |
*** jdurgin has joined #openstack | 18:06 | |
*** MarcMorata has quit IRC | 18:06 | |
*** eil397 has joined #openstack | 18:09 | |
*** nmistry has quit IRC | 18:09 | |
annegentle | bluenemo report those at https://bugs.launchpad.net/openstackbook (looks like they already left) | 18:11 |
*** nati_uen_ has joined #openstack | 18:12 | |
*** troytoman is now known as troytoman-away | 18:16 | |
*** nati_ueno has quit IRC | 18:16 | |
*** garyk has joined #openstack | 18:20 | |
uvirtbot | New bug: #1045954 in swift "XFS corruption can create zero-byte partition files instead of dirs" [Undecided,New] https://launchpad.net/bugs/1045954 | 18:21 |
*** nmistry has joined #openstack | 18:24 | |
*** esheffie1d has joined #openstack | 18:24 | |
*** johnpostlethwait has joined #openstack | 18:24 | |
*** eil3971 has joined #openstack | 18:25 | |
*** johnpostlethwait has quit IRC | 18:25 | |
*** natea has joined #openstack | 18:26 | |
*** rhamnett has joined #openstack | 18:26 | |
*** ieugen has joined #openstack | 18:26 | |
*** ieugen has left #openstack | 18:26 | |
*** eil397 has quit IRC | 18:27 | |
*** johnpostlethwait has joined #openstack | 18:28 | |
*** almaisan-away is now known as al-maisan | 18:28 | |
*** koolhead17|Away is now known as koolhead17 | 18:28 | |
*** al-maisan is now known as almaisan-away | 18:29 | |
*** drdrambuie has left #openstack | 18:29 | |
*** bencherian has quit IRC | 18:32 | |
*** verbatim has joined #openstack | 18:32 | |
*** prectechadmin has joined #openstack | 18:32 | |
prectechadmin | Hello | 18:33 |
*** nRy has quit IRC | 18:33 | |
*** prectechCharlie has joined #openstack | 18:33 | |
prectechadmin | does anyone know how to add an extra fixed ip address to a running instance? | 18:33 |
prectechadmin | I am using diablo | 18:33 |
*** bencherian has joined #openstack | 18:34 | |
prectechadmin | I have tried add-fixed-ip but it doesn't work. | 18:34 |
prectechadmin | I can create new instance with multiple fixed ips, but I can add fixed ips to instances that are already running | 18:35 |
*** Math___ has quit IRC | 18:36 | |
*** Breaking_Pitt has quit IRC | 18:37 | |
*** Math___ has joined #openstack | 18:37 | |
*** huats has quit IRC | 18:38 | |
*** DavidLevin has joined #openstack | 18:40 | |
*** s0mik has joined #openstack | 18:41 | |
*** chrisgerling has joined #openstack | 18:42 | |
*** Breaking_Pitt has joined #openstack | 18:43 | |
*** dwcramer has quit IRC | 18:46 | |
*** secbitchris has quit IRC | 18:46 | |
*** vmlinuz has quit IRC | 18:47 | |
*** dualism has joined #openstack | 18:47 | |
*** sudorandom has joined #openstack | 18:49 | |
*** chrisgerling has quit IRC | 18:51 | |
*** prectechCharlie has quit IRC | 18:51 | |
*** secbitchris has joined #openstack | 18:51 | |
uvirtbot | New bug: #1045962 in keystone "Transient test failure: test_token_expiry_maintained" [Low,Confirmed] https://launchpad.net/bugs/1045962 | 18:51 |
prectechadmin | Anyone have any idea how t slove this problem or is the only way to rebuild the instance? | 18:52 |
*** mattray has quit IRC | 18:52 | |
*** natea has quit IRC | 18:53 | |
*** natea has joined #openstack | 18:53 | |
*** dualism has quit IRC | 18:53 | |
*** s0mik has quit IRC | 18:54 | |
*** nmistry has quit IRC | 18:55 | |
*** doublerr_ has joined #openstack | 18:56 | |
*** prectechadmin has quit IRC | 18:59 | |
*** doublerr has quit IRC | 19:00 | |
*** nmistry has joined #openstack | 19:00 | |
*** vmlinuz has joined #openstack | 19:02 | |
*** colinmcnamara has left #openstack | 19:02 | |
*** colinmcnamara has joined #openstack | 19:02 | |
*** s0mik has joined #openstack | 19:03 | |
*** huaia has quit IRC | 19:04 | |
*** huats has joined #openstack | 19:04 | |
*** huats has joined #openstack | 19:04 | |
*** s0mik has quit IRC | 19:05 | |
*** tryggvil has quit IRC | 19:06 | |
*** Guest70077 has quit IRC | 19:08 | |
*** ieugen has joined #openstack | 19:08 | |
*** secbitchris has quit IRC | 19:11 | |
*** pixelbeat has joined #openstack | 19:12 | |
*** ieugen has left #openstack | 19:12 | |
*** sudorandom has quit IRC | 19:14 | |
*** natea has quit IRC | 19:16 | |
*** n0ano has quit IRC | 19:20 | |
*** nmistry has quit IRC | 19:20 | |
*** sudorandom has joined #openstack | 19:21 | |
*** tmichael has quit IRC | 19:21 | |
*** natea has joined #openstack | 19:21 | |
*** nmistry has joined #openstack | 19:23 | |
zodiak | hey guys+gals, i updated a machine from essex to folsom master but now I am not seeing any rabbit notifications | 19:25 |
zodiak | and yes, I made sure to have 'notification_driver=nova.notifier.rabbit_notifier' enabled. | 19:26 |
zodiak | i even went as far as to put into nova.conf 'notify_on_any_change=True' | 19:26 |
*** nmistry has quit IRC | 19:29 | |
*** bencherian has quit IRC | 19:29 | |
*** eil3971 has quit IRC | 19:29 | |
*** samkottler is now known as samkottler|brb | 19:30 | |
zodiak | nm... the driver has changed naming in folsom; nova.openstack.common.notifier.rabbit_notifier | 19:32 |
*** rkukura has quit IRC | 19:32 | |
*** bencherian has joined #openstack | 19:32 | |
*** melmoth has quit IRC | 19:37 | |
*** bbcmicrocomputer has quit IRC | 19:38 | |
*** troytoman-away is now known as troytoman | 19:40 | |
*** GMI has quit IRC | 19:44 | |
*** shaon has quit IRC | 19:45 | |
*** nRy has joined #openstack | 19:46 | |
*** samkottler|brb is now known as samkottler | 19:50 | |
*** bencherian has left #openstack | 19:51 | |
*** tmichael has joined #openstack | 19:52 | |
*** ipmonger has quit IRC | 19:55 | |
*** pixelbeat has quit IRC | 19:56 | |
*** lfazio has quit IRC | 20:00 | |
*** nRy has quit IRC | 20:01 | |
uvirtbot | New bug: #1046004 in devstack "Quantum namespace and l3 support in exercise.sh" [Undecided,New] https://launchpad.net/bugs/1046004 | 20:01 |
*** nRy has joined #openstack | 20:01 | |
*** Sweetsha1k has quit IRC | 20:02 | |
*** Sweetshark has joined #openstack | 20:04 | |
*** jog0 has joined #openstack | 20:04 | |
*** darthzen has quit IRC | 20:04 | |
*** dwcramer has joined #openstack | 20:05 | |
*** colinmcnamara has quit IRC | 20:05 | |
*** sudorandom has quit IRC | 20:06 | |
*** sudorandom has joined #openstack | 20:08 | |
*** rustam has joined #openstack | 20:08 | |
*** Math___ has quit IRC | 20:08 | |
*** marrusl has quit IRC | 20:13 | |
*** warik has quit IRC | 20:14 | |
*** clopez has joined #openstack | 20:15 | |
*** rustam has quit IRC | 20:15 | |
*** nati_uen_ has quit IRC | 20:17 | |
*** nati_ueno has joined #openstack | 20:17 | |
*** nRyo has joined #openstack | 20:17 | |
*** doublerr has joined #openstack | 20:18 | |
*** dwcramer has quit IRC | 20:21 | |
*** marrusl has joined #openstack | 20:26 | |
*** vmlinuz has quit IRC | 20:26 | |
*** kpp1 has joined #openstack | 20:27 | |
*** clopez has quit IRC | 20:27 | |
*** kpp has quit IRC | 20:28 | |
*** natea has joined #openstack | 20:30 | |
uvirtbot | New bug: #1046023 in keystone "PKI Token should not store token body in the backend" [Undecided,In progress] https://launchpad.net/bugs/1046023 | 20:30 |
*** NashTrash1 has joined #openstack | 20:31 | |
*** mattray has joined #openstack | 20:31 | |
NashTrash1 | Hello Stackers! | 20:31 |
uvirtbot | New bug: #1046020 in nova "attach_volume fails for LXC due to wrong root_device_name and path" [Undecided,New] https://launchpad.net/bugs/1046020 | 20:31 |
uvirtbot | New bug: #1046021 in nova "Over rate limit error response not up to spec" [Undecided,New] https://launchpad.net/bugs/1046021 | 20:31 |
zykes- | koolhead17: :o | 20:32 |
NashTrash1 | Can anyone point me to a quick way of giving a swift bucket/object public read access? I want it that anyone can directly download the object. Thanks | 20:32 |
*** dwcramer has joined #openstack | 20:34 | |
NashTrash1 | Ok. Bit of reading later. I see tempurl middleware. | 20:35 |
*** nRyo has quit IRC | 20:36 | |
*** mrjazzcat has joined #openstack | 20:37 | |
notmyname | NashTrash1: set container metadata "X-Container-Read': .r:*,.rlistings" | 20:38 |
notmyname | the .r:* is all that's needed, actually | 20:38 |
NashTrash1 | notmyname: Ok. So I add tempurl into my pipeline, right? Like: pipeline = informant healthcheck cache tempurl swift3 swauth proxy-server | 20:38 |
NashTrash1 | And add the filter: use = egg:swift#tempurl | 20:39 |
notmyname | ok | 20:39 |
NashTrash1 | Then restart the proxy servers, create the container, and finally set the header. | 20:39 |
NashTrash1 | Restarting proxy servers.... | 20:41 |
*** koolhead17 is now known as koolhead17|afk | 20:41 | |
notmyname | NashTrash1: tempurl and public read access aren't the same thing | 20:42 |
*** nati_ueno has quit IRC | 20:43 | |
atrius | well... i thought everything was working so well... my instances can't reach anything outside their network | 20:44 |
*** dwcramer has quit IRC | 20:44 | |
NashTrash1 | notmyname: Ah. What I want is for anyone to be able to download a large binary from swift without having to auth | 20:44 |
atrius | which is to say that they can't reach anything outside the 10.4.20.0 network | 20:44 |
*** CuraHack has joined #openstack | 20:44 | |
notmyname | NashTrash1: ya, then all you need is the ".r:*". tempurl is more for generating a signed url that you can use for time-limited access | 20:45 |
NashTrash1 | notmyname: Ok. Well, not tempurl is in place too. | 20:46 |
NashTrash1 | notmyname: Is there any easy way to set that container header using the swift cli? | 20:46 |
atrius | they can reach the gateway but nothing beyond that | 20:46 |
swifterdarrell | NashTrash1: note that setting X-Container-Read to .r:* will allow anyone to download anything in the whole container (which may or may not be okay, depending on what else you have in the same container) | 20:46 |
*** tryggvil has joined #openstack | 20:46 | |
atrius | is it necessary to enable ip forwarding? | 20:47 |
NashTrash1 | swifterdarrell: I am setting the container up purely as a public downloads container | 20:47 |
swifterdarrell | NashTrash1: cool :) | 20:47 |
swifterdarrell | swift post -r .r:* <container_name> | 20:47 |
notmyname | swifterdarrell: thanks, I was getting there :-) | 20:48 |
swifterdarrell | NashTrash1: (I didn't include authentication args, there) | 20:48 |
*** bruges has quit IRC | 20:48 | |
*** milner has quit IRC | 20:48 | |
*** gyee has quit IRC | 20:48 | |
*** s0mik has joined #openstack | 20:48 | |
NashTrash1 | swifterdarrell: Ah, so much easier than via curl | 20:48 |
swifterdarrell | notmyname: it's annoying that googling for "openstack swift public container" has the command-line way to do it as the first link (but it's dated, mentioning "st", and is clouded by a bunch of CDN stuff) and the low-level info as the 6th link | 20:50 |
*** bruges has joined #openstack | 20:50 | |
atrius | strike that.. it's already enabled | 20:50 |
atrius | it's not necessary to add security group rules just to get out, is it? | 20:51 |
*** hemna has quit IRC | 20:53 | |
*** leetrout has quit IRC | 20:53 | |
*** hemna has joined #openstack | 20:53 | |
*** pvo has quit IRC | 20:53 | |
*** pvo has joined #openstack | 20:53 | |
*** ChanServ sets mode: +v pvo | 20:53 | |
*** rkukura has joined #openstack | 20:55 | |
uvirtbot | New bug: #1046040 in nova "Project-specific flavors broke Horizon flavor admin" [Undecided,New] https://launchpad.net/bugs/1046040 | 20:56 |
atrius | are egress rules required for the VMs to be able to ping or use HTTP outbound to the internet? | 20:59 |
*** Breaking_Pitt has quit IRC | 20:59 | |
*** dims has quit IRC | 20:59 | |
NashTrash1 | swifterdarrell: The public url works like a charm. Thank you. It is just too bad that you have to show your AUTH_xyz value is. | 21:02 |
*** nhm has quit IRC | 21:03 | |
*** tong|2 has quit IRC | 21:04 | |
comptona | Does anybody know of a successful integration between Keystone and Active Directory, using the LDAP backend? | 21:06 |
Ryan_Lane | using essex? | 21:06 |
Ryan_Lane | the schema is compatible | 21:06 |
Ryan_Lane | so it should work without issue | 21:06 |
Ryan_Lane | you'll need the fixes that were recently merged into stable, though | 21:07 |
comptona | yep, essex is what I'm trying with | 21:07 |
Ryan_Lane | you'll need the fixes in the essex stable branch, then | 21:07 |
*** natea has quit IRC | 21:08 | |
comptona | do you know offhand if anybody is building packages with those changes? | 21:08 |
comptona | if not I'll try and make some myself | 21:09 |
atrius | damn... can't get any traffic out of the instances to the wider network | 21:10 |
Ryan_Lane | comptona: they aren't released yet by ubuntu | 21:10 |
Ryan_Lane | comptona: I don't know about red hat | 21:11 |
comptona | gotcha | 21:11 |
Ryan_Lane | comptona: I install the packages and override individual files with puppet until the fix is released | 21:11 |
*** boden has quit IRC | 21:12 | |
*** natea has joined #openstack | 21:14 | |
*** milner has joined #openstack | 21:14 | |
*** milner has quit IRC | 21:14 | |
*** h0cin has quit IRC | 21:14 | |
*** ChanServ sets mode: +o jeblair | 21:14 | |
*** EmilienM has quit IRC | 21:16 | |
*** markvoelker has quit IRC | 21:18 | |
*** ttrifonov is now known as ttrifonov_zZzz | 21:19 | |
*** maurosr has quit IRC | 21:19 | |
*** Blackavar has quit IRC | 21:21 | |
*** almaisan-away is now known as al-maisan | 21:22 | |
*** al-maisan is now known as almaisan-away | 21:23 | |
atrius | nm.. i figured it out... i had the setting for routing_source_ip wrong | 21:23 |
*** msinhore has quit IRC | 21:24 | |
atrius | though, i am getting issues where from time to time the meta-data service doesn't seem to be reachable by the VMs | 21:24 |
*** rnorwood has quit IRC | 21:25 | |
*** almaisan-away is now known as al-maisan | 21:25 | |
*** ywu_ has joined #openstack | 21:25 | |
*** al-maisan is now known as almaisan-away | 21:26 | |
*** natea has quit IRC | 21:27 | |
*** ayoung_ has joined #openstack | 21:27 | |
*** natea_ has joined #openstack | 21:27 | |
*** ayoung_ has quit IRC | 21:29 | |
*** Blackavar has joined #openstack | 21:30 | |
uvirtbot | New bug: #1046054 in horizon "Security groups leak across tenants for admin users" [High,Confirmed] https://launchpad.net/bugs/1046054 | 21:30 |
*** tgall_foo has quit IRC | 21:30 | |
*** colinmcnamara has joined #openstack | 21:31 | |
*** nati_ueno has joined #openstack | 21:32 | |
*** mtreinish has quit IRC | 21:33 | |
*** adjohn has joined #openstack | 21:33 | |
*** colinmcnamara has quit IRC | 21:33 | |
*** natea has joined #openstack | 21:35 | |
*** desai1 has joined #openstack | 21:36 | |
*** NashTrash1 has quit IRC | 21:37 | |
*** natea_ has quit IRC | 21:37 | |
*** warik has joined #openstack | 21:37 | |
*** notze has joined #openstack | 21:39 | |
*** desai has quit IRC | 21:39 | |
*** harlowja has joined #openstack | 21:40 | |
*** adjohn has quit IRC | 21:41 | |
*** natea has joined #openstack | 21:43 | |
*** notze has quit IRC | 21:43 | |
*** natea has joined #openstack | 21:44 | |
*** kpp1 has quit IRC | 21:45 | |
*** adjohn has joined #openstack | 21:46 | |
*** jog0 has quit IRC | 21:46 | |
*** rmartinelli has quit IRC | 21:48 | |
*** mikal has quit IRC | 21:50 | |
*** rnorwood has joined #openstack | 21:51 | |
*** mikal has joined #openstack | 21:51 | |
*** tmichael has quit IRC | 21:54 | |
*** warik has quit IRC | 21:55 | |
uvirtbot | New bug: #1046061 in quantum "add_router_interface should check ip overwrapping" [Undecided,New] https://launchpad.net/bugs/1046061 | 21:56 |
*** verbatim has quit IRC | 21:57 | |
*** warik has joined #openstack | 21:59 | |
*** bapa has quit IRC | 21:59 | |
*** warik has quit IRC | 22:00 | |
*** natea has quit IRC | 22:01 | |
*** ayoung has quit IRC | 22:01 | |
*** warik has joined #openstack | 22:04 | |
*** med_ is now known as DaveM_ | 22:04 | |
*** DaveM_ is now known as med_ | 22:04 | |
*** bapa has joined #openstack | 22:04 | |
*** eglynn has quit IRC | 22:05 | |
*** KarinLevenstein has quit IRC | 22:05 | |
*** KarinLevenstein has joined #openstack | 22:05 | |
*** rpawlik_ has quit IRC | 22:06 | |
*** dwcramer has joined #openstack | 22:07 | |
*** KarinLevenstein has quit IRC | 22:10 | |
*** dspano has quit IRC | 22:14 | |
*** aliguori has quit IRC | 22:15 | |
*** jog0 has joined #openstack | 22:15 | |
*** DanF has quit IRC | 22:16 | |
*** pixelbeat has joined #openstack | 22:18 | |
*** drac_h_ has joined #openstack | 22:18 | |
*** drac__h has quit IRC | 22:19 | |
*** troytoman is now known as troytoman-away | 22:19 | |
*** briancline has quit IRC | 22:19 | |
*** dendrobates is now known as dendro-afk | 22:21 | |
*** szaydel has joined #openstack | 22:23 | |
*** glenc_ has joined #openstack | 22:23 | |
*** GheRivero has quit IRC | 22:24 | |
*** datsun180b has quit IRC | 22:25 | |
*** glenc has quit IRC | 22:26 | |
*** mattray has quit IRC | 22:26 | |
*** warik has quit IRC | 22:31 | |
uvirtbot | New bug: #1046075 in openstack-ci "Request: create a new repo for housing the Volume API at openstack/volume-api " [Undecided,New] https://launchpad.net/bugs/1046075 | 22:31 |
*** lazyshot has quit IRC | 22:33 | |
*** roaet_ has joined #openstack | 22:33 | |
*** egant has joined #openstack | 22:35 | |
*** lborda has joined #openstack | 22:36 | |
*** Guest35500 has quit IRC | 22:36 | |
uvirtbot | New bug: #1046077 in quantum "Lack of unit test for policy.enforce" [Undecided,New] https://launchpad.net/bugs/1046077 | 22:36 |
comptona | Ryan_Lane: I apologize for being dense, but I'm still having trouble with the LDAP/Active Directory stuff | 22:39 |
*** kbringard has quit IRC | 22:39 | |
*** AlanClark has quit IRC | 22:39 | |
comptona | I've got the files from stable/essex on my controller, but it seems like the problem I'm running into is that the search is looking for a specific object directly instead of searching for a object with a certain attribute within an OU | 22:40 |
*** notze has joined #openstack | 22:40 | |
*** Protux has quit IRC | 22:40 | |
*** anniec has joined #openstack | 22:40 | |
*** sudorandom has quit IRC | 22:40 | |
*** bruges has quit IRC | 22:41 | |
*** bruges has joined #openstack | 22:41 | |
comptona | in particular, it's looking for the path "cn=<queried username>,ou=Domain Users,…", and our "cn"s are the user's full name, which I can't figure out how to search for | 22:42 |
*** Deathvalley122 has quit IRC | 22:42 | |
*** simon_lucy has joined #openstack | 22:42 | |
*** sudorandom has joined #openstack | 22:42 | |
*** notze has quit IRC | 22:43 | |
Ryan_Lane | comptona: yeah | 22:44 |
Ryan_Lane | comptona: you need to adjust that | 22:44 |
Ryan_Lane | there's an option for it | 22:44 |
comptona | I tried the option "user_id_attribute = sAMAccountName", but it's still searching for a full DN of "sAMAccountname=x,ou=Domain Users,…" and failing | 22:45 |
comptona | is that the option you had in mind, or is there something else I should track down? | 22:46 |
*** dwcramer has quit IRC | 22:49 | |
*** Deathvalley122 has joined #openstack | 22:49 | |
*** heckj has quit IRC | 22:49 | |
*** desai1 has quit IRC | 22:50 | |
*** kmwhite has joined #openstack | 22:52 | |
*** rpawlik has joined #openstack | 22:52 | |
*** leetrout has joined #openstack | 22:53 | |
*** rnorwood has quit IRC | 22:54 | |
*** s0mik has quit IRC | 22:54 | |
kmwhite | If I have DNSmasq configured with the domain 'stack.domain.com' and I create an instance with the name 'master.integration', is there a way to have the FQDN of the instance properly be set up to be master.integration.stack.domain.com ? Running `hostname -f` shows 'master.stack.domain.com' | 22:54 |
*** jaypipes has quit IRC | 22:55 | |
kmwhite | We planned on having more subdomains under stack.domain.com than just integration. | 22:55 |
kmwhite | I'm having a hard time finding it in the docs tho... | 22:55 |
*** s0mik has joined #openstack | 22:56 | |
kmwhite | Hrm? I wonder if it's the cloud-init package (which I know is OT, and I should pursue elsewhere) | 22:56 |
*** tomoe_ has joined #openstack | 22:57 | |
*** edygarcia has quit IRC | 22:58 | |
*** koolhead17|afk has quit IRC | 22:58 | |
*** warik has joined #openstack | 22:59 | |
*** kmwhite has quit IRC | 22:59 | |
*** s0mik has quit IRC | 23:00 | |
*** szaydel has quit IRC | 23:00 | |
*** s0mik has joined #openstack | 23:02 | |
*** s0mik has quit IRC | 23:02 | |
*** s0mik has joined #openstack | 23:03 | |
*** simon_lucy has quit IRC | 23:04 | |
*** simon_lucy_ has joined #openstack | 23:04 | |
*** simon_lucy_ is now known as simon_lucy | 23:04 | |
*** torandu has quit IRC | 23:04 | |
*** torandu has joined #openstack | 23:05 | |
*** clopez has joined #openstack | 23:06 | |
*** lloydde_ has quit IRC | 23:13 | |
*** jog0 has quit IRC | 23:14 | |
*** gyee has joined #openstack | 23:15 | |
*** ywu_ has quit IRC | 23:15 | |
*** ywu_ has joined #openstack | 23:15 | |
*** jog0 has joined #openstack | 23:17 | |
*** albert23 has left #openstack | 23:21 | |
*** julianwa has joined #openstack | 23:24 | |
*** ywu_ has quit IRC | 23:25 | |
*** ywu_ has joined #openstack | 23:26 | |
*** ywu_ has quit IRC | 23:26 | |
*** ywu_ has joined #openstack | 23:26 | |
*** nmistry has joined #openstack | 23:28 | |
*** azret_ has quit IRC | 23:28 | |
*** gyee has quit IRC | 23:33 | |
*** rods1 has quit IRC | 23:35 | |
*** lloydde has joined #openstack | 23:35 | |
*** ywu_ has quit IRC | 23:36 | |
*** ywu_ has joined #openstack | 23:37 | |
*** tmichael has joined #openstack | 23:42 | |
*** a_ has joined #openstack | 23:44 | |
*** mnewby has quit IRC | 23:45 | |
*** lloydde has quit IRC | 23:49 | |
*** lloydde_ has joined #openstack | 23:49 | |
*** s0mik has quit IRC | 23:49 | |
*** jakkudanieru has quit IRC | 23:50 | |
*** jakkudanieru has joined #openstack | 23:50 | |
*** lborda has quit IRC | 23:50 | |
*** jog0 has quit IRC | 23:50 | |
*** pweiss_ has joined #openstack | 23:52 | |
*** dwcramer has joined #openstack | 23:52 | |
*** danblack has joined #openstack | 23:53 | |
*** robbiew has quit IRC | 23:54 | |
*** julianwa has quit IRC | 23:54 | |
*** littleidea has quit IRC | 23:54 | |
*** pweiss_ has quit IRC | 23:55 | |
*** pweiss has quit IRC | 23:55 | |
*** msavy has quit IRC | 23:56 | |
*** littleidea has joined #openstack | 23:58 | |
*** pweiss has joined #openstack | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!