Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  1. git clone https://github.com/jburwell/devstack
  2. cd devstack
  3. Create a file name "vagrant-overrides.conf" that contains the following:
    enabled_services=swift
    swift_hash=66a3d6b56c1f479c8b4e70ab5c2000f5
    swift_replicas=1
    swift_data_dir=$DEST/data
  4. vagrant up

    Wiki Markup{footnote}A Vagrant Devstack provision downloads roughly 300 MB of data. Dependent on available bandwidth, this step may take a long time to complete.{footnote}

Following completion of these steps, Swift will be available on 10.0.3.50 and can be validated through the Horizon interface available at http://10.0.3.50. Wiki Markup{display-footnotes}