在通过ppa稳定升级MaaS并通过ppa稳定安装Juju之后,在部署服务期间,我收到了此错误
$: juju deploy --to 1 mysql
Added charm "cs:trusty/mysql-4" to the environment.
ERROR cannot assign unit "mysql/0" to machine 1: series does not match虽然部署了朱朱桂和木偶大师,但它工作得很好,我也尝试了其他服务,问题是一样的。
juju deploy --to 1 rabbitmq-server
Added charm "cs:trusty/rabbitmq-server-7" to the environment.
ERROR cannot assign unit "rabbitmq-server/0" to machine 1: series does not match有人解决了这个问题吗?
发布于 2014-10-08 14:29:11
很有可能是因为它找到了朱朱桂和木偶大师的精确版本。
您可以尝试以下命令来强制获得精确的魅力:
juju deploy cs:precise/mysql
juju deploy cs:precise/rabbitmq-serverhttps://askubuntu.com/questions/523144
复制相似问题