Thursday, 2015-07-16

*** ducttape_ has joined #puppet-openstack00:01
openstackgerritIvan Chavero proposed openstack/puppet-nova: Support allow_start and allow_end parameters  https://review.openstack.org/13512300:06
imcsk8crinkle: are you around? can you take a look to: https://review.openstack.org/#/c/135123/00:07
*** ducttape_ has quit IRC00:10
*** saneax has quit IRC00:13
gildubrichm, hi - re keystone_provider, openstackclient suports names AND IDs, so I don't really understand your comment00:17
richmgildub: ok00:22
richmwas just wondering because the spec file uses ids00:22
gildubrichm, ah yeah, fair enough, I'll replace them with name then.00:22
gildubnames00:23
gildubrichm, Also I'm happy to add a proper manifest use example but I'm not sure were that should go00:26
richmgildub: See my latest comment00:30
richmin the review00:30
gildubrichm, ok00:32
gildubrichm, the id is the name00:35
gildubrichm, The name gets replaced with the id, so once created the id is the name to use for manipulating existing resource.00:35
gildubrichm, I initially tried using combos such as trustor_user/trustee_user/project but that's really bad, the thing here there is no legacy burden, so better just use the id, which guarantee uniqueness of the resource00:37
*** topshare has joined #puppet-openstack00:37
*** rcallawa has joined #puppet-openstack00:41
richmgildub: ok - so I use keystone_trust { 'some random name': ...} for the first manifest run - it creates the trust with some ID00:42
*** linkedinyou has quit IRC00:42
gildubrichm, correct00:42
richmgildub: Then I run the manifest again, exactly the same as before with keystone_trust { 'some random name': ... }00:42
richmgildub: and it should find the existing trust and not do anything00:43
*** rcallawa has quit IRC00:43
richmgildub: because one of the most important features of puppet is that it is idempotent00:43
*** rcallawa has joined #puppet-openstack00:43
richmgildub: how does the code in self.instances and self.prefetch know that keystone_trust { 'some random name': ... }  refers to the existing trust?00:43
gildubrichm, yeah, I know about idempotency00:43
richmAre you saying that I have to look up the IDs and change my manifests to use the ID instead of the names?00:44
openstackgerritIvan Chavero proposed openstack/puppet-nova: Support allow_start and allow_end parameters  https://review.openstack.org/13512300:44
gildubrichm, the second time one runs the resource, one will have to use the id00:45
gildubrichm, because trusts are not limited to one per project/trustor/trustee tuples00:45
richmI think that's a non-starter, but I'm willing to be proven wrong by some of our operators/manifest writers00:45
gildubrichm, I know what you're talking :)00:46
gildubrichm, trusts cannot be changed anyway00:46
gildubrichm, by design00:46
richmI'm not talking about changing them00:47
richmI'm talking about finding one and knowing that it is the one specified in the manifest00:47
richmand not trying to create another one00:47
richmmaybe the name doesn't matter, and self.prefetch should instead match on _all_ of the fields?00:48
gildubrichm, openstack trust create --role admin --project openstackv3 --impersonate --expiration 2016-01-01T0:0:0 adminv3 foo --format shell00:49
richmthat is, self.prefetch will determine that the trust specified in the manifest matches the trust returned by the trust list because the trustor matches, the trustee matches, the project matches, etc.00:49
gildubrichm, everytime you run ^ it will create a new trust, now we can associate a name, whatever the user provides and associate to it00:49
richmyes, I get that 1) trusts have no name parameter 2) it will keep creating the trust over and over again00:51
gildubrichm, ok, so the user provide some name and we associate it with the trust00:52
richmgildub: how?  There's no field in the db for the name?00:52
gildubrichm, and no description either00:52
richmso no place to store a name00:52
richmso we can't rely on name00:52
richmso we need to rely on what we have00:53
richmwhich is the project, trustor, trustee, etc. other fields00:53
gildubrichm, and the date and the impersonate flag00:53
*** morazi has joined #puppet-openstack00:53
gildubrichm, and we take the first one in the short list00:53
richmwhatever other fields we can use to uniquely identify and match the trust returned from the trust list command, with what the user specified in the manifest00:54
gildubrichm, there is no way to uniquely identify a trust besides its ID00:54
gildubrichm, now that said it doesn't really matter as long as there is at least one trust to use00:55
gildubrichm, so the first valid trust that shows up will win the resource slot00:56
richmhow do you determine if a trust is valid?00:57
gildubrichm, same project/trustor_user/trustee_user triple and date00:57
richmok00:58
gildubrichm, viva Puppet!00:58
richmI think that should work00:58
gildubrichm, we don't much choice00:59
gildubrichm, we don't have much choice00:59
richmright01:01
gildubrichm, so basically that means even though in keystone there could be many trusts (for same triple project/trustor/trustee and a given date and flag) there could be only one in puppet01:01
richmright - and then either 1) users will have to manage more complex scenarios outside of puppet or 2) there will be a need to add some sort of name field to the keystone db for trusts01:02
gildubrichm, ack01:03
gildubrichm, shall we push for 2) right away?01:03
richmgildub: sure01:05
gildubrichm, ok01:06
*** rcallawa_ has joined #puppet-openstack01:09
*** _ody has quit IRC01:12
*** rcallawa has quit IRC01:13
*** openstack has joined #puppet-openstack01:25
*** xingchao has quit IRC01:34
*** ilbot3 has quit IRC01:44
*** ilbot3 has joined #puppet-openstack01:47
*** markvoelker has quit IRC02:22
*** ducttape_ has joined #puppet-openstack02:28
*** ducttape_ has quit IRC02:44
*** richm has quit IRC03:06
*** saneax has joined #puppet-openstack03:33
*** markvoelker has joined #puppet-openstack03:33
*** markvoelker has quit IRC03:34
*** markvoelker has joined #puppet-openstack03:34
*** markvoelker_ has joined #puppet-openstack03:37
*** markvoelker has quit IRC03:39
*** tchaypo has quit IRC03:45
*** rhefner has quit IRC03:45
*** dalgaaf has quit IRC03:46
*** rhefner has joined #puppet-openstack04:01
openstackgerritMatthew Treinish proposed openstack/puppet-keystone: acceptance: validate Keystone with Tempest  https://review.openstack.org/19856104:09
*** dalgaaf has joined #puppet-openstack04:10
openstackgerritSergii Golovatiuk proposed openstack/puppet-horizon: Add cache_backend and cache_options params  https://review.openstack.org/19054804:28
*** nibalizer has quit IRC04:44
*** tchaypo_ has joined #puppet-openstack04:45
*** markvoelker has joined #puppet-openstack04:49
*** stamak has joined #puppet-openstack04:52
*** markvoelker_ has quit IRC04:53
*** saneax has quit IRC04:56
*** saneax has joined #puppet-openstack04:59
*** morazi has quit IRC05:06
*** _ody has joined #puppet-openstack05:06
*** _ody has quit IRC05:11
*** rcallawa_ has quit IRC05:13
*** rcallawa has joined #puppet-openstack05:14
*** xarses_ has joined #puppet-openstack05:16
*** xarses has quit IRC05:19
*** andreww has joined #puppet-openstack05:27
*** xarses_ has quit IRC05:30
*** stamak has quit IRC05:36
*** xarses_ has joined #puppet-openstack05:42
*** andreww has quit IRC05:46
*** dboik has joined #puppet-openstack05:57
*** dboik has quit IRC06:02
*** degorenko has quit IRC06:10
*** LimorStotland has joined #puppet-openstack06:14
*** sergmelikyan has joined #puppet-openstack06:42
*** tchaypo_ is now known as tchaypo06:52
*** sergmelikyan has quit IRC06:53
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_group for Keystone V3 API  https://review.openstack.org/20240907:02
*** tdb has quit IRC07:06
*** _ody has joined #puppet-openstack07:07
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_group for Keystone V3 API  https://review.openstack.org/20240907:10
*** tdb has joined #puppet-openstack07:10
*** _ody has quit IRC07:11
*** gildub has quit IRC07:12
*** ashestakov has joined #puppet-openstack07:17
ashestakovreview pls https://review.openstack.org/#/c/20221507:17
*** rhefner has quit IRC07:41
*** BrianShang has joined #puppet-openstack07:45
*** linkedinyou has joined #puppet-openstack07:51
*** paramite has joined #puppet-openstack07:53
*** markvoelker has quit IRC08:04
*** markvoelker has joined #puppet-openstack08:11
*** markvoelker has quit IRC08:16
*** jistr has joined #puppet-openstack08:16
*** gildub has joined #puppet-openstack08:16
*** markvoelker has joined #puppet-openstack08:17
*** topshare has quit IRC08:17
*** topshare has joined #puppet-openstack08:19
*** topshare has quit IRC08:23
*** markvoelker has quit IRC08:25
*** derekh has joined #puppet-openstack08:27
*** topshare has joined #puppet-openstack08:27
*** markvoelker has joined #puppet-openstack08:29
*** markvoelker has quit IRC08:33
*** gildub is now known as gildub_bbl08:35
*** aarefiev has joined #puppet-openstack08:35
*** markvoelker has joined #puppet-openstack08:44
*** markvoelker has quit IRC08:48
*** rcallawa has quit IRC08:52
*** rcallawa has joined #puppet-openstack08:52
*** markvoelker has joined #puppet-openstack08:58
*** stamak has joined #puppet-openstack09:01
*** markvoelker has quit IRC09:03
*** _ody has joined #puppet-openstack09:08
*** paramite is now known as paramite|afk09:11
*** _ody has quit IRC09:12
*** stamak has quit IRC09:18
*** paramite|afk is now known as paramite09:22
*** rcallawa_ has joined #puppet-openstack09:28
*** LimorStotland has quit IRC09:29
*** rcallawa has quit IRC09:31
*** dgurtner has joined #puppet-openstack09:31
*** dgurtner has quit IRC09:31
*** dgurtner has joined #puppet-openstack09:31
*** rcallawa_ has quit IRC09:37
*** rcallawa has joined #puppet-openstack09:38
*** stamak has joined #puppet-openstack09:41
*** degorenko has joined #puppet-openstack09:46
*** ashestakov has quit IRC09:49
*** xingchao has joined #puppet-openstack09:53
*** paramite is now known as paramite|afk09:54
*** sergmelikyan has joined #puppet-openstack10:01
openstackgerritYanis Guenane proposed openstack/puppet-openstacklib: Add a proxy inifile provider  https://review.openstack.org/20248810:30
*** linkedinyou has quit IRC10:31
*** xingchao has quit IRC10:31
*** linkedinyou has joined #puppet-openstack10:33
*** xingchao has joined #puppet-openstack10:33
*** sergmelikyan has quit IRC10:36
*** nibalizer has joined #puppet-openstack10:40
*** sergmelikyan has joined #puppet-openstack10:40
*** BrianShang has quit IRC10:45
*** sergmelikyan has quit IRC10:45
openstackgerritYanis Guenane proposed openstack/puppet-openstacklib: Add a proxy inifile provider  https://review.openstack.org/20248810:53
*** xingchao has quit IRC10:57
rcarrillocruznm10:58
rcarrillocruzspotted the problem10:59
*** paramite|afk is now known as paramite11:01
*** topshare has quit IRC11:03
*** _ody has joined #puppet-openstack11:08
openstackgerritRicardo Carrillo Cruz proposed openstack/puppet-ironic: Add bifrost manifest  https://review.openstack.org/20202511:10
*** dgurtner has quit IRC11:11
*** _ody has quit IRC11:13
*** LimorStotland has joined #puppet-openstack11:18
*** gfidente has joined #puppet-openstack11:19
*** LimorStotland_ has joined #puppet-openstack11:20
*** LimorStotland_ has quit IRC11:21
*** gildub_bbl is now known as gildub11:22
*** LimorStotland has quit IRC11:24
openstackgerritYanis Guenane proposed openstack/puppet-openstacklib: Add a proxy inifile provider  https://review.openstack.org/20248811:31
*** saneax has quit IRC11:33
*** sergmelikyan has joined #puppet-openstack11:33
*** dgurtner has joined #puppet-openstack11:34
*** rcallawa has quit IRC11:36
openstackgerritYanis Guenane proposed openstack/puppet-openstacklib: Add a proxy inifile provider  https://review.openstack.org/20248811:37
openstackgerritRicardo Carrillo Cruz proposed openstack/puppet-ironic: Add bifrost manifest  https://review.openstack.org/20202511:43
openstackgerritYanis Guenane proposed openstack/puppet-keystone: Reflect provider change in openstacklib  https://review.openstack.org/20251311:46
*** skolekonov has joined #puppet-openstack11:47
openstackgerritRicardo Carrillo Cruz proposed openstack/puppet-ironic: Add bifrost manifest  https://review.openstack.org/20202511:47
*** ducttape_ has joined #puppet-openstack11:48
*** topshare has joined #puppet-openstack11:52
*** topshare has quit IRC11:52
*** ducttape_ has quit IRC11:57
*** sergmelikyan has quit IRC11:57
*** vinsh has quit IRC11:58
*** ducttape_ has joined #puppet-openstack11:59
*** ducttape_ has quit IRC12:02
*** topshare has joined #puppet-openstack12:02
*** dprince has joined #puppet-openstack12:02
*** dgurtner has quit IRC12:06
*** prad has joined #puppet-openstack12:06
*** ddmitriev has joined #puppet-openstack12:07
*** jayg|g0n3 is now known as jayg12:13
openstackgerritGiulio Fidente proposed openstack/puppet-tripleo: Add param to configure HAProxy default maxconn (per frontend)  https://review.openstack.org/20252512:14
*** dgurtner has joined #puppet-openstack12:14
*** rcallawa has joined #puppet-openstack12:17
*** morazi has joined #puppet-openstack12:18
*** LimorStotland has joined #puppet-openstack12:22
*** saneax has joined #puppet-openstack12:23
*** markvoelker has joined #puppet-openstack12:29
*** rcallawa has quit IRC12:32
*** dgurtner has quit IRC12:33
*** markvoelker has quit IRC12:34
*** topshare has quit IRC12:38
*** rcallawa has joined #puppet-openstack12:38
*** dgurtner has joined #puppet-openstack12:41
*** sergmelikyan has joined #puppet-openstack12:43
*** sergmelikyan has quit IRC12:43
*** sergmelikyan has joined #puppet-openstack12:43
*** markvoelker has joined #puppet-openstack12:43
*** topshare has joined #puppet-openstack12:44
*** topshare has quit IRC12:45
*** saneax has quit IRC12:45
*** topshare has joined #puppet-openstack12:45
*** topshare has quit IRC12:45
*** topshare has joined #puppet-openstack12:46
*** topshare has quit IRC12:46
*** topshare has joined #puppet-openstack12:47
*** markvoelker has quit IRC12:48
*** chem has quit IRC12:48
*** chem has joined #puppet-openstack12:49
*** saneax has joined #puppet-openstack12:53
*** ducttape_ has joined #puppet-openstack12:55
*** morazi has quit IRC12:55
*** LimorStotland has quit IRC12:55
*** ducttape_ has quit IRC12:57
openstackgerritSergey Kolekonov proposed openstack/puppet-neutron: Allow deployment when DVR is enabled and L2 pop and tunneling are disabled  https://review.openstack.org/20254212:57
*** markvoelker has joined #puppet-openstack12:57
*** markvoelker has quit IRC13:02
*** gildub has quit IRC13:04
*** markvoelker has joined #puppet-openstack13:05
*** vsaienko has joined #puppet-openstack13:05
*** markvoelker_ has joined #puppet-openstack13:06
*** _ody has joined #puppet-openstack13:09
*** markvoelker has quit IRC13:10
*** _ody has quit IRC13:14
*** sergmelikyan has quit IRC13:16
*** ducttape_ has joined #puppet-openstack13:25
openstackgerritYanis Guenane proposed openstack/puppet-heat: Add heat::config class  https://review.openstack.org/20255613:27
*** topshare has quit IRC13:27
*** richm has joined #puppet-openstack13:28
*** sergmelikyan has joined #puppet-openstack13:28
openstackgerritYanis Guenane proposed openstack/puppet-heat: Add heat::config class  https://review.openstack.org/20255613:28
*** ducttape_ has quit IRC13:30
*** ducttape_ has joined #puppet-openstack13:30
*** xingchao has joined #puppet-openstack13:32
*** morazi has joined #puppet-openstack13:32
*** rhefner has joined #puppet-openstack13:32
*** topshare has joined #puppet-openstack13:33
*** sergmelikyan has quit IRC13:33
*** rcallawa has quit IRC13:34
*** rcallawa has joined #puppet-openstack13:36
*** prad has quit IRC13:41
*** prad has joined #puppet-openstack13:42
*** ferest has joined #puppet-openstack13:44
*** ferest has quit IRC13:47
*** dboik has joined #puppet-openstack13:55
*** dboik has quit IRC13:55
*** dboik has joined #puppet-openstack13:55
openstackgerritYanis Guenane proposed openstack/puppet-openstacklib: Add a proxy inifile provider  https://review.openstack.org/20248813:57
openstackgerritYanis Guenane proposed openstack/puppet-openstacklib: Allow the use of an ensure_absent_val param  https://review.openstack.org/20257413:57
*** dfisher has joined #puppet-openstack13:57
openstackgerritYanis Guenane proposed openstack/puppet-openstacklib: Add a proxy inifile provider  https://review.openstack.org/20248813:59
*** topshare has quit IRC13:59
*** topshare has joined #puppet-openstack14:00
*** dboik_ has joined #puppet-openstack14:00
openstackgerritYanis Guenane proposed openstack/puppet-keystone: Reflect provider change in openstacklib  https://review.openstack.org/20251314:00
*** dboik has quit IRC14:04
*** topshare has quit IRC14:04
claytonspredzy: nice14:11
spredzyclayton, :)14:11
claytonhaving a base provider in openstacklib will also allow moving some of the boilerplate like the section parsing into the shared code, I like that14:11
spredzyyup, only the hardcoded file path remains in the various base provider14:12
claytonspredzy: is value a required parameter in the upstream inifile type?14:13
claytonI was wondering the other day (and this is probably me missing something), but if we pass undef in as value, it looks like value isn't set right?14:14
spredzyif we pass undef as a vlue basically nothing happens14:14
spredzyneither it writes or unset the value14:14
spredzyit mainly does nothing based on my test and understanding14:14
claytoncouldn't we change the behavior so that if value is not set it acts as if ensure => absent?14:15
claytonpreventing the need to have a magic value?14:15
*** mdorman has joined #puppet-openstack14:15
spredzyI think that undef is treated a a different citizen14:17
spredzythus we wouldn't be able to manipulate the param value if it is undef14:17
spredzynot even to to a test if undef then14:17
spredzywe'll need to confirm with PL guys Hunner _ody14:18
claytonmy recollection is that it just shows up as if the paramter is not set at all14:18
claytonie, I think in the ruby code you get nil when you refer to an unset param or if it's set to undef14:18
* spredzy tries14:21
*** skolekonov has quit IRC14:21
*** sergmelikyan has joined #puppet-openstack14:23
*** markvoelker_ has quit IRC14:24
*** dgurtner has quit IRC14:25
*** sergmelikyan has quit IRC14:27
richmclayton: or the empty string ''14:30
richmiirc a value in puppet of undef is passed into a ruby function as ''14:30
claytonit seems reasonable to me that not setting value, setting it to undef or '' is the same as setting the config item to absent14:31
claytonor at least it's a convention we could live with14:31
claytonand less gross than a magic string14:31
richmI can't think of anything in keystone which has a valid value of ''14:31
claytonrichm: probably not, since the existing provider cant' set it anyway14:32
richmright14:32
richmjust to be safe, I had code like this:14:33
richmval = nil if [nil, :undef, :undefined, ''].include?(val)14:33
richmwhere val is the value passed in from puppet to ruby14:33
claytonthat's pretty horrible but I understand why you did that :)14:33
richmI figured that should catch all possible "undef" style values14:33
richmyeah, ugly for sure14:34
*** skolekonov has joined #puppet-openstack14:39
spredzyclayton, so I can deal with '' but set to undef I am not sure through which call it goes14:44
spredzycan't see to capture it14:44
claytondoesn't it just look like the param isn't set at all?14:45
*** markvoelker has joined #puppet-openstack14:53
spredzyclayton, so when puting puts in all function of the main provider (exists?, create,value,value=) when set to undef it doesn't show in any but exists?14:54
spredzyso what I am trying to say is thaat I cant't seem to find where I could actually make the tests, see what I mean ?14:54
*** _ody has joined #puppet-openstack15:10
*** _ody has quit IRC15:15
*** paramite has quit IRC15:15
*** sergmelikyan has joined #puppet-openstack15:17
*** sergmelikyan has quit IRC15:21
*** dgurtner has joined #puppet-openstack15:26
openstackgerritBenedikt von St. Vieth proposed openstack/puppet-nova: Allow to disable openstackocci installation via pip  https://review.openstack.org/19497715:38
*** dgurtner has quit IRC15:40
*** dprince has quit IRC15:42
*** ashestakov has joined #puppet-openstack15:43
*** xarses_ has quit IRC15:43
*** bklei has joined #puppet-openstack15:44
*** ducttape_ has quit IRC15:44
*** chem has quit IRC15:50
spredzyHunner, if I pass a value of undef to an ini_setting provider would you know where in the provider I can 'check' the value of the 'value' parameter and take action based on its value ?15:52
*** ashestakov has quit IRC15:52
Hunnerspredzy: I think passing undef is the same as not passing a value15:53
HunnerAt least on puppet 415:53
spredzyHunner, ack. Can it be checked somewhere and act upon ? I did put 'puts' to see where it was going through in https://github.com/puppetlabs/puppetlabs-inifile/blob/master/lib/puppet/provider/ini_setting/ruby.rb but except the exists? method it didn't get into any15:54
HunnerAlso on puppet 4: `puppet apply -e 'class foo($bar="hi"){notify{$bar:}}class{"foo":bar=>undef,}'`15:55
Hunnerprints hi15:56
Hunnererr, "at least on puppet 3"15:56
HunnerYou might be able to search the catalog for the resource and ask for .original_parameters, but I think even that will only show the defaults15:56
spredzyOk... well it seems then hard to determine if the parameter was set to undef within the provider :/15:58
*** xarses_ has joined #puppet-openstack15:59
*** xarses_ is now known as xarses15:59
crinkleit looks to me like it just gives nil if there was no parameter passed, or the default value if the type property had a default16:01
*** dboik_ has quit IRC16:03
spredzycrinkle, what I have a hard time finding out is how I can detect this nil from the provider side ? in which method call ?16:03
Hunnerspredzy: I usually have `false`16:08
Hunnerbe the undef value16:08
Hunnerfor users16:08
spredzyHunner, issue here for the ini_file provider is that false can be a valid value16:09
spredzyI guess I can go with '' (empty string) instead of 'nil' as the undef value /cc clayton16:09
*** sergmelikyan has joined #puppet-openstack16:11
openstackgerritLukas Bezdicka proposed openstack/puppet-neutron: Run neutron db sync also for each neutron module  https://review.openstack.org/20087716:12
Hunner'' should work16:15
*** sergmelikyan has quit IRC16:15
*** stamak has quit IRC16:16
*** dboik has joined #puppet-openstack16:20
*** samuelBartel has quit IRC16:25
*** samuelBartel has joined #puppet-openstack16:26
openstackgerritYanis Guenane proposed openstack/puppet-openstacklib: Allow to ensure absent a config when value set to empty string  https://review.openstack.org/20257416:26
openstackgerritYanis Guenane proposed openstack/puppet-keystone: Reflect provider change in openstacklib  https://review.openstack.org/20251316:28
spredzyHunner, thx16:29
*** aimon has quit IRC16:29
openstackgerritAthlan-Guyot sofer proposed openstack/puppet-keystone: Resource keystone_identity_provider for Keystone.  https://review.openstack.org/20268916:37
*** rwsu has quit IRC16:44
*** skolekonov has quit IRC16:49
*** rcallawa_ has joined #puppet-openstack16:55
*** mdorman has quit IRC16:56
*** xingchao has quit IRC16:56
*** rcallawa has quit IRC16:58
*** derekh has quit IRC17:00
*** jistr has quit IRC17:00
*** mwhahaha has quit IRC17:01
*** pasquier-s has quit IRC17:01
*** mattymo has quit IRC17:02
*** maximov has quit IRC17:03
*** mattymo has joined #puppet-openstack17:04
*** xingchao has joined #puppet-openstack17:04
*** mattymo has quit IRC17:05
*** mattymo_ has joined #puppet-openstack17:05
*** sergmelikyan has joined #puppet-openstack17:05
*** mattymo has joined #puppet-openstack17:05
*** mattymo has quit IRC17:06
*** mattymo has joined #puppet-openstack17:07
*** maximov has joined #puppet-openstack17:07
*** pasquier-s has joined #puppet-openstack17:08
*** mattymo has joined #puppet-openstack17:09
*** aimon has joined #puppet-openstack17:10
*** sergmelikyan has quit IRC17:10
*** mattymo_ has joined #puppet-openstack17:11
*** mattymo has joined #puppet-openstack17:13
*** pasquier-s has quit IRC17:15
*** mattymo has joined #puppet-openstack17:16
*** maximov has quit IRC17:16
*** mattymo has joined #puppet-openstack17:17
*** mattymo has quit IRC17:17
*** mattymo has joined #puppet-openstack17:19
*** mwhahaha_ has joined #puppet-openstack17:21
*** mattymo has joined #puppet-openstack17:21
*** pasquier-s_ has joined #puppet-openstack17:22
*** mattymo has joined #puppet-openstack17:22
*** mattymo_ has joined #puppet-openstack17:23
*** mattymo has quit IRC17:23
*** mattymo_ has quit IRC17:23
*** maximov has joined #puppet-openstack17:24
*** ducttape_ has joined #puppet-openstack17:25
*** mattymo has joined #puppet-openstack17:25
*** mattymo has quit IRC17:25
*** mattymo has joined #puppet-openstack17:26
*** mattymo has quit IRC17:27
*** mattymo_ has joined #puppet-openstack17:27
*** mattymo has joined #puppet-openstack17:27
*** mattymo has quit IRC17:29
*** mattymo_ has joined #puppet-openstack17:29
*** mattymo has joined #puppet-openstack17:30
*** mattymo has quit IRC17:31
*** mattymo_ has joined #puppet-openstack17:31
*** mattymo has joined #puppet-openstack17:31
*** mattymo_ has joined #puppet-openstack17:33
*** mattymo has quit IRC17:33
*** mattymo has joined #puppet-openstack17:34
*** xingchao has quit IRC17:35
*** mattymo has quit IRC17:35
*** mattymo_ has joined #puppet-openstack17:35
*** mattymo has joined #puppet-openstack17:36
*** mattymo_ has joined #puppet-openstack17:37
*** mattymo has quit IRC17:37
*** mattymo_ has quit IRC17:37
*** mattymo has joined #puppet-openstack17:38
*** mattymo has quit IRC17:39
*** mattymo_ has joined #puppet-openstack17:39
*** mattymo_ has quit IRC17:39
*** mattymo has joined #puppet-openstack17:40
*** mattymo has quit IRC17:41
*** mattymo_ has joined #puppet-openstack17:41
*** mattymo has joined #puppet-openstack17:42
*** mattymo_ has joined #puppet-openstack17:43
*** mattymo has quit IRC17:43
*** mattymo_ has quit IRC17:43
*** mattymo has joined #puppet-openstack17:44
*** linkedinyou has quit IRC17:44
*** mattymo has quit IRC17:45
*** mattymo_ has joined #puppet-openstack17:45
*** mwhahaha_ is now known as mwhahaha17:46
*** mattymo has joined #puppet-openstack17:46
*** mattymo_ has joined #puppet-openstack17:47
*** mattymo has quit IRC17:47
*** mattymo_ has quit IRC17:47
*** mattymo has joined #puppet-openstack17:48
*** mattymo_ has joined #puppet-openstack17:49
*** mattymo has quit IRC17:49
*** mattymo_ has quit IRC17:49
*** mattymo has joined #puppet-openstack17:50
*** mattymo_ has joined #puppet-openstack17:51
*** mattymo has quit IRC17:51
*** mattymo_ has quit IRC17:51
*** mattymo has joined #puppet-openstack17:52
*** mattymo has quit IRC17:53
*** mattymo_ has joined #puppet-openstack17:53
*** mattymo has joined #puppet-openstack17:54
*** mattymo has quit IRC17:55
*** mattymo_ has joined #puppet-openstack17:55
*** mattymo has joined #puppet-openstack17:56
*** mattymo has quit IRC17:57
*** mattymo_ has joined #puppet-openstack17:57
*** mattymo has joined #puppet-openstack17:58
*** mattymo has quit IRC17:59
*** mattymo_ has joined #puppet-openstack17:59
*** mattymo has joined #puppet-openstack18:00
*** mattymo_ has joined #puppet-openstack18:01
*** mattymo has quit IRC18:01
*** mattymo_ has quit IRC18:01
*** rcallawa_ has quit IRC18:02
*** mattymo has joined #puppet-openstack18:02
*** rcallawa has joined #puppet-openstack18:02
*** dboik has quit IRC18:02
*** mattymo_ has joined #puppet-openstack18:04
*** mattymo has quit IRC18:04
*** mattymo_ has quit IRC18:04
*** mattymo has joined #puppet-openstack18:04
*** mattymo_ has joined #puppet-openstack18:06
*** mattymo has quit IRC18:06
*** mattymo_ has quit IRC18:06
*** mattymo has joined #puppet-openstack18:06
*** degorenko has quit IRC18:07
*** mattymo_ has joined #puppet-openstack18:08
*** mattymo has quit IRC18:08
*** mattymo_ has quit IRC18:08
*** mattymo has joined #puppet-openstack18:08
*** mattymo has quit IRC18:10
*** mattymo_ has joined #puppet-openstack18:10
*** mattymo has joined #puppet-openstack18:10
*** mattymo_ has joined #puppet-openstack18:12
*** mattymo has quit IRC18:12
*** mattymo_ has quit IRC18:12
*** mattymo has joined #puppet-openstack18:12
pabelangermattymo, you need a better IRC proxy :)18:13
*** mattymo has quit IRC18:14
*** mattymo_ has joined #puppet-openstack18:14
*** mattymo has joined #puppet-openstack18:14
*** mattymo has quit IRC18:16
*** mattymo_ has joined #puppet-openstack18:16
*** mattymo has joined #puppet-openstack18:16
*** mattymo has quit IRC18:18
*** mattymo_ has joined #puppet-openstack18:18
*** mattymo has joined #puppet-openstack18:18
*** mattymo_ has joined #puppet-openstack18:20
*** mattymo has quit IRC18:20
*** mattymo has joined #puppet-openstack18:20
*** mattymo has quit IRC18:22
*** mattymo_ has joined #puppet-openstack18:22
*** mattymo has joined #puppet-openstack18:22
*** dboik has joined #puppet-openstack18:23
*** mattymo_ has joined #puppet-openstack18:24
*** mattymo has quit IRC18:24
*** mattymo_ has quit IRC18:24
*** mattymo has joined #puppet-openstack18:24
*** mattymo has quit IRC18:26
*** mattymo_ has joined #puppet-openstack18:26
*** mattymo has joined #puppet-openstack18:26
*** mattymo has quit IRC18:28
*** mattymo_ has joined #puppet-openstack18:28
*** mattymo has joined #puppet-openstack18:28
*** _ody has joined #puppet-openstack18:29
Hunnerlol18:30
*** mattymo has quit IRC18:30
*** mattymo_ has joined #puppet-openstack18:30
*** mattymo has joined #puppet-openstack18:30
openstackgerritIvan Chavero proposed openstack/puppet-nova: Support allow_start and allow_end parameters  https://review.openstack.org/13512318:31
imcsk8crinkle: i've modified the commit msg on this one: https://review.openstack.org/#/c/135123/7 can you take a look?18:31
*** mattymo has quit IRC18:32
*** mattymo_ has joined #puppet-openstack18:32
*** mattymo has joined #puppet-openstack18:32
*** mattymo has quit IRC18:34
*** mattymo_ has joined #puppet-openstack18:34
*** _ody has quit IRC18:34
*** mattymo has joined #puppet-openstack18:34
*** mattymo has quit IRC18:36
*** mattymo_ has joined #puppet-openstack18:36
*** mattymo has joined #puppet-openstack18:36
*** mattymo has quit IRC18:38
*** mattymo_ has joined #puppet-openstack18:38
*** mattymo has joined #puppet-openstack18:38
*** mattymo has quit IRC18:40
*** mattymo_ has joined #puppet-openstack18:40
*** mattymo has joined #puppet-openstack18:40
*** mattymo has quit IRC18:42
*** mattymo_ has joined #puppet-openstack18:42
*** mattymo has joined #puppet-openstack18:42
*** mattymo has quit IRC18:44
*** mattymo_ has joined #puppet-openstack18:44
*** mattymo has joined #puppet-openstack18:44
*** mattymo_ has joined #puppet-openstack18:46
*** mattymo has quit IRC18:46
*** mattymo_ has quit IRC18:46
*** mattymo has joined #puppet-openstack18:46
*** mattymo_ has joined #puppet-openstack18:48
*** mattymo has quit IRC18:48
*** mattymo has joined #puppet-openstack18:49
*** mattymo has quit IRC18:50
*** mattymo_ has joined #puppet-openstack18:50
*** mattymo_ has quit IRC18:50
*** mattymo has joined #puppet-openstack18:50
*** mattymo has quit IRC18:52
*** mattymo_ has joined #puppet-openstack18:52
*** mattymo has joined #puppet-openstack18:52
*** mattymo_ has joined #puppet-openstack18:54
*** mattymo has quit IRC18:54
*** mattymo_ has quit IRC18:54
*** mattymo has joined #puppet-openstack18:55
*** mattymo has quit IRC18:56
*** mattymo_ has joined #puppet-openstack18:56
*** mattymo has joined #puppet-openstack18:57
*** mattymo_ has joined #puppet-openstack18:58
*** mattymo has quit IRC18:58
*** mattymo_ has quit IRC18:58
*** mattymo has joined #puppet-openstack18:59
*** mattymo_ has joined #puppet-openstack19:00
*** mattymo has quit IRC19:00
*** mattymo_ has quit IRC19:00
*** mattymo has joined #puppet-openstack19:01
*** rbrooker has joined #puppet-openstack19:01
openstackgerritIvan Berezovskiy proposed openstack/puppet-heat: Add retries for heat domain commands  https://review.openstack.org/20274919:02
*** mattymo_ has joined #puppet-openstack19:02
*** mattymo has quit IRC19:02
*** mattymo_ has quit IRC19:02
*** mattymo has joined #puppet-openstack19:03
*** mattymo_ has joined #puppet-openstack19:04
*** mattymo has quit IRC19:04
*** mattymo_ has quit IRC19:04
*** mattymo has joined #puppet-openstack19:05
*** ashestakov has joined #puppet-openstack19:05
ashestakovhello19:05
ashestakovreview pls https://review.openstack.org/#/c/202215/19:05
*** mattymo has quit IRC19:06
*** mattymo_ has joined #puppet-openstack19:06
*** mattymo_ has quit IRC19:06
*** mattymo has joined #puppet-openstack19:07
*** mattymo_ has joined #puppet-openstack19:08
*** mattymo has quit IRC19:08
*** mattymo_ has quit IRC19:08
*** mattymo has joined #puppet-openstack19:09
*** rcallawa_ has joined #puppet-openstack19:10
*** mattymo has quit IRC19:10
*** mattymo_ has joined #puppet-openstack19:10
*** mattymo has joined #puppet-openstack19:11
*** mattymo has quit IRC19:12
*** mattymo_ has joined #puppet-openstack19:13
*** mattymo has joined #puppet-openstack19:13
*** rcallawa has quit IRC19:13
*** mattymo has quit IRC19:15
*** mattymo_ has joined #puppet-openstack19:15
*** mattymo has joined #puppet-openstack19:15
*** mattymo_ has joined #puppet-openstack19:17
*** mattymo has quit IRC19:17
*** mattymo_ has quit IRC19:17
*** mattymo has joined #puppet-openstack19:17
*** mattymo_ has joined #puppet-openstack19:19
*** mattymo has quit IRC19:19
*** mattymo_ has quit IRC19:19
*** mattymo has joined #puppet-openstack19:19
*** mattymo has quit IRC19:21
*** mattymo_ has joined #puppet-openstack19:21
*** mattymo_ has quit IRC19:21
*** mattymo has joined #puppet-openstack19:21
*** mattymo has quit IRC19:23
*** mattymo_ has joined #puppet-openstack19:23
*** mattymo has joined #puppet-openstack19:23
*** mattymo_ has joined #puppet-openstack19:25
*** mattymo has quit IRC19:25
*** mattymo_ has quit IRC19:25
*** mattymo has joined #puppet-openstack19:25
*** mattymo_ has joined #puppet-openstack19:27
*** mattymo has quit IRC19:27
*** mattymo_ has quit IRC19:27
*** mattymo has joined #puppet-openstack19:27
*** mdorman has joined #puppet-openstack19:28
*** mattymo has quit IRC19:29
*** mattymo_ has joined #puppet-openstack19:29
*** mattymo_ has quit IRC19:29
*** mattymo has joined #puppet-openstack19:29
*** mattymo has quit IRC19:31
*** mattymo_ has joined #puppet-openstack19:31
*** mattymo has joined #puppet-openstack19:31
*** mattymo has quit IRC19:33
*** mattymo_ has joined #puppet-openstack19:33
*** mattymo has joined #puppet-openstack19:33
*** mattymo_ has joined #puppet-openstack19:35
*** mattymo has quit IRC19:35
*** mattymo_ has quit IRC19:35
*** mattymo has joined #puppet-openstack19:35
*** mattymo has quit IRC19:37
*** mattymo_ has joined #puppet-openstack19:37
*** mattymo has joined #puppet-openstack19:37
*** mdorman_ has joined #puppet-openstack19:39
*** mattymo has quit IRC19:39
*** mattymo_ has joined #puppet-openstack19:39
*** mattymo has joined #puppet-openstack19:39
*** mdorman has quit IRC19:40
*** mdorman_ is now known as mdorman19:40
*** mattymo has quit IRC19:41
*** mattymo_ has joined #puppet-openstack19:41
*** mattymo has joined #puppet-openstack19:41
*** mattymo_ has joined #puppet-openstack19:43
*** mattymo has quit IRC19:43
*** mattymo_ has quit IRC19:43
*** mattymo has joined #puppet-openstack19:44
*** mattymo has quit IRC19:45
*** mattymo_ has joined #puppet-openstack19:45
*** mattymo has joined #puppet-openstack19:46
*** mattymo has quit IRC19:47
*** mattymo_ has joined #puppet-openstack19:47
*** mattymo has joined #puppet-openstack19:48
*** mattymo has quit IRC19:49
*** mattymo_ has joined #puppet-openstack19:49
*** mattymo has joined #puppet-openstack19:50
*** mattymo has quit IRC19:51
*** mattymo_ has joined #puppet-openstack19:51
*** mattymo has joined #puppet-openstack19:52
*** mattymo has quit IRC19:53
*** mattymo_ has joined #puppet-openstack19:53
*** mattymo_ has quit IRC19:53
*** mattymo has joined #puppet-openstack19:54
*** mattymo has quit IRC19:55
*** mattymo_ has joined #puppet-openstack19:55
*** mattymo has joined #puppet-openstack19:56
*** mattymo has quit IRC19:57
*** mattymo_ has joined #puppet-openstack19:57
*** mattymo has joined #puppet-openstack19:58
*** mattymo has quit IRC19:59
*** mattymo_ has joined #puppet-openstack19:59
*** mattymo has joined #puppet-openstack20:00
*** mattymo has quit IRC20:01
*** mattymo_ has joined #puppet-openstack20:01
*** mattymo has joined #puppet-openstack20:02
*** mattymo_ has joined #puppet-openstack20:03
*** rcallawa_ has quit IRC20:03
*** mattymo has quit IRC20:03
*** mattymo has joined #puppet-openstack20:04
*** rcallawa has joined #puppet-openstack20:05
*** mattymo has quit IRC20:05
*** mattymo_ has joined #puppet-openstack20:05
*** mattymo has joined #puppet-openstack20:06
*** mattymo has quit IRC20:07
*** mattymo_ has joined #puppet-openstack20:07
*** mattymo has joined #puppet-openstack20:08
*** mattymo has quit IRC20:09
*** mattymo_ has joined #puppet-openstack20:09
*** mattymo has joined #puppet-openstack20:10
*** mattymo has quit IRC20:11
*** mattymo_ has joined #puppet-openstack20:11
*** mattymo_ has quit IRC20:11
*** mattymo has joined #puppet-openstack20:12
*** mattymo has quit IRC20:13
*** mattymo_ has joined #puppet-openstack20:13
*** mattymo has joined #puppet-openstack20:14
*** mattymo_ has joined #puppet-openstack20:15
*** mattymo has quit IRC20:15
*** mattymo_ has quit IRC20:15
*** mattymo has joined #puppet-openstack20:16
*** mattymo_ has joined #puppet-openstack20:17
*** mattymo has quit IRC20:17
*** mattymo_ has quit IRC20:17
*** mattymo has joined #puppet-openstack20:18
*** mattymo_ has joined #puppet-openstack20:19
*** mattymo has quit IRC20:19
*** mattymo_ has quit IRC20:19
*** mattymo has joined #puppet-openstack20:20
*** mattymo has quit IRC20:21
*** mattymo_ has joined #puppet-openstack20:21
*** mattymo has joined #puppet-openstack20:22
*** rcallawa has quit IRC20:22
*** rcallawa has joined #puppet-openstack20:22
*** mattymo has quit IRC20:23
*** mattymo_ has joined #puppet-openstack20:23
*** mattymo has joined #puppet-openstack20:24
*** mattymo_ has joined #puppet-openstack20:25
*** mattymo has quit IRC20:25
*** mattymo_ has quit IRC20:25
*** mattymo has joined #puppet-openstack20:26
*** mattymo has quit IRC20:27
*** mattymo_ has joined #puppet-openstack20:27
*** mattymo has joined #puppet-openstack20:28
*** mattymo has quit IRC20:29
*** mattymo_ has joined #puppet-openstack20:29
*** mattymo has joined #puppet-openstack20:30
*** jasondotstar has joined #puppet-openstack20:30
*** mattymo has quit IRC20:31
*** mattymo_ has joined #puppet-openstack20:31
*** mattymo has joined #puppet-openstack20:32
*** mattymo has quit IRC20:33
*** mattymo_ has joined #puppet-openstack20:33
*** mattymo has joined #puppet-openstack20:34
*** mattymo has quit IRC20:36
*** mattymo_ has joined #puppet-openstack20:36
*** mattymo_ has quit IRC20:36
*** mattymo has joined #puppet-openstack20:36
*** delattec has quit IRC20:37
*** mattymo has quit IRC20:38
*** mattymo_ has joined #puppet-openstack20:38
*** mattymo has joined #puppet-openstack20:38
*** mattymo has quit IRC20:40
*** mattymo_ has joined #puppet-openstack20:40
*** mattymo has joined #puppet-openstack20:40
*** mattymo has quit IRC20:42
*** mattymo_ has joined #puppet-openstack20:42
*** mattymo_ has quit IRC20:42
*** mattymo has joined #puppet-openstack20:42
*** mattymo_ has joined #puppet-openstack20:44
*** mattymo has quit IRC20:44
*** mattymo_ has quit IRC20:44
*** mattymo has joined #puppet-openstack20:44
*** mattymo_ has joined #puppet-openstack20:46
*** mattymo has quit IRC20:46
*** mattymo_ has quit IRC20:46
*** mattymo has joined #puppet-openstack20:46
*** jayg is now known as jayg|g0n320:47
*** mattymo_ has joined #puppet-openstack20:48
*** mattymo has quit IRC20:48
*** mattymo_ has quit IRC20:48
*** mattymo has joined #puppet-openstack20:48
*** xarses has quit IRC20:49
*** mattymo has quit IRC20:50
*** mattymo_ has joined #puppet-openstack20:50
*** mattymo has joined #puppet-openstack20:50
*** mattymo has quit IRC20:52
*** mattymo_ has joined #puppet-openstack20:52
*** mattymo has joined #puppet-openstack20:52
*** mattymo_ has joined #puppet-openstack20:54
*** mattymo has quit IRC20:54
*** mattymo_ has quit IRC20:54
*** mattymo has joined #puppet-openstack20:54
*** mattymo has quit IRC20:56
*** mattymo_ has joined #puppet-openstack20:56
*** mattymo has joined #puppet-openstack20:56
*** mattymo_ has joined #puppet-openstack20:58
*** mattymo has quit IRC20:58
*** mattymo_ has quit IRC20:58
*** mattymo has joined #puppet-openstack20:58
*** mattymo has quit IRC21:00
*** mattymo_ has joined #puppet-openstack21:00
*** mattymo has joined #puppet-openstack21:00
*** mattymo has quit IRC21:02
*** mattymo_ has joined #puppet-openstack21:02
*** mattymo has joined #puppet-openstack21:02
*** mattymo_ has joined #puppet-openstack21:04
*** mattymo has quit IRC21:04
*** mattymo_ has quit IRC21:04
*** mattymo has joined #puppet-openstack21:04
*** cdelatte has joined #puppet-openstack21:05
*** mattymo has quit IRC21:06
*** mattymo_ has joined #puppet-openstack21:06
*** mattymo has joined #puppet-openstack21:06
*** xarses has joined #puppet-openstack21:07
*** mattymo_ has joined #puppet-openstack21:08
*** mattymo has quit IRC21:08
*** mattymo_ has quit IRC21:08
*** mattymo has joined #puppet-openstack21:08
*** mattymo_ has joined #puppet-openstack21:10
*** mattymo has quit IRC21:10
*** mattymo_ has quit IRC21:10
openstackgerritIvan Berezovskiy proposed openstack/puppet-nova: Add nameservers (dns) parameters  https://review.openstack.org/20278821:10
*** mattymo has joined #puppet-openstack21:10
*** mattymo has quit IRC21:12
*** mattymo_ has joined #puppet-openstack21:12
*** mattymo has joined #puppet-openstack21:12
*** rcallawa has quit IRC21:13
*** mattymo has quit IRC21:14
*** mattymo_ has joined #puppet-openstack21:14
*** mattymo has joined #puppet-openstack21:14
*** mattymo has quit IRC21:16
*** mattymo_ has joined #puppet-openstack21:16
*** mattymo has joined #puppet-openstack21:16
*** mattymo_ has joined #puppet-openstack21:18
*** mattymo has quit IRC21:18
*** mattymo has joined #puppet-openstack21:19
*** mattymo_ has joined #puppet-openstack21:20
*** mattymo has quit IRC21:20
*** mattymo_ has quit IRC21:20
*** mattymo has joined #puppet-openstack21:21
*** mattymo has quit IRC21:22
*** mattymo_ has joined #puppet-openstack21:22
*** mattymo has joined #puppet-openstack21:22
*** mattymo has quit IRC21:24
*** mattymo_ has joined #puppet-openstack21:24
*** mattymo has joined #puppet-openstack21:25
*** mattymo has quit IRC21:26
*** mattymo_ has joined #puppet-openstack21:26
*** mattymo has joined #puppet-openstack21:27
*** mattymo_ has joined #puppet-openstack21:28
*** mattymo has quit IRC21:28
*** mattymo_ has quit IRC21:28
*** mattymo has joined #puppet-openstack21:29
*** mattymo has quit IRC21:30
*** mattymo_ has joined #puppet-openstack21:30
*** mattymo_ has quit IRC21:30
*** mattymo has joined #puppet-openstack21:31
*** mattymo_ has joined #puppet-openstack21:32
*** mattymo has quit IRC21:32
*** mattymo_ has quit IRC21:32
*** mattymo has joined #puppet-openstack21:33
*** mattymo has quit IRC21:34
*** mattymo_ has joined #puppet-openstack21:34
*** mattymo has joined #puppet-openstack21:35
gfidentefor those around21:36
*** mattymo has quit IRC21:36
*** mattymo_ has joined #puppet-openstack21:36
gfidenteI'd like to manage catalog_info setting21:36
gfidenteanyone started doing some work around that?21:37
*** mattymo has joined #puppet-openstack21:37
*** stamak has joined #puppet-openstack21:38
*** mattymo has quit IRC21:38
*** mattymo_ has joined #puppet-openstack21:38
*** mattymo has joined #puppet-openstack21:39
*** mattymo_ has joined #puppet-openstack21:40
*** mattymo has quit IRC21:40
*** mattymo_ has quit IRC21:40
*** mattymo has joined #puppet-openstack21:41
*** mattymo_ has joined #puppet-openstack21:42
*** mattymo has quit IRC21:42
*** mattymo_ has quit IRC21:42
*** mattymo has joined #puppet-openstack21:43
bodepdis there some known magic to get the new providers to work with ssl endpoints for keystone?21:43
bodepdreturned 1: ERROR: openstack SSL exception connecting to https://keystone.service.consul:35357/v3/services21:43
bodepdsorry, nm, totally specific to my env...21:44
*** mattymo has quit IRC21:44
*** mattymo_ has joined #puppet-openstack21:44
*** mattymo has joined #puppet-openstack21:45
*** mattymo has quit IRC21:46
*** mattymo_ has joined #puppet-openstack21:46
*** mattymo has joined #puppet-openstack21:47
*** mattymo has quit IRC21:48
*** mattymo_ has joined #puppet-openstack21:48
*** mattymo has joined #puppet-openstack21:49
bodepdit just works as long as the certs are correct :) !!!21:49
*** mattymo_ has joined #puppet-openstack21:50
*** mattymo has quit IRC21:50
*** mattymo_ has quit IRC21:50
*** mattymo has joined #puppet-openstack21:51
*** mattymo has quit IRC21:52
*** mattymo_ has joined #puppet-openstack21:52
*** mattymo has joined #puppet-openstack21:53
*** mattymo_ has joined #puppet-openstack21:54
*** mattymo has quit IRC21:54
*** mattymo_ has quit IRC21:54
*** mattymo has joined #puppet-openstack21:55
*** mattymo_ has joined #puppet-openstack21:57
*** mattymo has quit IRC21:57
*** mattymo_ has quit IRC21:57
*** mattymo has joined #puppet-openstack21:57
*** mattymo has quit IRC21:59
*** mattymo_ has joined #puppet-openstack21:59
*** mattymo has joined #puppet-openstack21:59
*** mattymo_ has joined #puppet-openstack22:01
*** mattymo has quit IRC22:01
*** mattymo_ has quit IRC22:01
*** mattymo has joined #puppet-openstack22:01
*** dboik has quit IRC22:02
*** mattymo has quit IRC22:03
*** mattymo_ has joined #puppet-openstack22:03
*** mattymo has joined #puppet-openstack22:03
*** mattymo has quit IRC22:05
*** mattymo_ has joined #puppet-openstack22:05
*** mattymo has joined #puppet-openstack22:05
*** mattymo has quit IRC22:07
*** mattymo_ has joined #puppet-openstack22:07
*** stamak has quit IRC22:07
*** mattymo has joined #puppet-openstack22:07
*** mattymo has quit IRC22:09
*** mattymo_ has joined #puppet-openstack22:09
*** mattymo has joined #puppet-openstack22:09
*** ashestakov has quit IRC22:10
*** mattymo has quit IRC22:11
*** mattymo_ has joined #puppet-openstack22:11
*** mattymo has joined #puppet-openstack22:11
*** mattymo has quit IRC22:13
*** mattymo_ has joined #puppet-openstack22:13
*** mattymo has joined #puppet-openstack22:13
*** mattymo has quit IRC22:15
*** mattymo_ has joined #puppet-openstack22:15
*** jasondotstar has quit IRC22:15
*** mattymo has joined #puppet-openstack22:15
*** mattymo has quit IRC22:17
*** mattymo_ has joined #puppet-openstack22:17
*** mattymo has joined #puppet-openstack22:17
*** mattymo has quit IRC22:19
*** mattymo_ has joined #puppet-openstack22:19
*** mattymo has joined #puppet-openstack22:19
*** mattymo_ has joined #puppet-openstack22:21
*** mattymo has quit IRC22:21
*** mattymo_ has quit IRC22:21
*** mattymo has joined #puppet-openstack22:21
*** mattymo has quit IRC22:23
*** mattymo_ has joined #puppet-openstack22:23
*** mattymo has joined #puppet-openstack22:23
*** mattymo has quit IRC22:25
*** mattymo_ has joined #puppet-openstack22:25
*** mattymo_ has quit IRC22:25
*** mattymo has joined #puppet-openstack22:25
*** mattymo has quit IRC22:27
*** mattymo_ has joined #puppet-openstack22:27
*** mattymo has joined #puppet-openstack22:27
*** mattymo has quit IRC22:29
*** mattymo_ has joined #puppet-openstack22:29
*** mattymo has joined #puppet-openstack22:29
*** mattymo has quit IRC22:31
*** mattymo_ has joined #puppet-openstack22:31
*** mattymo has joined #puppet-openstack22:31
*** mattymo_ has joined #puppet-openstack22:33
*** mattymo has quit IRC22:33
*** mattymo has joined #puppet-openstack22:34
*** mattymo has quit IRC22:35
*** mattymo_ has joined #puppet-openstack22:35
*** mattymo has joined #puppet-openstack22:35
*** mattymo_ has joined #puppet-openstack22:37
*** mattymo has quit IRC22:37
*** mattymo_ has quit IRC22:37
*** mattymo has joined #puppet-openstack22:37
*** mattymo_ has joined #puppet-openstack22:39
*** mattymo has quit IRC22:39
*** mattymo_ has quit IRC22:39
*** mattymo has joined #puppet-openstack22:39
*** mattymo_ has joined #puppet-openstack22:41
*** mattymo has quit IRC22:41
*** mattymo_ has quit IRC22:41
*** mattymo has joined #puppet-openstack22:41
*** mattymo has quit IRC22:43
*** mattymo_ has joined #puppet-openstack22:43
*** mattymo has joined #puppet-openstack22:43
*** mattymo has quit IRC22:45
*** mattymo_ has joined #puppet-openstack22:45
*** mattymo has joined #puppet-openstack22:45
*** mattymo has quit IRC22:47
*** mattymo_ has joined #puppet-openstack22:47
*** mattymo has joined #puppet-openstack22:48
*** dfisher has quit IRC22:48
*** mattymo_ has joined #puppet-openstack22:49
*** mattymo has quit IRC22:49
*** mattymo_ has quit IRC22:49
*** gildub has joined #puppet-openstack22:49
*** mattymo has joined #puppet-openstack22:50
*** mattymo has quit IRC22:51
*** mattymo_ has joined #puppet-openstack22:51
*** mattymo has joined #puppet-openstack22:52
*** mattymo has quit IRC22:53
*** mattymo_ has joined #puppet-openstack22:53
*** mattymo has joined #puppet-openstack22:54
*** mattymo has quit IRC22:55
*** mattymo_ has joined #puppet-openstack22:55
*** bklei has quit IRC22:56
*** mattymo has joined #puppet-openstack22:56
*** mattymo has quit IRC22:57
*** mattymo_ has joined #puppet-openstack22:57
*** mattymo has joined #puppet-openstack22:58
*** mattymo has quit IRC22:59
*** mattymo_ has joined #puppet-openstack22:59
*** mattymo has joined #puppet-openstack23:00
*** ducttape_ has quit IRC23:00
*** mattymo has quit IRC23:01
*** mattymo_ has joined #puppet-openstack23:01
*** hogepodge has quit IRC23:02
*** mattymo has joined #puppet-openstack23:02
*** mattymo_ has joined #puppet-openstack23:04
*** mattymo has quit IRC23:04
*** mattymo_ has quit IRC23:04
*** mattymo has joined #puppet-openstack23:04
*** mattymo_ has joined #puppet-openstack23:05
*** mattymo has quit IRC23:05
*** mattymo_ has quit IRC23:06
*** mattymo has joined #puppet-openstack23:06
*** aimon has quit IRC23:07
*** mattymo has quit IRC23:07
*** mattymo_ has joined #puppet-openstack23:07
*** mattymo- has joined #puppet-openstack23:08
*** dgurtner has joined #puppet-openstack23:08
*** dgurtner has quit IRC23:08
*** dgurtner has joined #puppet-openstack23:08
*** mattymo has joined #puppet-openstack23:10
*** mattymo has joined #puppet-openstack23:12
*** gfidente has quit IRC23:13
*** mattymo has joined #puppet-openstack23:14
*** mattymo has joined #puppet-openstack23:16
*** mattymo has joined #puppet-openstack23:18
*** mattymo has joined #puppet-openstack23:20
*** rcallawa has joined #puppet-openstack23:21
*** rcallawa has quit IRC23:21
*** zigo has quit IRC23:21
*** mattymo has joined #puppet-openstack23:22
*** rcallawa has joined #puppet-openstack23:22
*** zigo has joined #puppet-openstack23:22
*** mattymo has joined #puppet-openstack23:24
*** mdorman has quit IRC23:24
*** jasondotstar has joined #puppet-openstack23:25
*** colby_ has joined #puppet-openstack23:25
*** mattymo has joined #puppet-openstack23:26
colby_Hello everyone we just upgrade to the new kilo release of the puppet modules and we are seeing an error when applying to the systems: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not autoload puppet/type/keystone_tenant: interning empty string on node openstack-controller1.sdsc.edu23:26
colby_has anyone see any errors like this. I have not been able to track down what the issue is.23:27
*** mattymo has joined #puppet-openstack23:28
*** mattymo has joined #puppet-openstack23:30
*** mattymo has joined #puppet-openstack23:32
*** mattymo has joined #puppet-openstack23:34
*** mattymo has joined #puppet-openstack23:36
*** morazi has quit IRC23:37
*** mattymo has joined #puppet-openstack23:38
*** rcallawa_ has joined #puppet-openstack23:39
*** dgurtner has quit IRC23:40
*** mattymo has joined #puppet-openstack23:40
*** mattymo has joined #puppet-openstack23:42
*** rcallawa has quit IRC23:43
*** mattymo has joined #puppet-openstack23:44
*** mattymo has joined #puppet-openstack23:46
*** mattymo has joined #puppet-openstack23:48
*** mattymo has quit IRC23:48
*** mattymo has joined #puppet-openstack23:50
*** mattymo has joined #puppet-openstack23:52
*** mattymo has joined #puppet-openstack23:54
*** mattymo has joined #puppet-openstack23:56
*** mattymo has joined #puppet-openstack23:58

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!