Should I be concerned that`swift --version` returns different versions?
I followed the instruction at docs.openstack.org about how to install swift, and also installed a devstack including swift.
when I ran the command swift --version
for two installations, I got different version numbers:
on multi-node swift:
swift --version returns "swift 1.0" (dpkg -s swift shows 1.8.0-0ubuntu1.2~cloud0)
on devstack
swift --version returns "swift 1.5.0.20"
should I worry about the version differences? The reason I am asking is that devstack works, but multinode failed