Hi Yiping
It is this related bug -
https://github.com/apache/cloudstack/issues/3088
Have a look at the comments but to summarise you need to replace this line
(line 490) -
if ips[0] == "0":
with -
if len(ips) == 0 or ips[0] == "0":
I have tested it and it fixes the problem I was se
I am 100% with @Rohit Yadav with respect to
4.12. I do diverge regarding the next LTS version though.
As you all guys said, the community is small, and as such, if we have the
requirement for multiple major changes, before upgrading the "X" bit in a
release, we will never go there (that is a fact
Well, my intention is to prevent the community from doing revolutionary
changes intending to deliver redesigned 5.0, to keep going the current road
improving the codebase, removing the odd stuff like 'Citrix NetScaler',
'Juniper XYZ' if nobody supports them, improving current functionality and
addi
Maybe it might be a good idea to keep 4.x for the version with no spec
which can be extended without regard for upward compatibility and start
a spec for 5.x. which would have some iron-clad rules about
compatibility and interface/API stability.
That way everyone could contribute to the versio
After the "Why CloudStack 5" I decided to put some efforts to build the map
for CloudStack infrastructure and would like to present the initial map for
CS 4.11.2 world:
https://raw.githubusercontent.com/bwsw/cloudstack-map/master/topologies.png
What I would like to offer to the community is explai