【问题标题】:unable to lauch an instance from the command line for oracle bare metal cloud无法从命令行为 oracle 裸机云启动实例
【发布时间】:2017-09-11 22:48:11
【问题描述】:

我正在尝试使用在 以下网址https://github.com/oracle/terraform-provider-baremetal/tree/master/docs/examples/compute/single_instance。 我在 env-var 文件中进行了修改,以将其指向我们的租户、隔间、子网、指纹打印机、用户 ocid 等。当我运行 'terraform plan 并应用它时,会出现以下错误。

错误: baremetal_core_volume.TFBlock0:状态:400;代码:LimitExceeded;消息:已超出此租约的限制。

baremetal_core_instance.TFInstance:状态:400;代码:无效参数;消息:ssh 公钥格式无效

【问题讨论】:

    标签: oracle-cloud-infrastructure


    【解决方案1】:

    您收到两条不相关的错误消息 -

    第一个 - “状态:400;代码:LimitExceeded;”意味着您已经超出了您的租户可以访问的资源限制。您可以在此处查看默认限制 - https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/servicelimits.htm 并在此处引用该错误代码- https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm。 请联系您的 Oracle Cloud 销售联系人以提高您的限额。您也可以直接联系我,我会找到合适的人选。

    第二个 - “状态:400;代码:无效参数;消息:ssh 公钥格式无效”表示您发送的公钥格式错误。有关创建密钥的文档 - https://docs.us-phoenix-1.oraclecloud.com/Content/GSG/Tasks/creatingkeys.htm。通常,通过此错误消息,我们发现客户无意中发送了他们密钥的私有部分。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-11-25
      • 1970-01-01
      相关资源
      最近更新 更多