commit e762c8ab7b6a7e82f94dba03a527758212b90ac7
Author: Alexander Tivelkov <ativelkov@mirantis.com>
Date:   Wed Aug 28 15:47:03 2013 +0400

    Added entry-point for murano-client CLI
    Fixes MRN-879
    
    Change-Id: Ic260349de80e4ab92239c8eef8e492507bbc40e9

commit ce04b998c711c77ca47fb1f25a68bdd2209ef1e2
Author: Ekaterina Fedorova <efedorova@mirantis.com>
Date:   Tue Aug 20 17:50:22 2013 +0400

    Add 0.2 to version prefix
    
    Change-Id: Ibf5ded656f7ae2c80e00aeb4c757bf238b7595aa

commit b1160217deb91a8b0b97cc6ac497dcaa57efabd5
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Aug 19 14:10:38 2013 +0400

    Resolved issue with posting few services at once
    
    Change-Id: Ic75310c28e3d65e8871cc974699146c6767a4c6b

commit f1cc242836fc0579166beee453e53dd8baba7e76
Merge: da63624 ec50128
Author: Jenkins <jenkins@review.openstack.org>
Date:   Mon Aug 19 09:21:12 2013 +0000

    Merge "Fixed broken workaround" into release-0.2

commit da636246daeeb89113b76fe49b2e2b9c5c37eaa5
Merge: 647100a 1d94680
Author: Jenkins <jenkins@review.openstack.org>
Date:   Mon Aug 19 09:20:25 2013 +0000

    Merge "Apply pbr" into release-0.2

commit ec501286e99e2954728ecea9e0bfb4c85e2e62e7
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Aug 19 12:12:57 2013 +0400

    Fixed broken workaround
    
    Note: Fixed in eventlet v0.13 but we can't be sure that
    all clients that use python-muranoclient use newest eventlet
    
    Change-Id: I42d3f577270c8330595c1e006e488c6fc4567d12

commit 1d946808f30d5e1b5542d7a6128132f88ffc3c67
Author: Ekaterina Fedorova <efedorova@mirantis.com>
Date:   Fri Aug 16 18:39:17 2013 +0400

    Apply pbr
    
    Change-Id: Ie8559212b3850a191e61b7eace489ac369f7bfab

commit 647100abebebdd2a4a49e10d415870b6a91a4fa0
Author: Igor Yozhikov <iyozhikov@mirantis.com>
Date:   Tue Aug 13 16:07:55 2013 +0400

    Fixed changed name for pip package
    
    Change-Id: I155d42b0b45444fe239cb4ac9bd7e26e5c835aa5

commit 051eccd103d8b5fd1a5e6971427f4e1c48bd0139
Author: Ekaterina Fedorova <efedorova@mirantis.com>
Date:   Tue Aug 13 13:11:02 2013 +0400

    Fix error from previous commit
    
    Change-Id: I38aa45777e89de18b0dacb6c48e2f133de4ba3e5

commit 0c10a89cc53f3c2f0ced713fb9a26b74cab5afde
Author: Ekaterina Fedorova <efedorova@mirantis.com>
Date:   Tue Aug 13 11:53:17 2013 +0400

    Fix service creation failure
    
    Change-Id: I1c50b757e116ada289f0e35e1dc7a031b7529e48

commit eb5a86baff98deb3f54b1222503508f6d6b3bcd8
Author: Ekaterina Fedorova <efedorova@mirantis.com>
Date:   Mon Aug 12 13:52:54 2013 +0400

    Fix http.py to initial
    
    Change-Id: Ife9d53b316839a6c8145b68c9f0cd568cbee7afd

commit 5dbdc71732e80fc8435a940dea4f740999d758b9
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Aug 12 12:16:30 2013 +0400

    Resolved bug 746
    
    Added verification that path param is starting with with '/'.
    Resolved issue with incorrect code for '/' auto-stripping.
    
    Param path should start with '/'. We could not have default
    value for this param as '/' by few reasons:
    
       1)We could not declare default value for this param
         syntacticaly/semanticaly
    
       2)When user is working with services he should
         exactly know what he is doing. And making path
         parameter default value to '/'  going to hide some
         implementation details and also (what is very important)
         form incorrect impression about API behaviour.
    
    Change-Id: I23aa0a0bb98211bc29c70cc0bf0cc26d924de1c2

commit 7081678e291d64ed80771419d79fa2d6b6041e0e
Author: Ekaterina Fedorova <efedorova@mirantis.com>
Date:   Fri Aug 9 18:37:29 2013 +0400

    Add SSL support to muranoclient
    
    Some openstack common modules updated
    
    Change-Id: I97e01711272489e0fed6a4de46c5b423784ec195

commit 0e8a2f913fba2f06c3e29aeda61fc7eb1c089564
Author: Alexander Tivelkov <ativelkov@mirantis.com>
Date:   Thu Jul 18 16:57:20 2013 +0400

    Modified client to support lastStatus fetching
    
    Change-Id: I7c529eb9ed811f99d3d5aa5b093ba3ddfca0abea

commit 265807d9e9174bb16b0c2126b2f73d5eedaab8f8
Author: Igor Yozhikov <iyozhikov@mirantis.com>
Date:   Thu Jul 18 13:33:35 2013 +0400

    Add CentOS setup shell script
    
    Change-Id: I42977d781d34564f82845047dcef40a54f78be21

commit 599f08ff7140782e27e31220df6dd8aa8c49ac2c
Author: Igor Yozhikov <iyozhikov@mirantis.com>
Date:   Thu Jul 11 15:52:38 2013 +0400

    setup.sh add
    
    Change-Id: I09eee7d8595e2afd98751d18d47ed357195073e9

commit 41ba3fef486c4ccb5b82312488e83adba0bc34d6
Author: Alexander Tivelkov <ativelkov@mirantis.com>
Date:   Tue Jul 16 16:18:32 2013 +0400

    list deployments in client now properly returns a list, not dictionary
    
    Change-Id: I62ec0ab4bbb5b55ffad9e8f3db315eae8cfd57f3

commit 3dee37df5fefbdddfb8972c7a928b70d7a439c25
Author: Alexander Tivelkov <ativelkov@mirantis.com>
Date:   Tue Jul 16 13:19:09 2013 +0400

    Fixed a couple of bugs in path resolution routine
    
    Change-Id: I2e7754ec8aec3f882c9e624f65842cd55acc9049

commit e9264019d3a5c5befe8bdca0ffbebcb3955e1081
Author: Alexander Tivelkov <ativelkov@mirantis.com>
Date:   Mon Jul 15 19:30:02 2013 +0400

    Changes in client to work with deployment logs fetching.
    
    Change-Id: Ieb2e189af7b47deef7a1b83bf98a0ebfefe738c9

commit 4bca32840edfed2ae21273df38f052d7877a11d0
Merge: f8b56ac 58c22cf
Author: Jenkins <jenkins@review.openstack.org>
Date:   Tue Jul 16 08:24:59 2013 +0000

    Merge "Added support for new API v0.2"

commit 58c22cfa721a95512293ecb98b059c25cf6ac109
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Jul 15 16:41:50 2013 +0400

    Added support for new API v0.2
    
    Change-Id: Iee623ff657f7cfab4c0a684aaa04f39de1e31c60

commit f8b56ac5b6ed9d5fa075521481c9b67735f01cf5
Author: Igor Yozhikov <iyozhikov@mirantis.com>
Date:   Thu Jul 11 17:24:51 2013 +0400

    fixed python setup workflow
    
    Change-Id: I649cc1e4ff8c5e7271f43babbb4b9b539a1dc3ef

commit 41433849912817c0ead1ebcc9d67a187caf0527f
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Jun 10 17:09:49 2013 +0400

    Added tests for new services
    
    Change-Id: I38e1d0cd033e319daf99ba6315a645ce28e6d9e8

commit 2549bd7f475257229474d3ef1d466adeea1e21a6
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue May 28 18:28:15 2013 +0400

    Another changes within Service::Delete
    
    Change-Id: I63b9c9118a6c7e2294d130366528f98807d50531

commit 137f84e0cd0c989752de1bebc94baf47a38b3f94
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue May 28 18:03:32 2013 +0400

    Correct Service::Delete params
    
    Change-Id: I7c6a09e541aa9a023b5844f961b2a817e1baa073

commit e783aef1096ab5aa900ac84f4b64c2832c00a67e
Author: Stan Lagun <slagun@mirantis.com>
Date:   Tue May 28 16:08:34 2013 +0400

    Murano Python Client support for IIS/ASP.NET web farms
    
    Change-Id: I91b8d245faeda8ecb387a5d91f14b87691e1f255

commit e17b5020490f500668f616caec8eb6291e49b548
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Apr 23 16:43:43 2013 +0400

    Fix API according to New Sessions Handling design
    
    Change-Id: If9df75167894c95464d7d34945198d695b17fcf6

commit 2ce6eb11e6a11020ac780ef27bf0366fa6a87283
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu May 23 22:16:04 2013 +0400

    python-muranoclient to support ASP.NET apps deployment API
    
    Change-Id: Ib05d2dbc1c22de31d97328770377e10ab634e335

commit 048fcbf92759ae8331b96ec2ab36be4d0ab3fd53
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed May 15 16:48:19 2013 +0400

    Added .gitreview file
    
    Change-Id: I3245862dffd095f2d263bd53b46ba31f3cf6a7ed

commit 9deba4829fa04efc7eb46df33ab467cc54845602
Author: Stan Lagun <s.lagun@jet.msk.su>
Date:   Tue Apr 30 01:54:31 2013 +0400

    glazierclient -> muranoclient in tests

commit af32b71b930c9144f6ac933458184e09a4048e38
Merge: da48d14 b66194b
Author: Serg Melikyan <serg.melikyan@gmail.com>
Date:   Fri Apr 26 01:58:45 2013 -0700

    Merge pull request #1 from Mirantis/KEERO-320
    
    KEERO-320 - Fix all occurrences of old names (keero, glazier)

commit b66194bacfce7bfbf9e7377a4f2acde3c529b0fa
Author: Stan Lagun <s.lagun@jet.msk.su>
Date:   Fri Apr 26 02:00:15 2013 +0400

    KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client

commit da48d1474f9776ceb4b35f432f94af926f7a19a7
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Apr 9 13:55:45 2013 +0400

    Removed all projects except Glazier Api Client

commit cc63d38386fe1e67890bc6a25e1716611f54daee
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Apr 9 13:44:21 2013 +0400

    Removed all projects except Glazier Api Client

commit c3083f5f6abde607d4f308e44668bd2ac238797d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 18:32:55 2013 +0400

    Small fixes for unit tests.

commit c194bff3be7d01245ac782b2ba3dfa4e8531520e
Merge: 23856a9 b4578c2
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 15:03:47 2013 +0400

    Merge "Fixed issue with length of new name."

commit b4578c2ee268cc5086d8eb4527dfb2f497b094f4
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 15:02:51 2013 +0400

    Fixed issue with length of new name.

commit 23856a9213772c05f3f4398e57dbfe8fe8828508
Merge: 00a13d6 36ac337
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 15:00:31 2013 +0400

    Merge "Fixed small issue."

