magnum/magnum
huang.huayong fb8425e954 fix bug for configure-kubernetes-minion.sh
In the sh scrip file used tr -s "v3" "v2" may be incorrect.
The command tr will replace "v3" to "v2" only a character one by one,
like "v" to "v","3" to "2", not the whole string "v3" to "v2".
So use sed 's/v3/v2/'.

Change-Id: I12deb2cf5d19fbe1670cd6d922884e78f0b27137
Closes-Bug: #1605041
2016-07-21 12:15:48 +08:00
..
api Add check on docker_volume_size 2016-07-20 17:35:55 +08:00
cmd Bay driver: k8s Fedora Atomic 2016-07-11 10:50:06 -05:00
common Merge "Add i18n support for some ERROR message" 2016-07-18 06:09:57 +00:00
conductor Update mesos slave to mesos agent 2016-07-18 08:51:17 +05:30
db Add i18n support for some ERROR message 2016-07-17 20:55:49 +08:00
drivers fix bug for configure-kubernetes-minion.sh 2016-07-21 12:15:48 +08:00
hacking Add hacking check to ensure not use xrange() 2016-03-23 11:19:59 +05:30
locale/ja/LC_MESSAGES Remove unused POT files 2016-06-14 16:17:29 +00:00
objects Add fixed_subnet field to baymodel 2016-06-30 15:16:45 +09:00
public/css Incorporate feedback from the Initial commit review 2014-11-18 14:25:08 +00:00
service Fix string declaration in periodic.py 2016-07-07 21:49:49 +08:00
servicegroup Cleanup MagnumService Object usage 2016-01-29 15:39:28 +08:00
tests Merge "Add check on docker_volume_size" 2016-07-21 02:16:07 +00:00
MANIFEST.in Initial commit from github (squashed) 2014-11-18 09:23:37 -05:00
__init__.py Initial commit from github (squashed) 2014-11-18 09:23:37 -05:00
i18n.py Setup for translation 2015-05-24 03:13:55 +00:00
opts.py k8s coreos bay driver 2016-07-11 12:35:06 -05:00
version.py Remove coding:utf-8 2015-08-03 23:28:22 +08:00