Commit Graph

4 Commits

Author SHA1 Message Date
Stan Lagun
52a4621626 Fixes port acquiring logic in DockerStandaloneHost
Previous code used integer keys in port map. But because
JSON doesn't support integer keys they were converted
to corresponding string representations and were not
found on subsequent deployments

Change-Id: I0477a043854a5ed78545d3b944397cdbf2352bd8
Closes-Bug: #1444681
2015-04-16 03:05:36 +03:00
Stan Lagun
414c8cdf83 Fixes port binding in Docker
Host port and container port were mixed up in container
run command

Change-Id: I128b6bf575b06c10ac80e2352d08e794ff897dc7
Closes-Bug: #1443725
2015-04-15 04:12:26 +03:00
Dmytro Dovbii
fc827e50b2 Fix the incorrect work of method _removeApplicationEndpoints()
Fixed typo in method implementation. `select` command was used
for data filtration instead of `where` 

Change-Id: I80b859333089865f8f054b3cf35746e65eeef192
Closes-Bug: #1443686
2015-04-14 14:26:36 +00:00
Dmytro Dovbii
7cb39996f0 Restructure murano-apps repository
Change-Id: I9cdb1e4afcb9929c7b7a5437faaa25d284daefdb
Closes-Bug: #1441644
2015-04-14 09:42:21 +03:00