commit 36ac33745799375c47320ff48fb3547a433e803d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 15:00:14 2013 +0400

    Fixed small issue.

commit 00a13d6682c48e8b74cce0bb4ec7602cc7814079
Merge: f6e4464 65e2c68
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 14:58:34 2013 +0400

    Merge "Fixed issue with names."

commit 65e2c68bc2a90b49b8a3d5de0a45d09edb36b257
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 14:58:07 2013 +0400

    Fixed issue with names.

commit f6e44647346f91b24a40e9b47ed4df30b5763447
Merge: 4992c17 b191709
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 14:50:19 2013 +0400

    Merge "Fixed issue with names."

commit b191709e0865092bf8799b53f37b05788a5995fb
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 14:50:00 2013 +0400

    Fixed issue with names.

commit 4992c17e1df711a46936f51662342c39ac3923b4
Merge: 4bcf425 9cccdf2
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 14:46:47 2013 +0400

    Merge "Fixed issue with names."

commit 9cccdf249b295e35af6dab5b9b5f8c054ab388cd
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 14:46:26 2013 +0400

    Fixed issue with names.

commit 4bcf425a8cd4d0276746108d69b56413c382f91e
Merge: a3e6fdd 799f444
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 13:21:08 2013 +0400

    Merge "Fixed issue with names."

commit 799f444a41a0be49504775b9b8e6a48fe3f86f97
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 13:20:50 2013 +0400

    Fixed issue with names.

commit a3e6fdd2958c2886392bf40660998d18482203ca
Merge: c0b9519 b9d7d91
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 13:03:18 2013 +0400

    Merge "Fixed issue with names."

commit b9d7d91bd0e2d4f4af8ecb7c4e0317c2de133301
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 13:02:55 2013 +0400

    Fixed issue with names.

commit c0b95197f03c7b06d4959aeb355efc86dbe5b2ea
Merge: b5e81e6 001cb07
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 12:57:30 2013 +0400

    Merge "Fixed issue with names."

commit 001cb0702e3ee00cc0b11091ca4cb32acb8c8105
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 12:56:50 2013 +0400

    Fixed issue with names.

commit b5e81e6e77b0dc634c8d14507090c8e9b44e5f4e
Merge: afb0c40 35a2592
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 12:55:56 2013 +0400

    Merge "Fixed issue with names."

commit 35a2592ddd2cc0833cefc83793589cb9afdc3647
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 12:55:38 2013 +0400

    Fixed issue with names.

commit afb0c40c94ddb47c2a9783174f64b48844df800a
Merge: fbf3494 6765719
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 12:44:26 2013 +0400

    Merge "Fixed small issue with new names."

commit 6765719da90f8e1b762cd3edbf8296b37d879d40
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 12:44:02 2013 +0400

    Fixed small issue with new names.

commit fbf34940e328fa09abb91982f5384405da77ed31
Merge: ae17146 48b670d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 12:31:04 2013 +0400

    Merge "Finished converting API Specification"

commit ae1714658a6c8b554688cd64ff17d549f6fe67c9
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 12:30:23 2013 +0400

    Fixed issue with horizon component installation.

commit 68eb32d90973f9347a44e21f2998608e06d29f19
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 12:29:07 2013 +0400

    Fixed issue with horizon component installation.

commit 8c78832afbb9cfd859bf0414036998163b0510a3
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 8 12:27:34 2013 +0400

    Fixed issue with horizon component installation.

commit 48b670d043f190ae5c23f7d55860dcac1393a17d
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Apr 8 10:25:51 2013 +0400

    Finished converting API Specification

commit 6ce6e42eea413d8e5e039b0fec8df7e0a8a03ef4
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 19:39:45 2013 +0400

    Fixed small issue with setup.py

commit e0c98f8ed21842235c2685b82068aba95bc737ea
Merge: 15cf97c d6b87b0
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 19:33:32 2013 +0400

    Merge "Fixed issue with renaming of the tabula component."

commit 15cf97c4c7c0223cc320e8096145af2140396719
Merge: 1cd5877 bb22307
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 19:33:17 2013 +0400

    Merge "Fixed issue with renaming of the tabula component."

commit 1cd587706fd7f37fbc95612b7efd6bfef4211d82
Merge: 7bceee8 04498a5
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 19:32:39 2013 +0400

    Merge "README and guide for conductor"

commit d6b87b0823981622da33f15c0152e9813d4c5163
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 19:31:50 2013 +0400

    Fixed issue with renaming of the tabula component.

commit bb223072507d0288361724ba44c555405cbe3724
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 19:31:23 2013 +0400

    Fixed issue with renaming of the tabula component.

commit 7bceee8e6318f7bd8fc1bb28596b6bf12d4d7c02
Merge: c86b103 107d3fb
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 18:47:20 2013 +0400

    Merge "Added part of API Specification"

commit c86b1031d38844e3f1c90ffac2f6f1978a75e7a0
Merge: e94f06e ef341be
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 18:47:06 2013 +0400

    Merge "Finished documentation for API"

commit 107d3fbeb26bef6de160b310999008f33d317ace
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 18:46:23 2013 +0400

    Added part of API Specification

commit e94f06e2b897d6273481ac63ca46b689025adddb
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 18:43:20 2013 +0400

    Tabula renamed to dashboard.

commit 6c0f11c432c94cae3f68fd5b299608851a882032
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 18:43:08 2013 +0400

    Tabula renamed to dashboard.

commit bd364b51c4622b98809267834f255d9691ac0a06
Merge: 3746a03 6bf6107
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 18:00:32 2013 +0400

    Merge "Finished documentation for API"

commit ef341be381ff303c156f84ace310581874c398aa
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 17:24:17 2013 +0400

    Finished documentation for API

commit 3746a033decb645fd14972b3055a76649cd22a29
Merge: 80b2be6 2b28287
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 17:25:29 2013 +0400

    Merge "Renamed Portas to API"

commit 6bf61073dfe5156a340b111ec56d4e4a3245fdf8
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 17:24:17 2013 +0400

    Finished documentation for API

commit 80b2be6d8f432a5d3542cc2786cf2eea4451f420
Merge: 905cd56 3d50749
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 17:21:45 2013 +0400

    Merge "Renamed Portas to API"

commit 2b282876de478b88fa084e099e4bbf358e4690c1
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 17:14:35 2013 +0400

    Renamed Portas to API

commit 905cd56d0d425fbfbf1552391397ad20f69f89e1
Merge: a716dd6 ce16cf0
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 17:15:26 2013 +0400

    Merge "Added license to documentation of Portas Client"

commit 3d507496bdbd94194c1743d04fa4b841247ab212
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 17:14:35 2013 +0400

    Renamed Portas to API

commit a716dd6c73ba11bacd69dbb67a34dad910489c9d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 17:09:11 2013 +0400

    Added tox for webUI tests.

commit ce16cf060546d400d9ab8cd42e1d25b08b1dc645
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 16:53:28 2013 +0400

    Added license to documentation of Portas Client

commit 51adc7a8252c2d09edd6d9a7bd4b5ef0bb4ade8f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 16:52:21 2013 +0400

    Small fix.

commit 756c39547b3320f17068e1ccb74c993a4d80baa2
Merge: 720a302 68dbd5d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 16:50:10 2013 +0400

    Merge "Fixed api interface names to environments."

commit 720a3029d1a4f0d7edface1d5a3c76aaa21c9149
Merge: f354f73 bd97aca
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 16:49:50 2013 +0400

    Merge "Fixed api interface names to environments."

commit 68dbd5dcb4d6273e5229d890b7b0cac62b89f6ec
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 16:49:04 2013 +0400

    Fixed api interface names to environments.

commit bd97acae541fe27ec540054210854aad7d05e9dd
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 16:48:36 2013 +0400

    Fixed api interface names to environments.

commit f354f73aacc7face4d863b64ac341e4acc2846c0
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 16:11:40 2013 +0400

    Renamed and licensed python-glazierclient

commit ca4ad79179e6d1c9e7a469203751d18401cec729
Merge: 1a7777d 2ec3b36
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 16:08:48 2013 +0400

    Merge "Fixed api interface names to environments."

commit 1a7777d3c1db688d226324e273c1dd1257bbd074
Merge: 0024ab4 7140dd3
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 16:08:31 2013 +0400

    Merge "Fixed api interface names to environments."

commit 2ec3b36eb32fe43851f05b65aa3c7a6988a1a585
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 16:07:22 2013 +0400

    Fixed api interface names to environments.

commit 7140dd31044002cd281820e45e9e6be4ade565db
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 16:05:07 2013 +0400

    Fixed api interface names to environments.

commit 0024ab48236976125afa822c0e9b0bba6f4e71c3
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Apr 5 15:42:48 2013 +0400

    Renamed documentation project

commit f5a08a6a2208eb215c5aa925127a0a4640ff5784
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 15:32:17 2013 +0400

    Fixed licenses for tabula and tests. Fixed name of tabula project.

commit bd7a24e3c102cde257fc4c8bb6f0d699611317c5
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 15:32:00 2013 +0400

    Fixed licenses for tabula and tests. Fixed name of tabula project.

commit fd39e49cbad3399058dc96ec7df863c75984afc8
Merge: 9bc82af 1d4538f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 14:23:35 2013 +0400

    Merge "Pass all RabbitMQ settings from conductor to Agent"

commit 9bc82af75dfc06fa6fb3c21b0d72aea2503edc5d
Merge: 960f6ba c8887c6
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Apr 5 14:14:49 2013 +0400

    Merge "Licenses added"

commit 960f6ba7f594c451fe75a3cce42da85d09782ba3
Merge: 584cc86 9aece94
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Apr 4 18:37:21 2013 +0400

    Merge "Fixed a few small issues."

commit 9aece94eebaf145505287113821777d5f32cc0a6
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Apr 4 18:36:57 2013 +0400

    Fixed a few small issues.

commit 584cc86d6f54d431ec6e2197fce1d3ce8e927d55
Merge: 9223f3b 509ca9c
Author: Stanislav Lagun <slagun@mirantis.com>
Date:   Thu Apr 4 18:30:25 2013 +0400

    Merge changes I509ca9cf,I2b55f14b
    
    * changes:
      Issue with figures
      Main Documentation Project

commit 1d4538fd9a055ef03c69d2abf059173ac7ccc13e
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Apr 4 18:21:33 2013 +0400

    Pass all RabbitMQ settings from conductor to Agent

commit 9223f3b9a4e51e2cb5bdce70f3f7209f8688c1f1
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Apr 4 18:11:31 2013 +0400

    Initialization of tox for conductor and portas. Add new webUI automated tests.

commit c8887c6b6678a07a0bde4789af40345b3f89ee88
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Apr 4 18:10:25 2013 +0400

    Licenses added

commit 0719dfcb9dec674324d19e3ec99df656a46fe534
Merge: 1c9449d a149d47
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Thu Apr 4 17:41:48 2013 +0400

    Merge "A lot of changes were made"

commit a149d47b6a63939060e62f8a2ca295e11e23b205
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Thu Apr 4 17:27:03 2013 +0400

    A lot of changes were made

