Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instance create API can set pool_name to default if it is not provided #3035

Closed
askfongjojo opened this issue May 6, 2023 · 1 comment
Closed
Milestone

Comments

@askfongjojo
Copy link

The API does not complain when user specifies external_ips without a pool name:

  "external_ips": [
    {
      "type": "ephemeral"
    }
  ],

The instance doesn't get an external IP in this case. However, user doesn't have permission to list the ip pool names. They will not know what to specify there. The API should probably set the pool_name to default when it is not specified.

@askfongjojo askfongjojo added this to the MVP milestone May 6, 2023
@askfongjojo
Copy link
Author

With the latest IP pool design, this requested change is no longer desirable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant