Tuesday, 2014-01-28

*** openstack has joined #heat00:02
*** jcru has quit IRC00:04
*** pvaneck has quit IRC00:08
*** achampion has quit IRC00:12
*** achampion has joined #heat00:14
*** dmueller has quit IRC00:18
jomara_question about the heat pythonclient: i'm trying to do a stack update, with the template object as just the same as what template_get returns, and heat gives me an error about formatting (it wants double quotes)00:21
jomara_Recoverable error: ERROR: Template not in valid format: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)00:23
*** dmueller has joined #heat00:23
jomara_is it expecting a python dict, or a JSON encoded hash?00:23
*** arbylee has quit IRC00:26
*** matsuhashi has joined #heat00:27
*** andersonvom1 has quit IRC00:31
asalkeld_someone put swan out of his misery: https://review.openstack.org/6208700:32
asalkeld_it's been approved 2/3 times00:32
asalkeld_he keeps getting a merge confilict00:32
*** dims has quit IRC00:34
*** sjmc7 has joined #heat00:35
*** dims has joined #heat00:37
openstackgerritA change was merged to openstack/heat: Fixes template not using the JSON or YAML format  https://review.openstack.org/6739600:37
*** tims has joined #heat00:45
*** faramir1 has joined #heat00:46
*** pablosan has quit IRC00:47
*** sjmc7 has quit IRC00:53
*** yogesh has joined #heat01:07
*** alexpilotti_ has quit IRC01:08
*** rpothier has joined #heat01:13
*** arbylee has joined #heat01:15
*** _ruhe is now known as ruhe01:16
*** tango has quit IRC01:23
*** andersonvom has joined #heat01:34
*** nosnos has joined #heat01:36
*** yogesh has quit IRC01:39
*** andersonvom has quit IRC01:41
*** Guest89391 has joined #heat01:53
*** gokrokve has joined #heat01:57
*** ruhe is now known as _ruhe02:03
*** gokrokve has quit IRC02:08
*** rpothier_ has joined #heat02:25
asalkeld_why on earth does this work: https://github.com/openstack/heat/blob/master/heat/tests/utils.py#L12702:25
asalkeld_reset_dummy_db() deletes all data from  the db02:26
asalkeld_it's called from lots of tearDown()'s02:26
openstackgerritA change was merged to openstack/heat: Add autoscaling notifications  https://review.openstack.org/6208702:26
asalkeld_if the tests are run in parallel won't that kill in progress tests?02:26
*** alexheneveld has joined #heat02:27
asalkeld_(running up against this in solum)02:27
asalkeld_I think we need to create a new db (new path) on each test02:28
asalkeld_but the pesky CONF is global02:28
*** rpothier has quit IRC02:28
asalkeld_either that or each test must assume the db is not clean02:29
*** chandankumar_ has joined #heat02:29
asalkeld_SpamapS, do you have an opinion on that ^02:29
*** chandankumar_ has quit IRC02:31
*** andersonvom has joined #heat02:38
asalkeld_no worries people : you are using in-memory sqlite, forgot about that02:40
openstackgerrithuangtianhua proposed a change to openstack/heat: I18N support for log message and attributes schema  https://review.openstack.org/6911102:44
*** erkules_ has joined #heat02:45
*** erkules has quit IRC02:46
*** dmueller has quit IRC02:49
*** tiantian has joined #heat02:51
openstackgerritRyo Miki proposed a change to openstack/heat: Add handle_update for OS::Neutron::RouterL3Agent  https://review.openstack.org/6930302:55
*** rcleere has joined #heat02:55
*** tiantian has quit IRC02:58
*** tiantian has joined #heat02:58
*** gokrokve has joined #heat03:01
*** nati_ueno has quit IRC03:02
*** andersonvom has quit IRC03:06
*** tiantian has quit IRC03:06
*** matsuhashi has quit IRC03:13
*** matsuhashi has joined #heat03:14
*** rwsu has quit IRC03:18
*** Guest89391 has quit IRC03:22
*** Guest89391 has joined #heat03:22
*** tiantian has joined #heat03:23
tiantianHi all: would you please to review the patch https://review.openstack.org/#/c/68870/ and give me your suggestion. Thanks very much.03:24
*** tiantian has quit IRC03:28
*** alexheneveld has quit IRC03:28
*** matsuhashi has quit IRC03:49
*** dmueller has joined #heat03:53
openstackgerrithuangtianhua proposed a change to openstack/heat: Fix errors on OS::Neutron::Port resource  https://review.openstack.org/6887003:58
*** slong has quit IRC03:58
*** alexheneveld has joined #heat04:01
*** harlowja is now known as harlowja_away04:01
openstackgerrithuangtianhua proposed a change to openstack/heat: Ensure some properties update_allowed on port res  https://review.openstack.org/6887004:03
*** nkhare has joined #heat04:04
*** harlowja_away is now known as harlowja04:06
*** andersonvom has joined #heat04:08
*** andersonvom has quit IRC04:10
*** agileclipse has joined #heat04:15
*** gokrokve has quit IRC04:16
*** gokrokve_ has joined #heat04:17
*** alexheneveld has quit IRC04:19
*** gokrokve_ has quit IRC04:22
*** arbylee has quit IRC04:34
*** david-lyle has joined #heat04:34
*** matsuhashi has joined #heat04:45
openstackgerrithuangtianhua proposed a change to openstack/heat: Fixes environment file not using the YAML format  https://review.openstack.org/6953604:45
*** gokrokve has joined #heat04:47
*** gokrokve_ has joined #heat04:49
*** gokrokve has quit IRC04:51
*** gokrokve_ has quit IRC04:53
*** akuznetsov has joined #heat05:00
*** gokrokve has joined #heat05:02
*** arbylee has joined #heat05:04
*** gokrokve has quit IRC05:09
*** cmyster has joined #heat05:14
*** cmyster has quit IRC05:14
*** cmyster has joined #heat05:14
*** IlyaE has quit IRC05:18
openstackgerritcalfonso proposed a change to openstack/heat-templates: Updates for RHEL 6.5  https://review.openstack.org/6953905:19
*** arbylee has quit IRC05:25
*** IlyaE has joined #heat05:26
*** achampion has quit IRC05:39
*** IgorYozhikov has quit IRC05:48
*** yogesh has joined #heat05:48
*** IgorYozhikov has joined #heat05:49
openstackgerritLiang Chen proposed a change to openstack/heat: Re-enable lazy translation  https://review.openstack.org/6913306:00
*** gokrokve has joined #heat06:02
*** frankbutt has joined #heat06:03
*** frankbutt has left #heat06:03
*** gokrokve has quit IRC06:07
openstackgerritJenkins proposed a change to openstack/heat: Imported Translations from Transifex  https://review.openstack.org/6450406:08
openstackgerrithuangtianhua proposed a change to openstack/heat: I18N support for log message and attributes schema  https://review.openstack.org/6911106:08
*** harlowja is now known as harlowja_away06:10
skraynevMorning06:21
*** dmueller has quit IRC06:23
*** aignatov_ is now known as aignatov06:35
openstackgerritRyo Miki proposed a change to openstack/heat: Fix handle_create of NetDHCPAgent for updating  https://review.openstack.org/6931106:43
*** aignatov is now known as aignatov_06:45
*** rcleere has quit IRC06:47
*** gokrokve has joined #heat06:47
skraynevMorning!06:52
*** gokrokve has quit IRC06:52
*** nati_ueno has joined #heat06:54
*** rcleere has joined #heat06:56
cmysterindeed06:56
*** nati_ueno has quit IRC07:07
*** nati_ueno has joined #heat07:08
*** coolsvap has joined #heat07:17
*** arbylee has joined #heat07:21
*** arbylee has quit IRC07:26
therve'morning07:31
cmystermorn07:32
*** erkules_ is now known as erkules07:34
*** jprovazn has joined #heat07:35
*** achampion has joined #heat07:40
*** Guest89391 has quit IRC07:44
*** gokrokve has joined #heat07:47
*** tspatzier has joined #heat07:49
*** rcleere has quit IRC07:51
*** gokrokve has quit IRC07:52
*** achampion has quit IRC07:54
cmystersomething strange, I installed icehouse on rhel 6.5 and was following http://docs.openstack.org/developer/heat/getting_started/on_devstack.html#launching-a-stack07:57
*** liang has quit IRC07:57
cmysterthe command there returns ERROR: The Image (F17-x86_64-cfntools) could not be found.07:57
cmysterthough the file is mentioned in the template07:58
therveIt needs to exist in glance07:59
skraynevyeap. use these links http://docs.openstack.org/developer/heat/getting_started/on_devstack.html#configure-devstack-to-enable-heat08:01
*** tsmadds has joined #heat08:02
*** nati_uen_ has joined #heat08:02
*** nati_ueno has quit IRC08:05
*** asalkeld_ has quit IRC08:05
cmysterOK thanks08:10
*** tsmadds has quit IRC08:14
*** sdake has quit IRC08:14
*** nati_uen_ has quit IRC08:15
*** sdake has joined #heat08:15
*** nati_ueno has joined #heat08:16
*** Tross has quit IRC08:16
*** Tross has joined #heat08:16
*** _jmp_ has quit IRC08:16
*** jistr has joined #heat08:19
*** zaneb has quit IRC08:19
*** _jmp_ has joined #heat08:20
*** _jmp_ is now known as Guest1544908:20
*** zaneb has joined #heat08:22
openstackgerritSwann Croiset proposed a change to openstack/heat: Fix event_type names for stack CRUD notifications  https://review.openstack.org/6937208:25
*** david-lyle has quit IRC08:27
*** e0ne has joined #heat08:27
*** achampion has joined #heat08:36
*** aignatov_ is now known as aignatov08:40
*** achampion has quit IRC08:41
*** pasquier-s has quit IRC08:41
*** pasquier-s has joined #heat08:44
*** e0ne has quit IRC08:44
*** e0ne has joined #heat08:45
pshchelomorning!08:45
*** pasquier-s has quit IRC08:49
*** e0ne has quit IRC08:49
*** pasquier-s has joined #heat08:50
*** _ruhe is now known as ruhe08:51
*** tsmadds has joined #heat08:54
zigoI got 12 unit tests errors with Icehouse b2 in my Debian package in Wheezy, all of them output:08:55
zigoAttributeError: type object 'Client' has no attribute 'create_metering_label'08:55
zigoWhat's wrong?08:55
zigoFYI:08:55
zigo  File "/usr/lib/python2.7/dist-packages/mox.py", line 306, in StubOutWithMock08:55
zigo    attr_to_replace = getattr(obj, attr_name)08:55
zigoAttributeError: type object 'Client' has no attribute 'create_metering_label'08:55
thervezigo, What you're neutron client version?08:58
*** yogesh has quit IRC08:58
zigotherve: 2.3.008:58
zigo(as per requirements.txt which I translated into a debian build-depends...)08:58
therveI don't know then08:59
skraynevzigo: you should update it to 2.3.2 at least08:59
zigoskraynev: Then the requirements.txt file is wrong! :)08:59
zigoWill try that right now.08:59
*** pshchelo has quit IRC09:00
therveI have 2.3.3 in mine though09:00
skraynevtherve: yes, it's last available version09:01
therveIt changed a week ago, dunno if it's in i-209:01
*** derekh has joined #heat09:05
zigoTrying to rebuild.09:05
zigoAWESOME, it fixed it! :)09:06
skraynevzigo: my congratulations ;)09:07
zigoIt'd be nice if the pep8 tests could be disabled, btw.09:08
*** giulivo has joined #heat09:08
zigoI don't care about them in my package ...09:08
zigoHint: please add a -P option in run_tests.sh ! :)09:08
*** SergeyLukjanov_ is now known as SergeyLukjanov09:08
*** lsmola_ has joined #heat09:08
*** nati_uen_ has joined #heat09:09
*** nati_uen_ has quit IRC09:09
*** matsuhashi has quit IRC09:09
*** nati_uen_ has joined #heat09:09
thervezigo, There is one already09:10
zigoOh...09:10
shardytherve: no, there's -p, which is the opposite ;)09:11
shardyzigo: I'll raise a bug and we'll add -P/--no-pep809:11
therveWell presumably that means you can not have them?09:11
zigoThanks.09:11
zigotherve: The problem is that pep8 is extremely annoying with versions, it requires 1.4.5, while Debian has 1.4.6... And it's almost always out of sync.09:12
*** nati_ueno has quit IRC09:12
therveThat's not what I meant :)09:12
cmysterzigo: why not use pip to maintain it instead of Debian?09:13
shardytherve: Yeah, you're right run_tests.sh -u only runs the unit tests09:13
shardyzigo: So that's a workaround for now :)09:13
therveshardy, Right :)09:13
zigocmyster: I'm the Debian OpenStack maintainer, what I do is using packages, I can't use pip, this involves networking.09:13
cmysterright09:14
zigoshardy: Oh ok, thanks, will try.09:14
*** matsuhas_ has joined #heat09:14
shardytherve: but -u has a different meaning on all other projects AFAICS09:14
shardyso we should probably align with convention :)09:14
*** pshchelo has joined #heat09:14
zigoshardy: Yeah, -N and -P are standards.09:14
therveshardy, Because they have functional tests or something?09:14
cmystertherve: sorry to bring this back again. I added the lines mentioned and resourced, but I still get the same error as before.09:15
shardytherve: No -u means update the venv (in nova and keystone at least)09:15
therveOh :)09:15
shardyI think our -u is a legacy of previously having functionaly tests in our tree09:15
thervecmyster, You added the lines of what to what? :)09:16
cmysterummm09:16
cmysteroh it was skraynev with that link :)09:16
cmysterthe issue with "ERROR: The Image (F17-x86_64-cfntools) could not be found."09:17
thervecmyster, Ah so you added IMAGE_URLS? You need to restack, did you do that?09:17
therveOnce it's done do a glance list until you see the image09:18
cmysterno I did not09:18
shardyzigo: https://bugs.launchpad.net/heat/+bug/127359809:19
zigoNice! :) Thanks man.09:19
*** ruhe is now known as _ruhe09:20
cmystertherve: I'm going over a few docs and asked around about restacking, care to share how it is being done?09:21
thervecmyster, ./unstack.sh; ./stack.sh09:22
cmysterI must be missing something then. I installed rhel 6.5 and used openstack to install this system. I don't have any of those files09:23
shardycmyster: Did you install openstack via RHOS/RDO packages, or devstack?09:24
cmysterRDO09:24
shardycmyster: Ok, therve is talking about devstack, which is a development environment for openstack09:25
therveWell you were looking at the devstack documentation09:25
shardycmyster: This may help:09:27
shardyhttp://openstack.redhat.com/Deploy_an_application_with_Heat09:27
shardyYou need to get the image into glance before you can create a stack09:27
*** e0ne has joined #heat09:28
cmysterI see, thanks09:28
shardywe should probably update that page (and the templates) to point to the official Fedora20 cloud image, as F17 is (very) EOL09:28
shardyand the F20 image now contains heat-cfntools, so we don't need to build our own images anymore \o/ :)09:28
cmysterI came across the previous doc from a link in the wiki, I did not understand from the link name or URL that its for devstack use.09:29
shardyhttp://openstack.redhat.com/forum/discussion/959/get-fedora-20-now09:29
shardyThat shows how to get the F20 image into glance09:29
cmysterF20... well I might be able to use rhel7 once the local formans know what to do with it09:29
cmysterbut no Fedora09:29
shardycmyster: You should also be able to use the RHEL cloud images from RHN09:30
shardycmyster: The wiki has a lot of devstack related content because many/most developers use it, but the configuration steps are a little different to a package based install09:31
shardywhen heat is up and running it should work basically the same09:31
cmysterI should be able to, and when I know more about whats what I might, but atm my servers are governed in a certain way...09:32
cmysterOK, thanks all09:32
shardyq09:34
shardyoops09:35
therveshardy, Do you need some help rebasing those ec2 creds branches?09:36
therveOtherwise I have the approve button ready :)09:36
shardytherve: No I have a local branch ready, I was just waiting for the cfg.CONF patch to merge09:36
*** achampion has joined #heat09:37
shardytherve: I'm just going to to a quick test of autoscaling then I'll push, thanks09:37
therveCool09:37
skraynevcmyster, have I missed some important (about link)? I moved away.09:39
cmysternah skraynev, thanks again09:40
*** achampion has quit IRC09:41
skraynevcmyster: I am glad to hear it )09:47
*** gokrokve has joined #heat09:47
cmysterskraynev: I was using the devstack docs instead of the rdo ones so I was missing a few tools,09:48
cmysterthere are a few good hints on both though, I'll make me a short howto for next time with hints and tricks from both09:48
skraynevcmyster: cool.09:49
*** nati_ueno has joined #heat09:51
*** gokrokve has quit IRC09:52
*** nati_uen_ has quit IRC09:53
*** nati_ueno has quit IRC09:57
*** lsmola_ has quit IRC09:58
*** che-arne has joined #heat09:59
*** e0ne_ has joined #heat10:06
*** asalkeld has joined #heat10:07
*** e0ne has quit IRC10:10
*** lsmola_ has joined #heat10:14
openstackgerritSteven Hardy proposed a change to openstack/heat: heat_keystoneclient ensure admin client respects SSL options  https://review.openstack.org/6956810:18
openstackgerritSteven Hardy proposed a change to openstack/heat: heat_keystoneclient: Move v3 path logic to constructor  https://review.openstack.org/6956910:18
openstackgerritSteven Hardy proposed a change to openstack/heat: heat_keystoneclient: abstract admin_client to a property  https://review.openstack.org/6957010:18
openstackgerritSteven Hardy proposed a change to openstack/heat: heat_keystoneclient convert get_ec2_keypair to v3 API  https://review.openstack.org/6753110:18
openstackgerritSteven Hardy proposed a change to openstack/heat: Purge remaining heat_keystoneclient v2 code  https://review.openstack.org/6753410:18
openstackgerritSteven Hardy proposed a change to openstack/heat: heat_keystoneclient convert delete_ec2_keypair to v3 API  https://review.openstack.org/6753210:18
openstackgerritSteven Hardy proposed a change to openstack/heat: Fix user and signal responder exception import  https://review.openstack.org/6753310:18
*** matsuhas_ has quit IRC10:22
*** matsuhashi has joined #heat10:31
*** aignatov is now known as aignatov_10:31
*** tsmadds has quit IRC10:37
*** achampion has joined #heat10:37
*** achampion has quit IRC10:42
*** lsmola_ has quit IRC10:43
*** tsmadds has joined #heat10:44
*** coolsvap has quit IRC10:47
*** gokrokve has joined #heat10:47
*** tsmadds has quit IRC10:49
*** gokrokve has quit IRC10:52
*** lsmola_ has joined #heat10:56
*** tsmadds has joined #heat10:59
*** coolsvap has joined #heat11:00
*** rpothier_ has quit IRC11:00
*** rpothier__ has joined #heat11:00
*** matsuhashi has quit IRC11:00
*** aignatov_ is now known as aignatov11:09
*** matsuhashi has joined #heat11:14
*** matsuhashi has quit IRC11:17
*** gokrokve has joined #heat11:19
*** SergeyLukjanov is now known as SergeyLukjanov_a11:19
*** SergeyLukjanov_a is now known as SergeyLukjanov11:19
*** gokrokve_ has joined #heat11:20
*** arbylee has joined #heat11:22
*** gokrokve has quit IRC11:23
*** gokrokve_ has quit IRC11:25
*** arbylee has quit IRC11:27
*** coolsvap has quit IRC11:30
*** jprovazn has quit IRC11:30
*** achampion has joined #heat11:38
*** achampion has quit IRC11:43
*** jprovazn has joined #heat11:44
*** nkhare has quit IRC11:47
*** gokrokve has joined #heat11:47
*** gokrokve has quit IRC11:52
*** tspatzier has quit IRC11:59
*** tspatzier has joined #heat12:01
*** alexheneveld has joined #heat12:01
*** faramir1 has quit IRC12:02
*** flwang has joined #heat12:27
*** flwang has left #heat12:27
*** alexheneveld has quit IRC12:38
*** achampion has joined #heat12:39
*** tspatzier has quit IRC12:39
openstackgerritA change was merged to openstack/heat: Refactor Parameters Schema based on common Schema  https://review.openstack.org/6718312:42
*** achampion has quit IRC12:44
*** asalkeld has quit IRC12:44
*** alexheneveld has joined #heat12:47
*** gokrokve has joined #heat12:47
therve\o/12:47
*** _ruhe is now known as ruhe12:51
*** gokrokve has quit IRC12:52
*** tspatzier has joined #heat12:53
*** rpothier__ has quit IRC12:54
openstackgerritAnderson Mesquita proposed a change to openstack/heat: Move X-Auth-Url logic to auth_url middleware  https://review.openstack.org/6880012:56
*** asalkeld has joined #heat12:56
*** alexheneveld has quit IRC12:57
*** alexheneveld has joined #heat13:00
*** alexheneveld_ has joined #heat13:02
*** jdob has joined #heat13:04
*** alexheneveld has quit IRC13:05
*** alexheneveld_ is now known as alexheneveld13:05
*** sabeen has joined #heat13:07
*** nosnos has quit IRC13:08
*** sabeen has quit IRC13:09
*** sabeen has joined #heat13:09
*** Guest15449 is now known as _jmp_13:09
*** scollier has joined #heat13:09
*** tsmadds has quit IRC13:09
*** agileclipse has quit IRC13:10
*** agileclipse has joined #heat13:11
*** gokrokve has joined #heat13:12
*** gokrokve has quit IRC13:14
*** blomquisg has joined #heat13:16
*** tsmadds has joined #heat13:16
*** scollier has quit IRC13:16
*** chandankumar has joined #heat13:16
*** scollier has joined #heat13:17
*** scollier has quit IRC13:18
*** scollier has joined #heat13:18
*** agileclipse has quit IRC13:21
*** arbylee has joined #heat13:22
*** funzo has quit IRC13:22
*** alexheneveld has quit IRC13:26
*** arbylee has quit IRC13:26
*** aweiteka has joined #heat13:27
*** funzo has joined #heat13:27
*** funzo has quit IRC13:35
*** chandankumar has quit IRC13:36
*** funzo has joined #heat13:36
*** achampion has joined #heat13:40
*** rpothier has joined #heat13:41
*** achampion has quit IRC13:45
openstackgerritJun Jie Nan proposed a change to openstack/heat: Enabled source code coverage for contrib directory  https://review.openstack.org/6895313:50
*** dims has quit IRC13:50
*** dims has joined #heat13:52
*** pafuent has joined #heat13:53
*** achampion has joined #heat13:58
*** dims has quit IRC14:03
*** mestery has quit IRC14:03
*** chandankumar has joined #heat14:04
*** cmyster has quit IRC14:04
*** dims has joined #heat14:04
SpamapSasalkeld: I think you got it figured out. reset_dummy_db does in fact rely on the fact that each parallelized process gets its own in-memory sqlite :)14:05
*** gokrokve has joined #heat14:05
*** radez_g0n3 is now known as radez14:07
*** alexheneveld has joined #heat14:08
*** gokrokve_ has joined #heat14:08
*** chandankumar has quit IRC14:09
*** gokrokve has quit IRC14:11
*** arbylee has joined #heat14:14
*** mestery has joined #heat14:15
*** arbylee has quit IRC14:16
*** arbylee has joined #heat14:17
openstackgerritChmouel Boudjnah proposed a change to openstack/heat: Don't run pep8 tests with -P  https://review.openstack.org/6961214:20
funzoasalkeld: stevebaker: do you know if anyone is working on autoscaling groups with native resources?14:21
*** chandankumar has joined #heat14:22
funzojpeeler: when you get a chance can you take a look at https://review.openstack.org/#/c/69539/14:24
*** scollier has quit IRC14:26
*** JCxMLnblFl has joined #heat14:26
*** JCxMLnblFl has left #heat14:26
*** spzala has joined #heat14:30
shardyfunzo: radix has been looking at various autoscaling changes, which I believe aims to provide native resources (and a new API)14:31
funzooh nice!14:31
*** jcru has joined #heat14:32
shardyfunzo: I'm unsure of the latest status, but there are some BPs you can check out14:32
funzothx shardy14:34
thervehttps://blueprints.launchpad.net/heat/+spec/as-lib is the root of the bp tree fwiw14:34
*** chandankumar has quit IRC14:35
*** achampio1 has joined #heat14:38
*** gokrokve_ has quit IRC14:39
*** rbrady1 is now known as rbrady14:39
*** achampion has quit IRC14:40
openstackgerritJun Jie Nan proposed a change to openstack/heat: RPC service for software config/deployment  https://review.openstack.org/5887714:40
openstackgerritJun Jie Nan proposed a change to openstack/heat: REST API for software config/deployment  https://review.openstack.org/6651414:40
*** mestery_ has joined #heat14:40
openstackgerrithuangtianhua proposed a change to openstack/heat: Fixes environment file using correct YAML format  https://review.openstack.org/6953614:41
*** mestery__ has joined #heat14:42
*** gokrokve_ has joined #heat14:43
*** meste____ has joined #heat14:43
*** mestery has quit IRC14:43
*** mestery_ has quit IRC14:46
*** mestery__ has quit IRC14:46
*** vijendar has joined #heat14:46
openstackgerrithuangtianhua proposed a change to openstack/heat: I18N support for log message and attributes schema  https://review.openstack.org/6911114:48
*** vijendar has quit IRC14:48
*** vijendar has joined #heat14:48
openstackgerritA change was merged to openstack/python-heatclient: Remove unused method 'string_to_bool' from utils  https://review.openstack.org/6831714:52
pshchelohi all, does heat have sort of dedicated worker for long-running operations somewhere in the code?14:52
*** tspatzier has quit IRC14:52
*** scollier has joined #heat14:54
*** ruhe is now known as _ruhe14:56
*** mestery has joined #heat14:57
*** IlyaE has joined #heat14:58
*** mestery_ has joined #heat14:58
*** chandankumar has joined #heat14:59
*** tims1 has joined #heat14:59
*** meste____ has quit IRC15:00
*** mestery__ has joined #heat15:01
*** mestery has quit IRC15:02
*** tims has quit IRC15:02
*** mestery_ has quit IRC15:03
openstackgerritPablo Andres Fuente proposed a change to openstack/heat: Use a HeatIdentifier instance to create Parameters  https://review.openstack.org/6825715:04
*** jmckind has joined #heat15:05
*** mestery has joined #heat15:05
*** chandankumar has quit IRC15:06
*** randallburt has joined #heat15:07
openstackgerritChmouel Boudjnah proposed a change to openstack/heat: Don't run pep8 tests with -P  https://review.openstack.org/6961215:07
*** achampion has joined #heat15:08
*** mestery__ has quit IRC15:09
*** achampio1 has quit IRC15:10
*** aignatov is now known as aignatov_15:11
*** rwsu has joined #heat15:12
*** coolsvap has joined #heat15:16
*** topol has joined #heat15:18
*** alexheneveld has quit IRC15:19
*** che-arne has quit IRC15:20
funzojpeeler: comment added15:21
funzothx for the review15:21
*** rcleere has joined #heat15:22
openstackgerrithuangtianhua proposed a change to openstack/heat: I18N support for error message  https://review.openstack.org/6963015:27
*** aignatov_ is now known as aignatov15:29
*** _ruhe is now known as ruhe15:30
openstackgerritPablo Andres Fuente proposed a change to openstack/heat: Native Pseudo Parameters  https://review.openstack.org/6664015:30
*** alexheneveld has joined #heat15:31
*** achampio1 has joined #heat15:31
jpeelerfunzo: i don't see your comment actually15:33
*** achampion has quit IRC15:33
openstackgerritPablo Andres Fuente proposed a change to openstack/heat: Prevent access Parameters key in template dict  https://review.openstack.org/6831215:34
*** rbrady is now known as rbrady-brb15:34
openstackgerritA change was merged to openstack/python-heatclient: Updated from global requirements  https://review.openstack.org/6904115:39
*** david-lyle has joined #heat15:41
*** rbrady-brb is now known as rbrady15:42
*** jistr has quit IRC15:51
*** tspatzier has joined #heat15:54
*** rcleere has quit IRC15:54
*** Michalik has quit IRC15:54
*** rcleere has joined #heat15:57
*** achampion has joined #heat16:00
*** achampio1 has quit IRC16:02
*** zaneb has quit IRC16:06
*** tspatzier has quit IRC16:08
*** SergeyLukjanov is now known as SergeyLukjanov_16:09
*** aignatov is now known as aignatov_16:09
*** zaneb has joined #heat16:10
aweitekai've got a multi-instance heat template for openshift where the instances reboot after deploy. i need to run some additional 1-time config (bash) when it comes back up. where can i put my script so it runs once? cloud-init dir?16:15
*** che-arne has joined #heat16:16
*** randallburt has quit IRC16:17
*** blomquisg has quit IRC16:17
larsksaweiteka: are you deploying on rhel/fedora/something else?16:18
aweitekalarsks, rhel16:18
larsksaweiteka: So have cloud-init install and enable a new init script (/etc/init.d/myscript), and when that script runs it can just do "chkconfig --disable myscript" as the last action.16:18
aweitekalarsks, cool. i figured it was easy. thanks!16:19
*** randallburt has joined #heat16:22
jpeelerisn't that exactly what the per-instance directory in cloud-init is for?16:22
*** randallburt has quit IRC16:24
larsksjpeeler: Is it?  It soundsl ike aweiteka wants something to run on the boot *after* the first boot (so, after cloud-int has already done its thing).16:24
larsksjpeeler: That wasn't a rhetorical "Is it?" :) I mean, I don't know, never having paid attention that aspect of cloud-init.16:25
*** jprovazn has quit IRC16:25
jpeelerheh, i know. no i see what you're saying, maybe more investigation is needed. but given there's a per-always (which runs every boot), i feel like surely cloud-init has a way to run once after reboot16:27
aweitekajpeeler, i thought there was a cloud-init native way to do it but i haven't found it yet16:28
larsksjpeeler: aweiteka: you could just use the per-always hook and have the hook delete itself on first run.16:29
larsksaweiteka: http://cloudinit.readthedocs.org/en/latest/topics/format.html#cloud-boothook16:29
sdakelarsks heat uses a boothook already16:30
sdakeso that is not an option16:30
larskssdake: Oh, bummer.16:30
sdakeI am unclear if multiple boothooks works with cloudinit or not16:30
larskssdake: And There Can Be Only One?16:30
sdakenot sure16:30
sdakewe mime encode the boothook and a bunch of other stuff16:31
*** ruhe is now known as _ruhe16:31
sdakehttp://sdake.wordpress.com/2013/03/03/how-we-use-cloudinit-in-openstack-heat/16:31
*** kebray_ has joined #heat16:31
sdakelarsks worth a read if your interested in cloud-init plus its various use cases16:32
*** Michalik has joined #heat16:32
larskssdake: Out of curiousity I'm going to see what happens if I send cloud-init multiple boothooks.16:32
* aweiteka reading...16:32
sdakeheat has improved a bit - we support raw cloudinit blobs now too16:33
sdakei would imagine the part handler would just handle multiple boothooks correctly16:33
sdakebut I'm not certain16:34
sdakebut the problem is the boothook is encoded into the mime blob on image startup16:34
larskssdake: But not if you use the raw cloudinit support, I guess.  But then you lose all the other heat stuff.16:35
sdakeright - we support a raw mode16:35
jpeeleri'm reading about the @reboot directive in cron, maybe that's as clean as it can be done16:35
sdakeI am not entirely clear on how that works16:35
jpeelerassuming the image has cron installed... ok i'm done heh16:36
openstackgerrithuangtianhua proposed a change to openstack/heat: Ensure some properties update_allowed on port res  https://review.openstack.org/6887016:38
larskssdake: For what it's worth: multiple bookthooks work great.16:40
*** pablosan has joined #heat16:43
aweitekalarsks, so is that an option in my case?16:43
larsksaweiteka: not sure, actually :/.  Since you're using heat, I don't know if you can provide an *additional* boothook.  You can certainly use a raw cloud-init object, but that replaces the user-data that heat normally sends over.16:44
openstackgerritA change was merged to openstack/python-heatclient: Add support for build info API  https://review.openstack.org/6648316:45
larsksaweiteka: I would just install a service script and then have it disable itself, or do the same thing with cron that jpeeler was suggesting.16:45
*** chandankumar has joined #heat16:45
*** pablosan has quit IRC16:49
sdakelarsks cool thats good to know :)16:51
openstackgerrithuangtianhua proposed a change to openstack/heat: Adding "device_owner" property for Port resource  https://review.openstack.org/6965416:51
openstackgerritThomas Herve proposed a change to openstack/heat: Add a validation step to parameters schema  https://review.openstack.org/6965516:52
openstackgerritThomas Herve proposed a change to openstack/heat: Add a validation step to parameters schema  https://review.openstack.org/6965516:56
aweitekalarsks, thanks for your help. /me playing...16:57
*** dmueller has joined #heat16:58
*** arbylee has quit IRC16:59
*** e0ne_ has quit IRC17:03
*** e0ne has joined #heat17:04
*** john-n-seattle2 has left #heat17:07
*** e0ne has quit IRC17:09
*** chandankumar has quit IRC17:09
*** alexheneveld has quit IRC17:11
*** _ruhe is now known as ruhe17:15
*** chandankumar has joined #heat17:15
*** gokrokve_ has quit IRC17:16
*** pablosan has joined #heat17:17
*** ifarkas has quit IRC17:19
*** alexheneveld has joined #heat17:20
*** vijendar has quit IRC17:20
*** randallburt has joined #heat17:20
*** vijendar has joined #heat17:21
*** ruhe is now known as _ruhe17:28
*** randallburt has quit IRC17:31
*** chandankumar has quit IRC17:34
*** SergeyLukjanov_ is now known as SergeyLukjanov17:36
*** arbylee has joined #heat17:44
*** gokrokve has joined #heat17:45
*** randallburt has joined #heat17:47
*** gokrokve has quit IRC17:47
openstackgerritPablo Andres Fuente proposed a change to openstack/heat: Prevent access Parameters key in template dict  https://review.openstack.org/6831217:49
*** gokrokve has joined #heat17:56
FL1SKhi guys17:57
FL1SKI have a heat template with stacks17:58
FL1SKdoes the TemplateURL support local files17:58
FL1SKi don't want to point to a URL thats public17:58
FL1SKi want it local on the box17:58
FL1SKideas - thoughts??17:58
*** arbylee has quit IRC17:58
*** arbylee has joined #heat17:58
*** e0ne has joined #heat17:59
FL1SKping17:59
*** gokrokve has quit IRC18:00
sdakeFl1sk try --template-file?18:01
sdakehave to head out now, bbl18:01
shardyFL1SK: Not if you use AWS::CloudFormation::Stack but (although obviously run a local webserver very easily)18:01
shardyFL1SK: but yes, if you use an environment file18:01
FL1SKshardy<- so if your using AWS CF Stack what is my option for a local file18:02
shardyhttp://hardysteven.blogspot.co.uk/2013/10/heat-providersenvironments-101-ive.html18:02
FL1SKi only see options for template URL18:02
FL1SKlooking shardy18:02
shardyFL1SK: ^^ use an environment file to map the nested stack to a resource name18:02
FL1SKinteresting18:02
shardythe environment file does support file:/// and is resolved by the client18:03
FL1SKah ha18:03
FL1SKexcellent!18:03
shardyFL1SK: that post contains links to most of the relevant docs18:03
FL1SKthank you shardy18:03
FL1SKif im using grizzly will my mileage vary18:03
shardyFL1SK: That will only work on >= Havana18:03
FL1SKah ha18:04
FL1SKgood to know shardy18:04
FL1SKthank you18:04
shardynp18:04
FL1SKill upgrade to Havana18:04
FL1SKusing SUSE Cloud 3.0 Release Candidate which has Havana18:04
FL1SKSweet18:04
FL1SKThanks guys18:04
*** yogesh has joined #heat18:05
pafuentSpamapS: Hi. Are you around?18:06
SpamapSpafuent: I am, but in and out.. home with sick child18:09
pafuentSpamapS: Oh.18:10
*** ifarkas has joined #heat18:11
pafuentSpamapS: It's regarding the migration. The events, should be accessed by id or uuid?18:11
*** aignatov_ is now known as aignatov18:14
SpamapSpafuent: uuid18:15
SpamapSpafuent: the id is just the pk and used for ordering18:15
SpamapSpafuent: uuid should be a unique key as well tho18:15
*** harlowja_away is now known as harlowja18:17
*** gokrokve has joined #heat18:18
pafuentSpamapS: Ok, thanks. I hope your child gets well soon.18:18
SpamapSpafuent: he's o-k, just contagious18:19
*** gokrokve_ has joined #heat18:20
*** alexheneveld has quit IRC18:21
*** gokrokv__ has joined #heat18:22
randallburtSpamapS:  :( sorry to hear, man.18:23
*** gokrokve has quit IRC18:23
*** gokrokve_ has quit IRC18:24
*** nati_ueno has joined #heat18:25
*** gokrokv__ has quit IRC18:26
SpamapSrandallburt: its no big. Really normal stuff for 2 year olds in day care. They're like minor ailment sponges.18:27
randallburtSpamapS:  lol, I remember.18:27
*** rpothier_ has joined #heat18:31
*** yogesh has quit IRC18:34
*** rpothier has quit IRC18:35
openstackgerritRandall Burt proposed a change to openstack/python-heatclient: Configure logging regardless of debug flag.  https://review.openstack.org/6969018:35
*** randallburt1 has joined #heat18:36
*** randallburt has quit IRC18:38
*** pvaneck has joined #heat18:39
*** edmund1 has joined #heat18:40
*** aignatov is now known as aignatov_18:40
*** che-arne has quit IRC18:42
*** blomquisg has joined #heat18:45
*** e0ne has quit IRC18:47
*** tango|2 has joined #heat18:50
*** gondoi has quit IRC18:52
*** alexpilotti has joined #heat18:54
*** e0ne has joined #heat18:55
*** gondoi has joined #heat18:57
openstackgerritIvan Kolodyazhny proposed a change to openstack/python-heatclient: Add HTTP proxy support to heat client  https://review.openstack.org/6715318:58
*** jistr has joined #heat19:00
*** shadower_ is now known as shadower19:01
*** rcleere has quit IRC19:05
*** alexpilotti has quit IRC19:13
*** rcleere has joined #heat19:13
*** alexpilotti has joined #heat19:16
*** alexheneveld has joined #heat19:17
*** jprovazn has joined #heat19:18
openstackgerritRandall Burt proposed a change to openstack/python-heatclient: Add more defalt CA paths  https://review.openstack.org/6883619:18
*** gokrokve has joined #heat19:20
*** alexpilotti has quit IRC19:21
*** gokrokve has quit IRC19:24
openstackgerritChmouel Boudjnah proposed a change to openstack/heat: Add -N option to match other OS project run_tests  https://review.openstack.org/6970319:29
openstackgerritBen Nemec proposed a change to openstack/heat: Add qpid-python to requirements  https://review.openstack.org/6970419:30
*** _ruhe is now known as ruhe19:34
*** Michalik has quit IRC19:34
*** rwsu has quit IRC19:36
*** rwsu has joined #heat19:40
*** david-lyle has quit IRC19:42
openstackgerritAnderson Mesquita proposed a change to openstack/python-heatclient: Add filter option to stack-list  https://review.openstack.org/6648519:42
openstackgerritAnderson Mesquita proposed a change to openstack/python-heatclient: Add pagination (limit and marker) to stack-list  https://review.openstack.org/6648419:42
*** zaneb has quit IRC19:43
*** zaneb has joined #heat19:44
*** jistr has quit IRC20:03
*** rcleere has quit IRC20:09
SpamapSugh, we do so much in constructors.. :-/20:10
*** Michalik has joined #heat20:11
*** gokrokve has joined #heat20:20
openstackgerritChmouel Boudjnah proposed a change to openstack/heat: Add -N option to match other OS project run_tests  https://review.openstack.org/6970320:24
*** gokrokve has quit IRC20:25
stevebakermorning20:27
*** andersonvom has joined #heat20:29
*** alexheneveld has quit IRC20:29
*** e0ne has quit IRC20:34
chmouelstevebaker: good morning20:37
larsksIs there a way to get access to stack outputs from within an instance anonymously (a la nova metadata access)?20:38
*** gokrokve has joined #heat20:38
*** blomquisg has quit IRC20:39
shardylarsks: If it's from a nested stack you could pass the output in to an OS::Nova::Server resource via the metadata map20:40
shardythat would be available via the nova metadata server in the instance20:41
larsksshardy: That sounds exactly like what I want.  I'll give it a shot.20:41
*** alexheneveld has joined #heat20:42
*** gokrokve has quit IRC20:43
*** sabeen1 has joined #heat20:50
*** sabeen1 has quit IRC20:52
*** blomquisg has joined #heat20:53
*** sabeen1 has joined #heat20:53
*** ruhe is now known as _ruhe20:54
*** sabeen has quit IRC20:55
*** e0ne has joined #heat20:55
*** asalkeld has quit IRC20:57
*** asalkeld has joined #heat20:58
*** _ruhe is now known as ruhe21:00
*** alexheneveld has quit IRC21:01
*** randallburt1 has quit IRC21:07
*** alexheneveld has joined #heat21:08
*** pafuent has left #heat21:16
*** e0ne has quit IRC21:20
*** IlyaE has quit IRC21:26
*** rcleere has joined #heat21:28
*** randallburt has joined #heat21:32
*** randallburt has quit IRC21:32
*** cody-somerville has quit IRC21:33
jomara_hey guys, i asked this yesterday but didnt get much love: would anyone know why heat would not like a stack_update with template data retrieved from template_get?21:34
*** coolsvap has quit IRC21:35
jomara_i just get errors about string formatting21:36
shardyjomara_: Can you paste the errors somewhere pls, along with the template?21:37
jomara_shardy: absolutely, give me just a sec21:38
jomara_ill paste a working example of the same template too21:38
jomara_note: the template in question is "hello world" from the heat docs21:38
jomara_shardy: hold that thought, i destroyed a computer21:43
*** tsmadds has quit IRC21:45
shardyjomara_: I did a quick test and it seems to work OK for me (latest master heat):21:48
shardyhttp://paste.openstack.org/show/62044/21:48
*** shakayumi has joined #heat21:49
*** vijendar1 has joined #heat21:51
jomara_shardy: sorry, let me punt this problem so i can show you the problem data21:51
jomara_i broke my system in a way that NEITHER one will upload21:51
jomara_one of those days21:51
*** vijendar1 has quit IRC21:51
*** vijendar1 has joined #heat21:52
*** ifarkas has quit IRC21:52
*** jprovazn has quit IRC21:52
*** vijendar has quit IRC21:52
larsksshardy: back to my earlier question ("Is there a way to anonymously access stack outputs from within an instance?"), it looks like the OS::Nova::Server "metadata" property is the wrong sort of metadata -- that is the server metadata available via authenticated API queries, not the anonymous metadata server available from within the instance.  Nova unfortunately uses "metadata" in two distinct completely21:57
larsksunrelated places.21:57
*** packet has joined #heat21:57
*** rcleere has quit IRC21:58
shardylarsks: really?  I thought those key/value pairs were accessible via http://169.254.169.254/openstack/2012-08-10/meta_data.json21:58
shardyI didn't even know Nova had an authenticated metadata service accessible inside the instance21:59
larsksOi, I was using the AWS metadata at .../latest/meta-data/.  Let me try that one.  So many endpoints for so many things...21:59
shardylarsks: Note heat has per-resource metadata (just to make things even more confusing), which does require authentication with the heat API21:59
jomara_shardy: i hope this makes sense http://fpaste.org/72556/46371139/21:59
*** SergeyLukjanov is now known as SergeyLukjanov_21:59
jomara_shardy: the first two blobs are from the general upload-a-file workflow, from hellowowrld.yml ...the second is actually from a wordpress template, but its queried with template_get first, then re-uploaded via stack_update22:00
larsksshardy: That totally works.  I didn't even realize that alternate source of metadata was available...22:00
larsks...and now I am just going to wander around saying "metadata" until it stops meaning anything at all.22:01
shardylarsks: Yeah it is confusing, there's about 10 different meanings of metadata flying around :)22:01
*** sferich888 has joined #heat22:02
shardyjomara_: Does it work if you do it via python-heatclient like I did?22:03
sferich888all does any one have a min or two to explain how to get/set the floating IP of a instance using OS::Neutron::FloatingIP or OS::Neutron::FloatingIPAssociation in a heat template22:03
jomara_shardy: let me try that, im just using the heatclinet api b indings righit now22:04
sferich888OS::Neutron::FloatingIP seems to have an attribute for floating_ip_address however is this something that is requrned? or is this something that can be set in a template? and if so how?22:05
shardysferich888: There are some examples in https://github.com/openstack/heat-templates which may help?22:06
jomara_shardy: nein, same error22:06
shardyjomara_: using the exact same template I pasted?22:07
shardyjomara_: what version of Heat?22:07
sferich888shardy, what does the outputs directive do?22:07
jomara_shardy: oh sorry, i thought you wanted me to use mine, via the heatclient22:07
jomara_shardy: 0.2.6.322:08
shardyjomara_: I'm just trying to get you to a point where *something* works in both directions, then you can test increments from there :)22:08
shardyjomara_: I meant heat the service, you're running latest master or Havana?22:08
larsksshardy: Ugh, the value set in the metadata map appears to be the output of Python's repr(), rather than, say, something encoded in JSON.22:09
jomara_shardy: devstack install from mid-december22:10
shardysferich888: http://docs.openstack.org/developer/heat/template_guide/hot_spec.html#outputs-section22:10
*** harlowja is now known as harlowja_away22:10
sferich888shardy, thanks I thought I saw that just a sec ago (but could not find it)22:10
shardyjomara_: IIRC we fixed some possibly related bugs recently, so I'd pull latest heat master and re-test22:11
jomara_shardy: interesting, ok, also , check out this output, this seems very odd?22:11
*** tsmadds has joined #heat22:12
jomara_http://fpaste.org/72558/09471271/22:12
jomara_one is JSON (and empty?) and yone is yaml?22:12
openstackgerritTim Schnell proposed a change to openstack/heat: Adds Parameter Label to HOT spec and parameter schema  https://review.openstack.org/6241822:14
openstackgerritTim Schnell proposed a change to openstack/heat: Adds Parameter Label to template validate call  https://review.openstack.org/6532522:14
zanebhttp://blog.fanout.io/2014/01/27/how-to-safely-invoke-webhooks/ <- good article22:14
shardyzaneb: Thanks, bookmarked to read tomorrow :)22:16
*** tsmadds has quit IRC22:16
larsksshardy: I was trying to set a metadata key to {get_attr: [server_eth0, fixed_ips]}, but I guess it only expects strings.  Is there a way to either index the return value of get_attr, or an intrinsic function for json-encoding a result?  Either would work here, I guess.22:17
zanebshardy: tl;dr - basically you can't22:17
shardyjomara_: I'm about to finish for today, hopefully the other guys can help figure out what's going on with you22:17
stevebakerlarsks: blueprint hot-select will do that, but we're yet to agree on a syntax22:18
*** harlowja_away is now known as harlowja22:18
larsksstevebaker: Ah, thanks.  Bummer.  So absent that, it looks like there's no way for me to expose stack information to an instance anonymously unless it's already a simple string type.22:19
jomara_shardy: ok, thanks for looking at it - i may bug you again tomorrow22:19
*** achampion has quit IRC22:20
*** arbylee1 has joined #heat22:20
*** arbylee has quit IRC22:21
stevebakerlarsks: I think Fn::Select still works in HOT... for now22:21
*** IlyaE has joined #heat22:22
larsksstevebaker: I'll take a look, thanks.  Re: the hot-select blueprint, I would totally vote for a jsonpath-like syntax.22:22
*** rbrady has left #heat22:23
stevebakerlarsks: please see the blueprint comments for why that is a bad idea, and also where jasond changed his mind and agreed with me ;)22:23
larsksYeah, I was reading through that. :)22:23
stevebakerif the neutron net name is passed in as a template parameter, you now have the problem of how to build the jsonpath22:24
larsksyeah, just finished reading the page.  The proposed syntax seems really verbose...but I guess it makes sense.22:25
stevebakerlarsks: really? I fail to see how it could be more succinct22:28
stevebakerzaneb, shardy, SpamapS, see what you think https://review.openstack.org/#/c/67562/22:28
larsksstevebaker: I'm not sure it can be, given the need to support (a) existing items that already used dotted notation and (b) intrinsic functions like get_param and friends.22:31
*** e0ne has joined #heat22:31
*** rpothier_ has quit IRC22:32
zanebstevebaker: that implementation seems smart to me22:33
*** jdob has quit IRC22:33
*** yogesh has joined #heat22:34
*** sferich888 has quit IRC22:35
*** e0ne has quit IRC22:36
stevebakerlarsks: get_param could get the same treatment as get_attr (although I suspect that would be rarely used)22:38
larsksstevebaker: Yup, I just used that because it shows up in the gerrit review and was hence on my mind.22:39
stevebakerlarsks: and existing resource attributes with dot notation could either be left as is, or deprecated and replaced with a single attribute which returns a complex type22:39
*** aweiteka has quit IRC22:39
*** yogesh has quit IRC22:39
*** scollier has quit IRC22:41
larsksstevebaker: This line of questions started because I wanted to get anonymous access to a heat output from within an instance.  Thanks for the Fn::Select pointer, that seems to get things working for now.22:41
*** blomquisg has quit IRC22:52
*** jcru has quit IRC22:59
*** openstack has joined #heat23:03
*** obondarev has quit IRC23:04
*** obondarev has joined #heat23:05
*** blomquisg has joined #heat23:06
*** ruhe is now known as _ruhe23:10
*** tsmadds has joined #heat23:12
openstackgerritChmouel Boudjnah proposed a change to openstack/heat: Add -N option to force using the local environment  https://review.openstack.org/6970323:12
*** tsmadds has quit IRC23:17
*** IlyaE has quit IRC23:18
andersonvomzaneb, shardy: you guys around?23:20
zanebandersonvom: o/23:21
andersonvomzaneb: hey,... finishing up the last details for the unscoped list stacks and was wondering what you guys think of this:23:22
andersonvomzaneb: so, user authorized by the policy makes a call to /t_id/stacks?global_tenant=true and gets all the stacks23:22
andersonvomzaneb: same user makes the same request without the query param, and only get their stacks, not all. so far so good23:23
zaneb+123:23
*** alexpilotti has joined #heat23:23
andersonvomzaneb: user not authorized by the policy makes a request with global_tenant=true. what should happen?23:23
andersonvomshould they get a Forbidden back? or should the param be ignored?23:23
zanebForbidden23:24
*** dims has quit IRC23:24
zanebthe same result as they would get for anything else where policy.json denies the request23:24
*** IlyaE has joined #heat23:27
*** dmueller has quit IRC23:28
openstackgerritZane Bitter proposed a change to openstack/heat: Fix AWS::StackId pseudo-parameter during stack update  https://review.openstack.org/6674123:28
*** shakayumi has quit IRC23:31
*** IlyaE has quit IRC23:31
*** kebray_ has quit IRC23:34
*** alexheneveld has quit IRC23:35
*** giulivo has quit IRC23:36
andersonvomzaneb: ok. that's what happens right now. it just felt a little odd that a query param would cause a forbidden23:39
*** dims has joined #heat23:39
andersonvomwhen all other params just get ignored23:39
andersonvombut I guess it's fine since this one has one very specific function23:40
zanebsilently falling back would be evil IMO23:41
zanebif it were broken, you might never know23:42
andersonvomzaneb: yeah... that felt bad too. that's why I decided to double check23:42
zanebI think you have it right23:43
*** radez is now known as radez_g0n323:43
openstackgerritAnderson Mesquita proposed a change to openstack/heat: Unscoped List Stacks  https://review.openstack.org/6304123:43
openstackgerritAnderson Mesquita proposed a change to openstack/heat: Unscoped List Stacks  https://review.openstack.org/6304123:44
*** achampion has joined #heat23:44
andersonvomzaneb: o/23:44
zaneb\o23:44

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