commit 509ca9cf98bd8bbba41d2ae48130e53f198ca861
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Thu Apr 4 16:38:15 2013 +0400

    Issue with figures

commit 2b55f14b0dd578f58fef18edb45e9eb3c1038233
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Thu Apr 4 16:35:35 2013 +0400

    Main Documentation Project

commit 1c9449dcd18e62744b7fc9f5f828757eedaf0a83
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Thu Apr 4 13:44:38 2013 +0400

    Fixed ignore file for python-portasclient

commit f6921f8826820980d5777e86fb1718c32197aefd
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Thu Apr 4 13:43:54 2013 +0400

    Documentation for UI

commit bbb95d75e324ab55d1b807bfa2226eaa1b6e5936
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Thu Apr 4 12:54:02 2013 +0400

    Documentation for Python PortasClient

commit fe4563c0cc95faf3a1fbbd8e39ad14af9b94ca86
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Thu Apr 4 12:18:19 2013 +0400

    Forgot man pages

commit f30a833ccaa092b048cf8fb312662f5a7a4cd922
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Thu Apr 4 11:59:19 2013 +0400

    Documentation for Portas Project

commit 243f51e6735da3bbe18bc34a8b501ea0e75862e2
Merge: 628ec60 d9a83f9
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Thu Apr 4 09:42:13 2013 +0400

    Merge branch 'iteration4'

commit 628ec60b4ed63f7f02815a692079f19658f4fd80
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 18:34:48 2013 +0400

    Send token when deleting environment

commit d9a83f9a39d98013dfd1f83aee665bc8aa65e176
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 1 16:02:19 2013 +0400

    Fixed https://mirantis.jira.com/browse/KEERO-227.

commit 552f2653d20fe03026e7e84a96ca426d15c1bcad
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 1 15:55:20 2013 +0400

    Fixed issue with sessions.

commit cd3a5577af1a4aef9e0f2ace3a9007501970043e
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 1 15:46:57 2013 +0400

    Fixed issue with sessions.

commit 2cafd9bb0a53ee78ad05cf6f551d83f5c00c78bc
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 1 15:19:51 2013 +0400

    Experiments.

commit ed3ae6cc87b6db5367271a74c5aa6946062f5274
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 1 15:15:41 2013 +0400

    Experiments.

commit 75c3401b775afc528b9c53bdc02d1d8f7d539b60
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 1 15:12:05 2013 +0400

    Experiments.

commit 3c3a6c0ff863d63ccbeaa2791e7d6a6785b5e848
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 1 15:07:11 2013 +0400

    Experiments.

commit f6f0c146e183f0abb1bb50a1b02a94f8477426c1
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 1 14:59:49 2013 +0400

    Experiments.

commit 4f4f2edae36361e5c2660eed83e964ea56031cfc
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 1 13:32:07 2013 +0400

    Add logging to WebUI.

commit dd216f57bcb45fcbea37d71f15421f970c0ae7de
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Apr 1 11:48:16 2013 +0400

    Add initial files for unit tests.

commit 9e54711ef6fea50420a60155c519998409c4e08e
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sun Mar 31 16:17:04 2013 +0400

    Fixed issues with sessions
    Added logging

commit 44c45c35005a7a9273544d7bb437b1243a5555c4
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Sun Mar 31 01:47:00 2013 +0700

    Added unit tests for client. Coverage 66%.

commit a6a485b635b63de3c624dceffca283f8d32dfd64
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Mar 29 18:48:06 2013 +0400

    Rename RabbitMQ username field
    Removed use_ssl option from settings

commit 15dcf450ee6addd71f766e7f5ae2ab9ce615ab10
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Mar 29 18:43:59 2013 +0400

    Fix running install_venv.py

commit 3f73a6684496c6968067e3f621493e98f3ed7a91
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Mar 29 18:14:02 2013 +0400

    Updated python-portasclient

commit d2f1003052fcf35660004dabe1df8429c7cc87a1
Merge: 79df2f7 a70b44e
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Mar 29 17:37:16 2013 +0400

    Merge "PEP8 compliance" into iteration4

commit a70b44e30b420b890cd05a31563bb312d6402949
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Fri Mar 29 17:08:22 2013 +0400

    PEP8 compliance

commit 79df2f79f81b7ff0a21504cfefaaffcfc1afe6dc
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Mar 29 16:53:53 2013 +0400

    Fixed unit tests.

commit 37249ee7fa5ca596f3a3862e989a94db752d6851
Merge: b5ce2b4 270525d
Author: Stan Lagun <slagun@mirantis.com>
Date:   Fri Mar 29 01:09:40 2013 +0400

    Merge "Added ability to add services to environment" into iteration4

commit 270525d732e839bc6e3d109943a27af34a839082
Author: Stan Lagun <slagun@mirantis.com>
Date:   Fri Mar 29 01:09:06 2013 +0400

    Added ability to add services to environment

commit b5ce2b4a80b5166797d132e81aa11f2549706560
Merge: 36921c1 250c233
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Mar 28 19:11:57 2013 +0400

    Merge "bug fix" into iteration4

commit 250c233db9391ca5322a9259c17fc7180bd16cbf
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Mar 28 19:11:42 2013 +0400

    bug fix

commit 36921c1e48fe67b18d15a1bb034d07cd3d13f89c
Merge: 65d2a53 a9a3cbc
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Mar 28 18:47:11 2013 +0400

    Merge "bug fix" into iteration4

commit a9a3cbc5734159697277e2e0b3d63c343d6c9fd9
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Mar 28 18:44:23 2013 +0400

    bug fix

commit 65d2a53576af88cec8d2a79bf66ca7cf7f47693e
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 18:26:35 2013 +0400

    Fixed index bug

commit 45a37ac24d457a8794b76c911a861f9dc9ea7594
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:56:18 2013 +0400

    Finalize UI.

commit 89d5aed3c1b57f4eb7027e065fa86621c28a7947
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:54:16 2013 +0400

    Finalize UI.

commit 6e67465a8593b775ce9c613d43ce43710c9a2cf0
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:53:00 2013 +0400

    Experiments.

commit f8dc2a953e52212bd137545d3554e69d0553f323
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:51:31 2013 +0400

    Experiments.

commit 9d7541e0fc706c5c3b3a4b38535d8ae50eade06c
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:50:38 2013 +0400

    Experiments.

commit af520403d9e67cf79b7c7eec595daeba7a1a0adf
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:47:26 2013 +0400

    Experiments.

commit 6891e487d200ed17910b5b48dbf771886c127b9f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:45:28 2013 +0400

    Experiments.

commit 656f942198a7c3922c14db6650694b02e55c8df2
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:41:54 2013 +0400

    Experiments.

commit c08e0ce93ef62d921dc7bcb4bccd6e24d47c6ed6
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:39:52 2013 +0400

    Experiments.

commit 1abaa5572ed40cedf6bfee1b09415b7124e7f3c9
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:38:41 2013 +0400

    Experiments.

commit 3bf0fda231702266f5f25a4abf5a32bb52220941
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:36:40 2013 +0400

    Experiments.

commit 43ec6d8f54166d180f8bda685378caf754e0f226
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:34:11 2013 +0400

    Experiments.

commit 4d4d03d2c080a8e27e2b755fcff79c692b2da0af
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Thu Mar 28 17:28:39 2013 +0400

    Fix PEP8 errors

commit e6801a9edde3e8d6b27102341053fb79d8fbfd4c
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:21:08 2013 +0400

    Experiments.

commit 40cdfcba223fc7b2e732ee797730b5d11794cd05
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:17:31 2013 +0400

    Experiments.

commit c5c3b03be849c44d9e2e853d1d94445810882775
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:15:25 2013 +0400

    Experiments.

commit 7022ce82891a85d51165f4710e7b941a66e4cf52
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:13:58 2013 +0400

    Experiments.

commit 1a7ce7193df5d6f60e3331f09584ca1f6c7b0508
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:09:26 2013 +0400

    Experiments.

commit a3e3f9d9afb7a6625947fcac1c27b81221f772c2
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:06:38 2013 +0400

    Experiments.

commit 3d6e0a047a379b4c0755ee0d1766d40bd40bf723
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:05:03 2013 +0400

    Experiments.

commit 8476d4438d64662ec259d67127fb0e8da7736b09
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 17:00:25 2013 +0400

    Experiments.

commit abb80e77874c930fbd86dbdb7ed43b4f19c9d26b
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Thu Mar 28 16:53:50 2013 +0400

    Fix issue with statuses

commit e033d096aab8fadcf2da4681041710a18b71ff8a
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 16:53:24 2013 +0400

    Experiments.

commit 6d4909a3f3e3e97c165dc4d15a6bd30c19736acc
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 16:50:36 2013 +0400

    Experiments.

commit 169249b241798996605307121fe34d3c5b633b8a
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 16:46:04 2013 +0400

    Experiments.

commit 277fbbd341cfa34dae86f6bc0f65d8e81fcd21b9
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 16:40:44 2013 +0400

    Experiments.

commit 11b8d8772f6121b1fe94d0da40992a32dc222099
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 16:37:02 2013 +0400

    Experiments.

commit 949f0ef6d88b92d6d63b02f162eb55d412fc9dbf
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 14:42:55 2013 +0400

    Experiments.

commit aee53cee40621105b053322449e862b9e91f7e95
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 14:39:22 2013 +0400

    Experiments.

commit 6415738bd129d61d99912b327788ce0b9f65fe12
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 14:36:48 2013 +0400

    Experiments.

commit 48f1de4299f9a25a807e681562b2736537dd2105
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 14:32:44 2013 +0400

    Experiments.

commit 61eb54559241c9dcdea77485c7ded08ec157aeaa
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 14:31:22 2013 +0400

    Experiments.

commit c0c754ae020ec4523a4bf862a3bee79899e1c18f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 14:26:58 2013 +0400

    Experiments.

commit 5ac0f6f968a7898147ce150f0bc5ebf2838ad93d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 14:22:02 2013 +0400

    Experiments.

commit 0e1abe3e2018fc3f93972520f8d1f8d6a02e82e1
Merge: 99ee830 8d3082f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 14:09:38 2013 +0400

    Merge "Fixed issue with sessions." into iteration4

commit 99ee8301b0e93a095837a5af6f8c639e7bd34600
Merge: fe754c6 9d38355
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 14:09:25 2013 +0400

    Merge "Naming conventions: use name instead of id for instance names" into iteration4

commit 8d3082fcdfc771c8d17e67049bf7d5837068f96d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 28 14:08:07 2013 +0400

    Fixed issue with sessions.

commit 9d383555173fcb6fa7941103080ed09483dd3573
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Mar 28 12:08:03 2013 +0400

    Naming conventions: use name instead of id for instance names

commit fe754c613c229f38c7c68b4f933db1e31984ed77
Merge: 0828057 f33bd68
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Mar 28 01:11:41 2013 +0400

    Merge "Heat auto-discovery, keero-linux-keys -> keero-keys" into iteration4

commit f33bd681ab5502bbd7ccec0dc7da55ce2c8745d2
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Mar 28 01:11:06 2013 +0400

    Heat auto-discovery, keero-linux-keys -> keero-keys

