8000 Add VCP attribute support and add msg about extension by Antnch · Pull Request #167 · postgres-ai/nancy · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Add VCP attribute support and add msg about extension #167

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add usage of private address of nancy instance
  • Loading branch information
anton committed Jul 22, 2019
commit b0ee0cd534765178e2a60706870cd3dc666cff8a
1 change: 1 addition & 0 deletions nancy_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ function create_ec2_docker_machine() {
--amazonec2-region="$7" \
--amazonec2-zone="$8" \
--amazonec2-vpc-id="$9" \
--amazonec2-use-private-address="true" \
$1 2> >(grep -v "failed waiting for successful resource state" >&2) &
}

Expand Down
0