commit 0828057d301f7567be01b9bb4f691dab585daacd
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 22:10:13 2013 +0400

    Experiments with UI.

commit 616f5fd1c4ffe26b2f296a6f1f2d0fb12f4d1d0a
Merge: ae35235 600e161
Author: Stan Lagun <slagun@mirantis.com>
Date:   Wed Mar 27 21:36:27 2013 +0400

    Merge "typo" into iteration4

commit 600e161f6caa5a194514c4a50700ec5a46dc273f
Author: Stan Lagun <slagun@mirantis.com>
Date:   Wed Mar 27 21:36:02 2013 +0400

    typo

commit ae35235116cc59632ece4e95e02b14e91d4c2d4f
Merge: 0850875 8c2bf8b
Author: Stan Lagun <slagun@mirantis.com>
Date:   Wed Mar 27 21:31:05 2013 +0400

    Merge "Scoped tokens" into iteration4

commit 8c2bf8bfe0e5f6ce911f0a57bd0590f82d0884bd
Author: Stan Lagun <slagun@mirantis.com>
Date:   Wed Mar 27 21:30:40 2013 +0400

    Scoped tokens

commit 08508758424b7ea8616c6b40d82466bb85af093c
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 21:11:57 2013 +0400

    Experiments with UI.

commit 1c208d32fb7dea4b41e1a4fbaae1bd9b4e52829d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 21:07:25 2013 +0400

    Experiments with UI.

commit bb0dea58a050001916038b32220305da4d270748
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 21:02:28 2013 +0400

    Experiments with UI.

commit 2807b56fe88cb50a8bb5f3e975b0a46b53377c58
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 21:00:49 2013 +0400

    Experiments with UI.

commit eaa3689d7c1da54cb8231758358a75b4b10e05b4
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 20:59:40 2013 +0400

    Experiments with UI.

commit 28976d10fed4f764b19e6e1b23fc173c7fc85022
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 20:58:09 2013 +0400

    Experiments with UI.

commit f0c28ec6cb4eb32796b1ecf5a28cffb55f18e191
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 20:50:39 2013 +0400

    Experiments with UI.

commit 1e9d93a9dcb0c19738c1559a8118b15241045e74
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 20:25:37 2013 +0400

    Fix issue for result of deleted environments

commit 2db16b297734e45c50a781102da9c4274078f177
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 20:18:27 2013 +0400

    Fix merge issue

commit 19bed51dffbe42826bef10a7bc75c5b2e220e950
Merge: b4c82ac 96b9020
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 19:49:17 2013 +0400

    Merged.

commit b4c82ac868e4031d72ec2e4f33dbc3ca1849382c
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 19:23:10 2013 +0400

    Fixed small issue.

commit d31ecb3ba9d49b7097c01cfe886fde2ed3c1b568
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 19:21:16 2013 +0400

    Fixed small issue.

commit 601a3de28061222249b8217729ef1e363932f0e2
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 19:17:42 2013 +0400

    Fixed small issue.

commit 06a1ea0a20507e01fc96f2a934764d51624f7765
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 19:14:14 2013 +0400

    Fixed small issue.

commit 1ee4ff7130c4f72fc02401242ec55da300918f6f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 19:09:48 2013 +0400

    Fixed small issue.

commit 55042e84f80771f124591b1890c692e36201e0f7
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 19:04:50 2013 +0400

    Fixed small issue.

commit e03521b412a968a6cf8318781c18c7f356197a35
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 19:03:31 2013 +0400

    Fixed small issue.

commit 81a6e0630b284af7b5ffa4959aef69d3a96917f2
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 19:02:07 2013 +0400

    Fixed small issue.

commit b7204846c6eaa4a5f4c9c27344e7e4ea3559e4cf
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 19:00:03 2013 +0400

    Fixed small issue.

commit 44a5fb4a5e4404d4373abd938b1cc21f7cf6c077
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 18:53:16 2013 +0400

    Fixed small issue.

commit f915dbca9a024536d79086a440158d9f254985bb
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 18:51:36 2013 +0400

    Fixed small issue.

commit 96b90202fe570177c0c4a6c61766de1a059e88b3
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 18:45:30 2013 +0400

    Fix name of the variable

commit bb6fb80c1e33a63b2ce6f93fdff1a16c378d4f9a
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 18:44:00 2013 +0400

    Fixed small issue.

commit 11e6c6539b1b5f7c2009eaf78ec6eef5bed2e96c
Merge: c313c09 95bae08
Author: Stanislav Lagun <slagun@mirantis.com>
Date:   Wed Mar 27 18:36:01 2013 +0400

    Merge "Send token when deleting environment" into iteration4

commit 95bae08ed22e1a46f23d606f2e42a80036de5cf4
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 18:34:48 2013 +0400

    Send token when deleting environment

commit c313c0959a5e0ca13b697f22d01420098e829053
Author: Stan Lagun <slagun@mirantis.com>
Date:   Wed Mar 27 18:25:56 2013 +0400

    Removed unneeded binding

commit b68ed79261f3368538ee74df99ac4665006f6dfc
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 18:10:31 2013 +0400

    Fixed small issue.

commit 16ca6c89b643764f7eb254512f31cb89195f8573
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 17:45:39 2013 +0400

    Fixed small issue.

commit 83f3c4671b4770832ea9fab89aaa9afdb63c242b
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 17:26:21 2013 +0400

    Fixed small issue.

commit 87d13055ca5b54a747531fb9ff143539f8e43d63
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 17:11:07 2013 +0400

    Fixed small issue.

commit a1d5ec1d09546a634a82a98bdfde0487ab80e72d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 17:00:17 2013 +0400

    Fixed small issue.

commit c2e1c2a9f70a633b97e9049bce80a42c0e83854e
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 16:51:25 2013 +0400

    Fixed small issue.

commit 9dcfc2025b91b7a6adf4300d54d3958d0356bf60
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 16:33:41 2013 +0400

    Fixed small issue.

commit 232cf662d0c5bfeea2774c0493ca9077ce41e803
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 16:27:55 2013 +0400

    Fixed small issue.

commit 7fe637ac54d91eb9ecf643ec08566d8517386db8
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 16:24:26 2013 +0400

    Fixed small issue.

commit aca932de9c4c311a6c45dadd7f0edf37352e65eb
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 16:22:19 2013 +0400

    Fixed small issue.

commit 0570a17ba83629f627ae0ba2bbd15ce98a93c8ab
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 16:20:06 2013 +0400

    Fixed small issue.

commit e16c7dce921ce5e1f351bb60296801d197fafc7f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 16:14:19 2013 +0400

    Fixed small issue.

commit b6e1eceaebcd2eee5bde88e4966b6d9c01e00d9e
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 16:10:26 2013 +0400

    Fixed small issue.

commit 34a3e30b9af15bb86220f5f64bb5cd342bf6cacc
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 16:03:44 2013 +0400

    Fixed small issue.

commit c6411f6212ab1c7aff49daa552d7cb6f75722dcc
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 16:00:51 2013 +0400

    Fixed small issue.

commit cefe40769a76985f1fd49f628432b000228dcd59
Merge: e334656 7fc8f02
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 15:54:10 2013 +0400

    Merge "Added tabs for services." into feature-UI

commit 7fc8f02e91824655a980f59ea91a91eb96bdb52e
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 15:53:33 2013 +0400

    Added tabs for services.

commit 5904dd35d309c58ee0728ade07328d3cf58c3a9b
Author: Stan Lagun <slagun@mirantis.com>
Date:   Wed Mar 27 15:43:28 2013 +0400

    forgotten file

commit e334656409c024c3ab6c3338e45d571969400d2f
Merge: afc9461 d2a9e12
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 15:22:02 2013 +0400

    Merge "Fixed issue with activeDirectory deletion" into feature-UI

commit d2a9e12d290e892df03ec83da09f57301d98b34f
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 15:21:10 2013 +0400

    Fixed issue with activeDirectory deletion

commit afc94610507f6d26c465cd65c575701242b7358f
Merge: d50a03e cf31489
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 15:18:09 2013 +0400

    Merge "Add support for reports filtering" into feature-UI

commit cf314897508486173276fb2bfe3c12944ad9c44a
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 15:09:55 2013 +0400

    Add support for reports filtering
    
    Change-Id: Ifb5d94fe6deda0560f71627aefcc6ce14a14fcf8

commit d50a03eb6b73ebe8d0f6cc0b276053bd0e170573
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 15:16:09 2013 +0400

    Added tabs for services.

commit 7a013914c596adee0b1a53162081a2cc0573556b
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 15:07:42 2013 +0400

    Fixed small issue.

commit 39ddd634d645bc26b63d011962f33a7aabfb8be9
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 15:04:09 2013 +0400

    Fixed small issue.

commit 230bf8d18a1568a933ae1fd00be507f9aad21b9f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 14:44:36 2013 +0400

    Fixed small issue.

commit a938663f611204d8e8dfc4d1a3d394c6841cf64a
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 14:43:21 2013 +0400

    Fixed small issue.

commit d30aa8c5c058e41eeab5cea488de8721fbc36891
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 14:41:52 2013 +0400

    Fixed small issue.

commit 56a4b804825529e9ddb8d795aadda3f39543ca3d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 14:39:04 2013 +0400

    Fixed small issue.

commit 6ab1c0d1399a7685d0d894cba7e8e910c80bfd3e
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 14:19:41 2013 +0400

    Added dropdown list with list of services
    
    Change-Id: I8e97e83d167e516984e32fc0264ec37ee84a0409

commit 510d54cff30ce4e60b3cbed99428997e4c96b480
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 14:19:31 2013 +0400

    Added initial version of tabs for services

commit 8011c6b40a32472c21df5e5efd327ad9f69e0097
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 14:15:26 2013 +0400

    Added initial version of tabs for services

commit b09429fee6fd0a11eb344764795284d5ff5f2804
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 14:11:24 2013 +0400

    Added initial version of tabs for services

commit 0ccc1988d88375c3aea32f92e34cfd6c3a633100
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 12:49:12 2013 +0400

    Fixed issues with templates

commit 0fdb8b04d0e974cfcdbeb8d80c932d61bf40a53f
Merge: a5a3e81 d57113c
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 12:05:36 2013 +0400

    Merge "PEP-8" into conductor-openstack-style

commit 0923daf36add8f06301df0edfc630126e494b62d
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 11:59:20 2013 +0400

    Fixed issue  with installation

commit a5a3e81b46910edda96cd78eb89f83c928260a29
Merge: c2f1095 dfdd144
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 11:52:08 2013 +0400

    Merge "logging and bug-fixes" into conductor-openstack-style

commit d96270a6b1ce543cfa6a20f71b290eb4a44ad004
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 11:46:08 2013 +0400

    Fixed issue  with installation

commit d57113ca48f1ffdaf455b7e683e97c731d75ffc2
Author: Stan Lagun <slagun@mirantis.com>
Date:   Wed Mar 27 11:40:37 2013 +0400

    PEP-8

commit c2f1095cdb979d6feb227b0ee6b2d272ccd97cf4
Merge: 3e17c61 8ffd75c
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 11:37:54 2013 +0400

    Merge "fixed VM initialization script" into conductor-openstack-style

commit 3e17c61b3154b790d44a9d18efa9b2f9b09202b0
Merge: a3f2da2 74958e1
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 11:34:31 2013 +0400

    Merge "Evironment/Units deletion, bug-fixes" into conductor-openstack-style

commit a3f2da24d34c9bb19a4abe0033dcff52e208e551
Merge: d4fb43e 7be1f27
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 11:23:12 2013 +0400

    Merge "Naming conventions changed" into conductor-openstack-style

commit d4fb43ed846558f84034dff36583fbdcd035ce0f
Merge: 2a5aedf ad0e834
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 11:15:30 2013 +0400

    Merge "Merge branch 'master' into conductor-openstack-style" into conductor-openstack-style

commit 2a5aedf73c217483f8e735b129d0d84989221b3d
Merge: 042b28f 2eb1854
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 11:14:48 2013 +0400

    Merge "Use Heat REST API instead of command-line" into conductor-openstack-style

commit 5d7c2b623534da1c71f4cbc43d5d065d03b9395b
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 27 10:48:07 2013 +0400

    Fixed issue with incorrect import

commit dfdd144f96956aee2b0baf84429ec9b27f76aa35
Author: Stan Lagun <slagun@mirantis.com>
Date:   Wed Mar 27 02:45:02 2013 +0400

    logging and bug-fixes

commit 8ffd75cc1eab26503b4622b9087c3c51cf91a5a5
Author: Stan Lagun <slagun@mirantis.com>
Date:   Wed Mar 27 02:07:53 2013 +0400

    fixed VM initialization script

commit 74958e10525b85ab25a40095025a09ef1f1b6ece
Author: Stan Lagun <slagun@mirantis.com>
Date:   Wed Mar 27 02:06:53 2013 +0400

    Evironment/Units deletion, bug-fixes

commit 2dc4c0e9e4b762ebb552ba7d3e9c5f1c2ba92228
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 27 03:49:46 2013 +0700

    Fixed UI issues.

commit 2acd3031a6e2833a325481078c6aae29af1acf58
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 26 19:53:30 2013 +0400

    Remove service deletion button

commit 43cadb7a0030ee6b97c26371e8a0ef44f8747aa6
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 26 19:36:41 2013 +0400

    Finished installable UI

commit ffcaa95cb879fc4aee322ca528e29a6c394f440d
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 26 19:30:57 2013 +0400

    Removed old code

commit 7be1f27f0bd6b04d83a675c92db5cd8674488c2b
Author: Stan Lagun <slagun@mirantis.com>
Date:   Tue Mar 26 19:06:56 2013 +0400

    Naming conventions changed

commit 042b28f76d4f62e671a4a815450bf2dd2c58c4fc
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 26 14:44:10 2013 +0400

    Updated OpenStack Common
    (Fixed issue with notifier package)

commit ad0e83445703d2bbb83fc532af8bbd7e9deaaf1d
Merge: 2eb1854 e6c30e4
Author: Stan Lagun <slagun@mirantis.com>
Date:   Tue Mar 26 14:46:09 2013 +0400

    Merge branch 'master' into conductor-openstack-style
    
    Conflicts:
    	conductor/bin/app.py
    	conductor/conductor/app.py
    	conductor/conductor/commands/cloud_formation.py
    	conductor/conductor/commands/windows_agent.py
    	conductor/conductor/rabbitmq.py
    	conductor/conductor/windows_agent.py

commit 2eb185428de93cf11f68e51a390d600f8b3457c7
Author: Stan Lagun <slagun@mirantis.com>
Date:   Tue Mar 26 14:27:37 2013 +0400

    Use Heat REST API instead of command-line

commit 9a63086bd57fc8cd511482573d33b91fdaeedb1c
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 26 14:36:44 2013 +0400

    Added support for setup.py
    Added localization and documentation skeletons
    PEP8 Fixes, optimized imports
    
    Change-Id: I4abf8a73975d31b11213b29e9e3e178fdcf9c86c

commit e6c30e4072efa84691d9acedf48d56ea15d6e53c
Merge: 4269991 fe143e4
Author: Stanislav Lagun <slagun@mirantis.com>
Date:   Tue Mar 26 13:53:01 2013 +0400

    Merge "#KEERO-222 Remove random part of unit name"

commit 4269991503315105372e6feeae6b79157946ffbe
Merge: 614c911 a006952
Author: Stanislav Lagun <slagun@mirantis.com>
Date:   Tue Mar 26 13:51:23 2013 +0400

    Merge "Send Env to Conductor for deletion"

commit fe143e4675669ed4ef519df5ef7bf7045b1fce89
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 26 13:46:29 2013 +0400

    #KEERO-222
    Remove random part of unit name

commit a0069520804b0ef863dee4419ce42a48cfee898e
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 26 13:36:05 2013 +0400

    Send Env to Conductor for deletion

commit 614c9113d5bb3d74007c04ff6072ddf704b6a2b4
Merge: bac6e8e ccd0a3c
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Mar 26 13:30:37 2013 +0400

    Merge "Hot fix for WebUI tests."

commit ccd0a3c904a09267e7065228561a628c0cdf35d2
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Mar 26 13:29:50 2013 +0400

    Hot fix for WebUI tests.

commit bac6e8e3db3ab9731529ccf91357f73d93f06814
Merge: b59edd7 e4abc9b
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Mar 26 13:28:12 2013 +0400

    Merge "Fixed WebUI tests. Added new tests."

commit e4abc9b157bce2741024c0225778ca2575de50c9
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Mar 26 13:24:37 2013 +0400

    Fixed WebUI tests. Added new tests.

commit b59edd7ad2d242bb1c011e833e4e872ee5e8d1dc
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 26 12:34:22 2013 +0400

    #KEERO-220
    Send X-Auth-Token to Conductor

commit 29da07cda8e456a7ffa678c1b28ae3f1a800a116
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Mar 26 06:36:57 2013 +0700

    Added initial unit tests for RestAPI service.

commit bb3e62bb4d5060c344e171f304194ce8bd8c2fc9
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Mar 26 06:35:35 2013 +0700

    Fixed all pep8.

commit c13879946562f8fb6a2b66251871e5a57cb365d5
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 25 15:04:10 2013 +0400

    Fixed automated tests for web UI.

commit eaddba5640012947e9062bef35f14303e21e0ad3
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 25 11:52:03 2013 +0400

    Fixed automated tests for WebUI. Added class Page with simple objects.

commit 1af2c356881de1d89c8682fdf9dbfd5dfb8bf3c1
Merge: e6e9dda c8a9858
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Mar 22 17:00:39 2013 +0400

    Merge "Code to start\stop keero components using devstack functions"

commit c8a9858ca21d1c9dd8435bc08ae49822b11618f0
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Fri Mar 22 13:06:59 2013 +0400

    Code to start\stop keero components using devstack functions

commit e6e9dda6778b9377f922c78e6a71b9f6e15704b9
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 21 18:09:13 2013 +0400

    Fixed: changed the run mode for install venv script

commit 9964cd217592f280d02753698d4856e2a51edff8
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 21 18:05:46 2013 +0400

    Added deployment script for automated tests.

commit 826721764d44167e27eb1a23f7c14cd35a5190b3
Merge: 8a7eab4 f202ac2
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Thu Mar 21 17:41:18 2013 +0400

    Merge "All Cloudbase-Init plugins disabled except UserDataPlugin"

commit 8a7eab436b6e3dc0939b30f70860c70f700ac7ec
Merge: 3e1ade0 2c20806
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Thu Mar 21 17:39:02 2013 +0400

    Merge "Userdata script updated to support computer renaming functionality"

commit f202ac273b45b2aac06da3d9195a27c4ca11da44
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Thu Mar 21 17:28:12 2013 +0400

    All Cloudbase-Init plugins disabled except UserDataPlugin

commit 2c208062452b2e289a0b15630348538e1754dcca
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Thu Mar 21 17:26:49 2013 +0400

    Userdata script updated to support computer renaming functionality

commit 002312ae65b565be8878b0ee82b5521da7074f59
Merge: 896dc8a c61d333
Author: Sergey Melikyan <smelikyan@mirantis.com>
Date:   Thu Mar 21 16:17:56 2013 +0400

    Merge "Entry point script renamed 2d27f4f5054f34982ed67da2bf4b35c8ac1558d3" into conductor-openstack-style

commit c61d333c30c0966f3cb012ebc356f31c64e87057
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Mar 21 14:05:45 2013 +0400

    Entry point script renamed 2d27f4f5054f34982ed67da2bf4b35c8ac1558d3

commit 896dc8a9d699667c6e1d5a0d79546af743f4a8d7
Merge: 3e1ade0 2d27f4f
Author: Sergey Melikyan <smelikyan@mirantis.com>
Date:   Thu Mar 21 14:00:18 2013 +0400

    Merge "Issues #195 and #199" into conductor-openstack-style

commit 2d27f4f5054f34982ed67da2bf4b35c8ac1558d3
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Mar 21 13:23:18 2013 +0400

    Issues #195 and #199

commit 04498a50ad600d642b1f327aaf234d71c5601e58
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Mar 21 02:43:59 2013 +0400

    README and guide for conductor

commit 3e1ade0c721235a9c943350924437bc9a78ab65f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 20 16:50:46 2013 +0400

    Fix and unit test for issue: https://mirantis.jira.com/browse/KEERO-219

commit 3c641a3828ae1dd4b9e390f6b6cbf8a02d512d3e
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 20 16:35:47 2013 +0400

    Added unit tests for REST API client. Fixed pep8.

commit 998b210043d958daf7262c5239b88febf376c973
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Tue Mar 19 17:45:41 2013 +0400

    New devstack scripts added

commit 7f5f8bcc9f742c1249d19d3142580f01c269c36a
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Tue Mar 19 17:37:56 2013 +0400

    Old devstack scripts removed

commit 67dca5c46ed9e1cc42a3c153afecf36260d81b3b
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Tue Mar 19 17:35:10 2013 +0400

    Write-Host replaced by Write-Log

commit 09df742d00bb298d7839b53fe7244d6e29beeacb
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 18 19:50:45 2013 +0400

    Fixed typo.

commit 4ad5e3b8853c583da8053ba7dbb7bcac5d4199c4
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 18 19:43:15 2013 +0400

    Sync

commit 91c9cc43ec72e5d151713faef15252fe7b91c76b
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 18 19:42:38 2013 +0400

    Sync

commit 8163483591e60ffe4f93a269789963422e505363
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 18 19:38:37 2013 +0400

    Sync

commit 267724335740497e6d902befa0890b4c4d953722
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 18 15:40:16 2013 +0400

    Cloned horizon and added our dashboard

commit 7c6ad61f50b8885ea3bc44443b2041126d80e380
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 18 13:33:06 2013 +0400

    Removed obsolete code
    Removed projects: [windc, windcclient]

commit 50f67040d7e148cc7a58f0020c21e8e3112b5687
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 18 11:56:02 2013 +0400

    Added tests for REST API. Fixed issues with Web UI.

commit 7c2119578caf8a32ed15b65273805845d2e7f5e3
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 18 11:55:46 2013 +0400

    Added tests for REST API. Fixed issues with Web UI.

commit cf928abf094b4bf32aa1b7986f82a9faee337344
Merge: 542baef 14caeee
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Mar 15 11:39:11 2013 +0400

    Merged iteration3 branch to master. Fixed pep8.

commit 14caeee4eb6209f22d85c4fff6921eac5d89594d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 14 16:59:29 2013 +0400

    Fixed small issues with UI.

commit 38f362bedc2ed407e4b0fab5f508c5826931b146
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 14 03:23:51 2013 -0700

    Added lst fixes for demo.

commit 53befea3b13990e45eff796952554104d2831b86
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 13 19:15:10 2013 +0400

    Fix another issue with environments list
    
    Change-Id: Ia55e7cafc79dde3a8d802acb29679315596cfd11

commit 767710e8524a0773728ddc1afdcdee2566e854e9
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 13 19:05:01 2013 +0400

    Fix another issue with services

commit e1b8af88b0ca10fbc11efab9d40114319aaa16eb
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 13 18:54:15 2013 +0400

    Fix issue with getting list of environments

commit 77e9cfadf4f74210d5669d14d0103ac7480fbb83
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 13 18:28:13 2013 +0400

    Added progress bars for services. Fixed few issues for demo.

commit 8bc5033d7f65fc00b741f1ed10f445a229b6ad1c
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 13 17:58:42 2013 +0400

    Fix issue with ack on results

commit 4385b0dd7a2aa92f89b545fbc436770509873980
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 13 17:49:40 2013 +0400

    Add part of service id to unit name
    
    Change-Id: Ia0f3953fea28c2cee15dc99595347cfdd3ec4430

commit f97d82a8c5df063e77a57a4e10d79cf087cfcfe2
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Mar 13 15:49:13 2013 +0400

    Add ability to get status for Environments and Sessions
    
    Change-Id: I9e29fc08f98320ff6f1a70043cd42506147ada2d

commit 542baef77f1df8552cb7ec912d003b83fc99448b
Merge: 7d515c2 6046f99
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 13 14:00:56 2013 +0400

    Merge "Added password-secure checks for UI, fix usability issues for demo."

commit 6046f9936996b1590e86dfa32d90d430d9560735
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Mar 13 13:31:49 2013 +0400

    Added password-secure checks for UI, fix usability issues for demo.

commit dbfd119576e11ba54cfbc156c308e544a69f337f
Author: Stan Lagun <slagun@mirantis.com>
Date:   Tue Mar 12 22:34:02 2013 +0400

    ExecutionPlanGenerator DSL processor

commit bbe3ae4b89f7e4727695aa0db1062701f2536582
Author: Stan Lagun <slagun@mirantis.com>
Date:   Tue Mar 12 22:32:53 2013 +0400

    Updated workflow elements to reflect new name changes and to fix typos

commit 7d515c24f7a29727aaa3006a2da26865e4df3950
Author: Stan Lagun <slagun@mirantis.com>
Date:   Tue Mar 12 22:34:02 2013 +0400

    ExecutionPlanGenerator DSL processor

commit 8f038c1d7d163d3b1930b5e5a0465a1c409fe734
Author: Stan Lagun <slagun@mirantis.com>
Date:   Tue Mar 12 22:32:53 2013 +0400

    Updated workflow elements to reflect new name changes and to fix typos

commit 56633295b6ba7cce49acab67abd0d1a8da6da213
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 12 20:27:11 2013 +0400

    Another Issue with sessions

commit bb7c3577dcb9d90a24ff9061f3de10fa9b3538bb
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Mar 12 19:18:08 2013 +0400

    Added progress bar to Web UI. Fixed pep8 errors.

commit 4143081a8970e3e75b7dd12626e36e4511efad1f
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 12 18:34:59 2013 +0400

    Change behaviour of viewing services
    
    User can now get list of services without session at all.
    Python client is updated accordingly
    
    Change-Id: Ic35ce73b4b6237e9f7d42e87b853cbcbaff058b8

commit 8015cb7f9a00f29ad304d124759dadaed9e2011a
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 12 18:21:13 2013 +0400

    Issue with session
    
    Session could no be created when another session is deploing or open on same environment

commit e55a720091f33effe66e1db8eba7177243195811
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 12 17:51:12 2013 +0400

    No ack is needed when auto_ack set to True
    
    Change-Id: Ieb00f2b9ee705a8772cf150ed96ff8ab0a583c83

commit f0b954db21baae07d73b5f8f7911f6be91f259da
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 12 17:35:09 2013 +0400

    Resolved issue with reports from orchestration engine

commit df9834018cdf44ed7da1d40e8de6ca8aa3f982c4
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 12 17:17:40 2013 +0400

    FIx issue with fields created & updated

commit d9beabe845d9d033d0d07c958405d60658c5f49b
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 12 16:19:33 2013 +0400

    Fixed issue with logging

commit a93f6f9fbdf1f4f2e58297f1504d44779e6ab5eb
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Mar 12 15:30:53 2013 +0400

    Added deploy button for data centers in UI. Fixed templates for services.

commit 1d98866235f54e1c9b3d4bcbf280006e6a6759bd
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 12 13:37:27 2013 +0400

    Queues should be durable

commit c3a040ca6b90e4778886cd1f77db5c008429d47e
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 12 13:06:43 2013 +0400

    Add debug logging for controllers

commit 8c2ebd3fe57b2b262a1a95e14010fa4f53f7fd98
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Mar 12 10:53:19 2013 +0400

    Sync before tag.

commit c1036ebb7c729904c7f2c44b28649486c1656cf7
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 21:17:37 2013 +0400

    Fixed issue with empty services list

commit 594102633548fca10f1e5dc22da48a2dcc36a665
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 11 20:54:52 2013 +0400

    Added new API for Web UI.

commit 6aa36ffe448d8bf040be3d07619700bb5b71c513
Merge: 5f54734 7b3bab4
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 11 20:52:17 2013 +0400

    Merge "Merge branch 'feature-orchestration'"

commit 7b3bab4854798ece1403dd74eb25f9a5f2fac6eb
Merge: 879fc70 06f2e98
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 11 20:51:34 2013 +0400

    Merge branch 'feature-orchestration'

commit 06f2e986d0ebaf4627484b0d6efa412228b0f87c
Author: Stan Lagun <slagun@mirantis.com>
Date:   Mon Mar 11 20:27:31 2013 +0400

    typos

commit 5f54734520722ba807bc8e536da16a0d2ba63b5f
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 20:23:24 2013 +0400

    Fixed length of names

commit 879fc70e1a19e030e5faa683daa5a55392a130f7
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 19:54:35 2013 +0400

    Fixed instance namings

commit c9396320b95732abfabe9ab5ed303c25b65f1aa5
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 19:15:47 2013 +0400

    Added WebServer and AD

commit 28bc7ff1d5bada47229682d38347d2a6eaa72aef
Author: Stan Lagun <slagun@mirantis.com>
Date:   Mon Mar 11 19:11:27 2013 +0400

    Workflows, ExecutionPlanGenerator, Reporting, UserData, conductor improvements

commit 2dd0b2cc4f608630ddc63571cce822ade2f3380d
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 18:38:32 2013 +0400

    Removed obsolete file

commit fa3cfdd6c77496741394176102db196b5ea98424
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 18:10:34 2013 +0400

    Bug with Session
    
    Change-Id: I44ddbd137535590f3f2ff502769e65e22de154fd

commit 644fa9348cabc80683b16b265c0ea74c03312bd7
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 18:09:56 2013 +0400

    Added Session operations
    
    Change-Id: Ib1280ab5cd1d2c2c273a0a53e5433152cca4ef59

commit 783d51d7064d1dfeecb470ae22e527a0989c7aa5
Merge: feb386b 66e5795
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 16:26:14 2013 +0400

    Merge "Added Environments CRUD operations"

commit 66e579521db12975e15ff46eb595d9a15b989862
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 15:18:18 2013 +0400

    Added Environments CRUD operations

commit feb386b02350c7a38196e1f8bd485214cabf53b2
Merge: ef1c400 856bbb0
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 11 15:05:54 2013 +0400

    Merge "Issue with deleting Environment"

commit 856bbb009a47077d00fd7a1950c4d9fb2b0e6d6e
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 15:01:47 2013 +0400

    Issue with deleting Environment

commit ef1c400975dea1014f3163cd1f6be0c8b98b3642
Merge: 7b63954 a470821
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 13:54:23 2013 +0400

    Merge "Removed obsolete files"

commit 7b6395438e9fb1bc95aa0c1b4e2b3a97257692be
Merge: 8da1505 00a330d
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 13:54:06 2013 +0400

    Merge "Added initial version for python-portasclient"

commit a470821df73c48e0774ef6f63aa91c3e62fb2c3d
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 13:53:48 2013 +0400

    Removed obsolete files

commit 00a330d651e3218d17a565feb84bf2a4d0b28aca
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 13:53:23 2013 +0400

    Added initial version for python-portasclient

commit 8da1505023a404d0575714730452c71d42fbec15
Merge: 327e227 a2274f8
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 13:35:54 2013 +0400

    Merge "Issue with port for RabbitMQ"

commit a2274f8c1d22cf104bb0d33a121c3fba03620269
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 11 13:35:05 2013 +0400

    Issue with port for RabbitMQ

commit 327e227afa54fa6893ec62b442434c3356987a07
Merge: 5942712 c878ccf
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Sun Mar 10 15:31:04 2013 +0400

    Merge "Function updated to return IPv4 addresses only"

commit c878ccfe06fcfb44451578696a4b56a474f2ac2d
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Sun Mar 10 15:30:33 2013 +0400

    Function updated to return IPv4 addresses only

commit 594271232eabe34f7a5402c9398810c2e9ad93cb
Merge: 2aef514 1131604
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Sun Mar 10 15:17:46 2013 +0400

    Merge "Typo"

commit 2aef5148c391c72f889a80173b7cbe61efa2a6fb
Merge: 88d0202 db07b09
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Sun Mar 10 15:17:20 2013 +0400

    Merge "Explicit import of module DnsServer added"

commit 11316041444c6193d6e8aa1b3870aacbb9ec1af1
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Sun Mar 10 15:16:54 2013 +0400

    Typo

commit db07b090d43ad79dd913cfe30b87fa983849d6e0
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Sun Mar 10 15:13:08 2013 +0400

    Explicit import of module DnsServer added

commit 88d02024e006693979d55768f37e044e16e0f968
Merge: 18bbb7c b03602d
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Sun Mar 10 15:11:21 2013 +0400

    Merge "Function to install IIS added"

commit b03602d35e451ff8a273b9c6ae4bd7255fa012d9
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Sun Mar 10 15:10:47 2013 +0400

    Function to install IIS added

commit 18bbb7c496aa1f3a3a66244e9225444833e0dfc8
Merge: 58717d9 c2b8b6d
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sun Mar 10 15:08:40 2013 +0400

    Merge branch 'feature-API'

commit 58717d968297029c6bf88add1f7f4514028d15b0
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Sun Mar 10 14:59:39 2013 +0400

    Code to return DNS listening IPs from DC added

commit c2b8b6daeda4448631f602ce895f1f14b9fd7ce0
Merge: 8967557 08c34b7
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sun Mar 10 14:49:17 2013 +0400

    Merge branch 'feature-API'

commit 08c34b71c9194c8dfc1ebedf3ca815842691c13f
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sun Mar 10 14:46:14 2013 +0400

    WebServer API
    Added WebServer API
    Small refactoring

commit 969d190609ecad890af52b1c38af41bd5b09f81f
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sun Mar 10 14:30:04 2013 +0400

    Fix issues with queues

commit e3730512c19b0580984093f92d4471c1ae7687ad
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sun Mar 10 14:12:02 2013 +0400

    Added units name generation

commit 47b294c79c653c9d161b271d22415d9b5db1ca57
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sun Mar 10 14:08:59 2013 +0400

    Write results from orchestration engine

commit 0472cdcc14eea50e77c69103b4390e8152f660e4
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sun Mar 10 14:00:57 2013 +0400

    Active Directory API

commit 78c9afd562ddfdb6aed6e3fb2635ef5567ce8883
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sun Mar 10 13:04:40 2013 +0400

    Remove obsolete service table

commit c91ce50c6169fda80b48638c5e1d482d6a2677e1
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sun Mar 10 13:02:25 2013 +0400

    Enable session deployment

commit f557b60bdbfaeb55c90a97056120e4430438d6cf
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sun Mar 10 12:04:21 2013 +0400

    Reports from orchestration engine
    Added ability to store and expose reports from orchestration engine.

commit 8967557c2cbecab6c015b5a79ec4c8b1c550c180
Merge: ab53429 348e5d2
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Sat Mar 9 21:15:15 2013 +0400

    Merge "Typo"

commit ab53429239530f067832dc586772626c6d06ebde
Merge: f67b734 c1908d9
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Sat Mar 9 21:14:46 2013 +0400

    Merge "userdata.py fixed"

commit f67b73400c642b6ee2d94705b8e18129b8befb35
Merge: 16f247a 08dea53
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Sat Mar 9 21:14:17 2013 +0400

    Merge "Userdata plugin with minimal MIME support added."

commit 9f8b4ca9fe49272470ac8fa5f38e5f9978b36668
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sat Mar 9 20:26:31 2013 +0400

    Cleaned up API

commit 0949628507f70606eb1394c36598bbd75f12375e
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Sat Mar 9 17:52:13 2013 +0400

    Added support for reading messages from RabbitMQ asynchronously

commit 348e5d236ddb8c29fd7abf343458697dc3d4658f
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Thu Mar 7 22:40:05 2013 +0400

    Typo

commit c1908d9e21e711cde97006295a8161954b679797
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Thu Mar 7 16:21:14 2013 +0400

    userdata.py fixed

commit 16f247a7ae0c477d752218455e7f6298b075be59
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 7 16:20:39 2013 +0400

    Finished Task KEERO-111. Added base UI tests.

commit 275d7113571c9caaba89613b14ade267e851fc86
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 7 15:16:48 2013 +0400

    Hot fix: Fixed pep8 for Dashboard.

commit d9d42b80ca546facf5a6ab9fe3693a7e6f55e231
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Mar 7 14:44:41 2013 +0400

    Finished Task: KEERO-117. Added new UI wizard for Create Services Action.

commit 08dea5344586bc3c6462e58a21b0a958223d1c5e
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Thu Mar 7 12:15:13 2013 +0400

    Userdata plugin with minimal MIME support added.

commit e9a33eb4b156631fa16199eea0e6e9b2948b8659
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Wed Mar 6 19:55:34 2013 +0400

    User data sample file added

commit 8dc615b041884508b95f1c4b7edf321b1f5f732e
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Wed Mar 6 19:34:25 2013 +0400

    Extra functions moved to NotCoreFunctions.ps1 file in order to remove them in the future

commit cae193a3b3fca3821741ebb96b4952bc4c456f00
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Wed Mar 6 19:29:35 2013 +0400

    Functions to work with Base64 strings added

commit 5493753da7404cf1090c32a6f8c4cb5bdc5f1389
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Wed Mar 6 19:28:58 2013 +0400

    Functions to work with Zip files added

commit f7c8d4a726f9a60a1a62f2ad7cb73b8a177f8f45
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Wed Mar 6 19:27:15 2013 +0400

    Modified files from cloudbase-init added

commit 9d0b7e39fe8eef5f13449f7b49c75544f06fab6c
Merge: 2185c22 485ec41
Author: Stan Lagun <slagun@mirantis.com>
Date:   Tue Mar 5 19:30:26 2013 +0400

    Merge ssh://gerrit.mirantis.com:29418/keero/keero into feature-orchestration

commit 485ec41d1e86b0462137d2491e8add9af12d55a4
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Mar 5 16:40:26 2013 +0400

    Fixed pep8. Fixed deployment script.

commit efc36e82dd1fe35de420948184c2abae0081f26e
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 5 15:16:22 2013 +0400

    Added support for session checking

commit 2f5d82d714cb885acf8c78570bf8f4edd7164e33
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 5 14:51:48 2013 +0400

    Most part of Session API

commit 2164d9a38c580267c5485c4a51c608d2a2b7d81d
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 5 11:48:39 2013 +0400

    Removed obsolete code

commit 672db2061da768f5d81455e8dc58869a1b75f913
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Tue Mar 5 11:29:20 2013 +0400

    Added new Session model and migration
    Fixed issues with previous models
    
    Change-Id: I1ab3ab7055792b59779945ce05788d960e8b589c

commit 2185c2298a86ea821e2f41a473ccc488249af340
Author: Stan Lagun <slagun@mirantis.com>
Date:   Mon Mar 4 23:06:13 2013 +0400

    Initial conductor implementation

commit 3fe5e8d6fb08ac4726356a93cec3025941734203
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 4 19:18:42 2013 +0400

    Added deployment script and automated tests.

commit b1a5be03bc531aa0fb73dd014e7cd31aba81b62f
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 18:38:59 2013 +0400

    Small PEP8 fixes

commit 93044d53f65815b74822a71759bed3b92ea1628b
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 4 18:24:27 2013 +0400

    Fixed small issues with parameters. It is required fix.

commit 9c7a8b0c1888c23685f16357d2cf8e1f26efea16
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 18:22:39 2013 +0400

    Added remove method for environments
    Also slightly updated routes table

commit a2bd29a64d5ef261a67c522fd0d798f442a9b229
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 17:20:39 2013 +0400

    Finished environments api

commit 7173feb500090475f49f021433f562f3ca3d8936
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 16:44:00 2013 +0400

    Only environments from same tenant as users should be shown

commit 39ea336297b0479abb29a70f831b2a02a01fcc18
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 15:54:29 2013 +0400

    Remove unnecessary blocks of code

commit 55597e7f1e84685eb621fd638750587351719f1f
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 15:49:47 2013 +0400

    When new DC is adding tenant_id is added as param

commit 2a7284f4b6e117fa7c469a66cda88c44cbf2e092
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 15:48:50 2013 +0400

    Fix issues with context

commit 5aa2b8ec75dcead4de8f3f639f483a050645fbfd
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 15:32:45 2013 +0400

    Moved utils.py from WindDC

commit 2597850233ae0dc9bd8c2fb5b68468e4f8859175
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 15:27:19 2013 +0400

    Small changes to .gitignore
    Removed global .gitignore
    Added .gitignore to WindowsAgent project

commit 7e03d398d22c02fe5545dd7396eb48457b146b77
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 15:21:46 2013 +0400

    Update added files

commit 9a946b2dfdf9ec6765c63171ff4f9f435d92e90b
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 15:03:21 2013 +0400

    Added support for keystone-auth

commit 0e8c965b880cc678f7202f07e9059bb38a78f0b9
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 14:12:47 2013 +0400

    Updated initial version of portas-api

commit b9d60d50bdd5bc9ec55648ca78b4712b13974739
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Mon Mar 4 13:59:08 2013 +0400

    Initial version of portas-api
    
    Portas-api is REST API component for Windows DataCenter as a Service
    In initial version there is only draft support for Environments API

commit 1c92f3ad229b960f7e066135b90fbd60f7b7dc70
Merge: aa2917f 68ee90d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Mar 4 10:55:14 2013 +0400

    Merge "Fixed small issues with WebUI."

commit aa2917f79cc5e2cadc438f50c6270c4ba94c1a90
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Fri Mar 1 20:33:37 2013 +0400

    Simple function to update agent config added

commit 936e95ae62e3f060fcb26e0f25baacb17bd28d4b
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Fri Mar 1 19:38:44 2013 +0400

    Simple function for working with templates added

commit 26a1fb53fbe676a9e8956adb59672121352fbff8
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Fri Mar 1 19:05:26 2013 +0400

    Function to retrieve meta data opject from config drive added

commit dea2877c9a9b5691d09b2585dfdd7d45aa84b0a8
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Fri Mar 1 17:22:11 2013 +0400

    localrc updated

commit e885dd10f679d1361e2616803b38f4966746ede6
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Fri Mar 1 15:33:53 2013 +0400

    Files to automate devstack installation added.

commit 68ee90d1a4c6b723afa663fd77b983ae5b9d7c3c
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Feb 28 05:49:31 2013 -0500

    Fixed small issues with WebUI.

commit c5a66bbac5f80ac1326254b43b38033cd866a8bc
Merge: 48cdfde fd5793b
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Feb 27 18:15:11 2013 +0400

    Merge "asd"

commit 48cdfdef2dd10fa1bc7ef7bebc56d8a5cd1d0aa7
Merge: 1c034ff 13083ac
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Feb 27 18:14:50 2013 +0400

    Merge "test.commit."

commit fd5793ba23ebca6ec5438f85f144e0ce58cea327
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Feb 27 17:56:27 2013 +0400

    asd

commit 13083acd185ac73d6ea14d1248dbcabf7f01b668
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Feb 27 17:31:25 2013 +0400

    test.commit.

commit c086dfd6858e2d556e7412ea49a363c21584f1d4
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Feb 27 17:31:25 2013 +0400

    test.commit

commit 1c034ff2509c9ee193f3e06313f4af48b7228dea
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Wed Feb 27 16:36:51 2013 +0400

    Log functions updated

commit 03d67d40840901526fe4e1792711936e708758d3
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Wed Feb 27 15:49:32 2013 +0400

    Stop-Execution modified

commit 49cffcdde499ff05648ff68d6462fe059f6a1e84
Merge: 5348cdc 80fce6f
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Wed Feb 27 15:44:49 2013 +0400

    Merge branch 'master' of ssh://gerrit:29418/keero/keero

commit 2c72333cceec3d08cc39216d334fe68cd23d6cce
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Feb 27 11:47:07 2013 +0400

    Removed obsole line

commit c3249934fd1175287dbf4421abaf1b2f975fe970
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Feb 27 11:33:39 2013 +0400

    Removed obsolete file
    Added .gitignore file

commit 0075ba5c579affb8ec619b65c189da2841095e6e
Author: Serg Melikyan <smelikyan@mirantis.com>
Date:   Wed Feb 27 10:37:31 2013 +0400

    Added reference JSON for Active Directory

commit 80fce6f232f12f556a7d283162ceee8481748aaa
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Feb 25 09:10:11 2013 -0500

    Fixed urls for dashboard.

commit 31951942297190589792f5e1919b3a6d35994b18
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Feb 25 08:42:29 2013 -0500

    Fixed Web UI for demo.

commit 1316bd8007ad2807bc275a1aa72d4a5e2131dcc6
Merge: b2ca541 cba2c5f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Feb 25 17:26:59 2013 +0400

    Merge "Unattended files added"

commit 5348cdcf7f941c42c15ac092b9eef59810770336
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Mon Feb 25 17:23:00 2013 +0400

    Files removed

commit f76f4346483e21d451c42fcfaeacd4b49d968dec
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Mon Feb 25 17:18:44 2013 +0400

    Windows PowerShell module added

commit 779e61ba7241a1b251094ed08eb855d7951db1ee
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Mon Feb 25 17:18:20 2013 +0400

    Unattended installation files added

commit 28ff9f3335d848a6c445b007cfcd86e06726cb14
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Mon Feb 25 17:17:42 2013 +0400

    Execution plan files added

commit ad95b0b6f4f07422bf2fa43b745d0c45741afd8f
Merge: 235c9ff b2ca541
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Mon Feb 25 15:58:34 2013 +0400

    Merge branch 'master' of ssh://gerrit:29418/keero/keero

commit b2ca5412ee0d1c3a205bef693ef136828f3b27da
Author: Stan Lagun <slagun@mirantis.com>
Date:   Mon Feb 25 04:00:09 2013 +0400

    windc iteration2

commit 11514bca960dc5f7c9723092bf790115120ee9bc
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Sun Feb 24 07:28:07 2013 -0500

    Added WebUI for correct configuration of new service AD.

commit 0aaa612465afff6689625d9778bb045470c3a02d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Feb 22 13:05:55 2013 -0500

    Resolved issue with datacenter id.

commit c13a88f866360e6ebd920f03a5081d02db72d6bf
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Feb 22 12:57:56 2013 -0500

    Resolved issue with datacenter id.

commit 2de25c8b6f471421a9f411beab62bd8861a5fa59
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Feb 22 08:13:55 2013 -0500

    Fixed many small issues.

commit 235c9ff8463c33039452963ab0a4c7ba499c8783
Merge: 3d2dc38 97aa4ca
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Fri Feb 22 16:18:56 2013 +0400

    Merge branch 'master' of ssh://gerrit:29418/keero/keero

commit 97aa4ca978628e9b7b243f66e7c85ade6d628b3f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Feb 21 15:02:09 2013 -0500

    Fixed typo.

commit 3d2dc384d31460ff7d1a32a911b525cf17314e0e
Merge: 3149f0c ee6fc07
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Thu Feb 21 19:19:49 2013 +0400

    Merge branch 'master' of ssh://gerrit:29418/keero/keero

commit ee6fc07b83d68352b6c0b454acee37bc3873584d
Merge: 5960ab8 58d823e
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Feb 21 18:49:31 2013 +0400

    Merge changes I58d823ec,I5873d361
    
    * changes:
      [KEERO-83] Windows Agent: Ability to reboot machine after execution plan is executed
      [KEERO-83] Windows Agent: Typo fixes + sample values in config

commit 5960ab8d233be11d65ab0e2d0ea6601703ab70c0
Merge: 109f393 d141fbc
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Feb 21 18:48:31 2013 +0400

    Merge "[KEERO-83] Windows Agent initial implementation"

commit 109f393526c9733500a913b68bfffc6aa9e115f1
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Feb 21 08:07:56 2013 -0500

    Fixed KEERO-89

commit 233ce6501b9fd29ef1b2c0320bef48ee892bfb92
Author: Georgy Okrokvertskhov <gokrokvertskhov@mirantis.com>
Date:   Wed Feb 20 20:27:32 2013 -0800

    Fixed issue with data centers

commit f92d2ef4e10418c0358f91fa7ee4d27ebc9c3955
Author: Georgy Okrokvertskhov <gokrokvertskhov@mirantis.com>
Date:   Wed Feb 20 20:26:49 2013 -0800

    Added services functions to client. Need to be tested.

commit 58d823eca55bc7566c45e2219766e106b9e59982
Author: Stan Lagun <slagun@mirantis.com>
Date:   Thu Feb 21 00:19:46 2013 +0400

    [KEERO-83] Windows Agent: Ability to reboot machine after execution plan is executed

commit 5873d3610b46f56a3760734fc771a2c3437ce5d9
Author: Stan Lagun <slagun@mirantis.com>
Date:   Wed Feb 20 23:39:22 2013 +0400

    [KEERO-83] Windows Agent: Typo fixes + sample values in config

commit d141fbc4dc313f1481785afce1217fcb28457c9b
Author: Stan Lagun <slagun@mirantis.com>
Date:   Wed Feb 20 23:15:44 2013 +0400

    [KEERO-83] Windows Agent initial implementation

commit 8abd1ba3aa023c3da05917a33cd3ca2c590b9b21
Author: Georgy Okrokvertskhov <gokrokvertskhov@mirantis.com>
Date:   Wed Feb 20 11:05:46 2013 -0800

    Added operations for chef. They might be remove if we decide to not use chef.

commit 1273092b6ab5eef139065f6418b44ea02899609c
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Feb 20 08:23:06 2013 -0800

    Fixed small issues.

commit 009ec0519f1413d324f4dd8f7c17c2504e5c15f2
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Feb 19 07:33:05 2013 -0800

    Fixed KEERO-85.

commit cacee34d49b2d8441aff41ac1983e1a809e70a38
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Feb 19 04:51:56 2013 -0800

    Fixed issue with virtual environment SQLAlchemy library.

commit 160f8b6ca43e9b9b48639ef4e3c62a915185984f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Feb 19 04:14:25 2013 -0800

    Added library libsqlite3-dev to virtual environment for windc client.

commit 0136a6f737314587a3aff339f6cf6cd6b1022524
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Tue Feb 19 00:04:06 2013 -0800

    Added new functional to dashboard, fixed small issues.

commit 6c51f7d983bf14d2fb956eb8576d0737ac31f0bf
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Mon Feb 18 00:32:23 2013 -0800

    Added windc API client, sync repo with dev box.

commit 1571d0775a8bb5685eb48d618db4c71c4d7a9b21
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Sat Feb 16 03:39:17 2013 -0800

    Added new files.

commit 505c3da3a4fbc63748a562ad3a6352ac736a09cb
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Sat Feb 16 03:10:02 2013 -0800

    Updated design. Removed extra code.

commit 45a2d84d726831ae2d3965d273cc1f3db05bd5f1
Merge: 61801a0 766fe43
Author: Georgiy Okrokvertskhov <gokrokvertskhov@mirantis.com>
Date:   Fri Feb 15 18:07:17 2013 +0400

    Merge changes I766fe43c,I352ab3d2,I1b8aef4e
    
    * changes:
      Added additional fields for Domain Controller.
      Added simple form for configuration Domen Controllers and IIS Servers.
      Fixed small problems with links and titles on pages.

commit 61801a0ca8a2607b5d922e51d4c86dd93082847a
Author: Georgy Okrokvertskhov <gokrokvertskhov@mirantis.com>
Date:   Fri Feb 15 06:04:29 2013 -0800

    1. Added support of CloudFormation templates. Made a simple interface to build template. Stan can work here to redesign template.py
    2. Added calls of drivers. Now heat is called from cmd instead of client. Should be rewritten.
    3. ActiveDirectory makes a static template. Need to rewrite this with working with actual parameters.

commit 766fe43ccee908700a1ee89046f5fee473a9205f
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Feb 15 14:24:50 2013 +0400

    Added additional fields for Domain Controller.

commit 352ab3d2280e7af36f29fe07b5fdee089d49a18d
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Fri Feb 15 10:54:11 2013 +0400

    Added simple form for configuration Domen Controllers and IIS Servers.

commit 1b8aef4ee7421d8734bfd033996437049443ce7b
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Feb 14 18:25:03 2013 +0400

    Fixed small problems with links and titles on pages.

commit f32b95e7dce5a76dbbc02fe81ad4403bbd9c5a65
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Thu Feb 14 16:48:52 2013 +0400

    Fixed small problems with links and titles on pages.

commit 3b0f8570def8a70245e454f60043aa86e375a8a8
Author: Timur Nurlygayanov <tnurlygayanov@mirantis.com>
Date:   Wed Feb 13 20:49:28 2013 +0400

    Added initial project for horizon dashboard

commit 3149f0caefb737bbca3e5700462c62be857b0a88
Merge: cba2c5f c138dd8
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Wed Feb 13 20:26:58 2013 +0400

    Merge branch 'master' of ssh://gerrit:29418/keero/keero

commit c138dd8f409bb7e653eaeadbd6f9ece7ccab3e82
Author: Georgy Okrokvertskhov <gokrokvertskhov@mirantis.com>
Date:   Tue Feb 12 15:05:27 2013 -0800

    1. Added builders support. Each builder is a class dynamically loaded from
    ./windc/core/builders folder. The class name should be the same as module file name.
    2. Updated core/api.py to support datacenter and service creation with extra parameters which are not defined by model explicitly.
    3. Added event based approach for the windows environment change. Now when user submits a request to API the core updates database and initiates a new event which defined scope (datacenter, service, VM) and action (add, modify, delete). This event and data will be iterated over all registered builders. Each builder can use this event and data to plan some modification.

commit 8994ffcab110ab273045ee7ca5bb28be4e19d953
Author: Georgy Okrokvertskhov <gokrokvertskhov@mirantis.com>
Date:   Mon Feb 11 14:13:20 2013 -0800

    1. Fixed issue with main file start ./bin/windc-api
    2. Added router to Route /datacenters/ and /services/ URLs
    3. Added stubs for windc/core/api.
    4. Fixed start-up process for service
    -------------------------------------------------
    Now it is working service which will reply for
    curl http://localhost:8181/tenant_id/datacenters/
    curl http://localhost:8181/tenant_id/datacenters/dc_id/services
    curl http://localhost:8181/tenant_id/datacenters/dc_id/services/service_id

commit 7d7d480d791f3cbf0a9e4ab15024175d053535e4
Author: Georgy Okrokvertskhov <gokrokvertskhov@mirantis.com>
Date:   Sat Feb 9 09:37:03 2013 -0800

    Initial version of the Windows DataCenter project. It is openstak-skeleton based.

commit cba2c5fb73d8184548d1b87e22993ef2badbae77
Author: Dmitry Teselkin <dteselkin@mirantis.com>
Date:   Thu Feb 7 19:21:27 2013 +0400

    Unattended files added

commit 750b94c09dc4d946a4c7f34957666fed12336b1f
Author: Alexander Shlykov <ashlykov@mirantis.com>
Date:   Mon Feb 4 11:26:47 2013 +0400

    Initial empty repository